Difference between Readonly Filesystem and Mounting filesystem as readonly
Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I had CF card ..on which I had Linux Debian 4.0 which runs as
Linux kernel in RAM(ofcourse) with rootfilesystem on RAM ..one ext3 partation on CF card with contains kernel image and rootfilesystem image.other partation is also ext3 type.with home and usr directory...
I mount first partation as readonly ...and other read write..
I would like to know what is difference between
.....
Mounting a filesystem (ext3,ext2) read-write filesystem as Read only
And mounting a readonly type filesystem (cromfs,cramfs) ....
There won't be any write commands for the mounted filesystem itself. One may be able to write to the raw device however, e.g. /dev/mmcblk0.
The mount command won't accept the the rw mount option if you are mounting it with a read only filesystem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.