Possible to stop writing to ext superblock/inode etc
Hi
I have a read-only file system set up. Everything works fine however I know for a fact that some writes to my disk are still occuring (during the boot process). I now believe this is because the writes are to the EXT3 superblock which will still be written to even if the storage device is mounted readonly. Is there anyway to stop this? I have tried adding noatime to /etc/fstab to no prevail.
Any help appreciated.
Thanks.
|