Tagged Questions
5
votes
3answers
112 views
Is making /etc directory read only a bad idea?
I have an embedded system setup built using buildroot and using initramfs. It runs on compact flash device where I have created separate ext3 partitions to mount /etc/ and /var directories as well as ...
7
votes
1answer
390 views
Is using a read only root file system a good idea for embedded setup?
I have been tasked with running Linux as an operating system on an embedded device.
The target has an x86 processor and has 8 GB CompactFlash device for storage.
I have managed to use buildroot to ...
0
votes
1answer
548 views
Problems with a Read-Only Root Filesystem
I was creating a read-only root filesystem for use in an embedded system. I successfully got the system to boot after setting it to read-only initially, but then I needed write access to another file ...