Tagged Questions
0
votes
1answer
134 views
How do I build a read-only Linux system that only writes to the RAM?
This is my current partition structure:
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 127428 0 127428 0% /lib/init/rw
udev ...
5
votes
3answers
111 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 ...