How to mount ext3 root partition with noatime and ro options at boot-time

Christian Kujau lists at nerdbynature.de
Tue May 17 20:10:16 UTC 2011


On Mon, 16 May 2011 at 18:42, Amey wrote:
>         I was trying to mount root-partition which is ext3 partition with
> noatime and ro option. I included "ro" in the kernel command line  But for
> mounting it with "noatime" option when I searched for some solution I came

Use tune2fs(8) to set default mount options for this partition. Or use the 
"rootflags=" bootparameter, e.g. rootflags=noatime,ro for setting noatime 
& readonly for the root filesystem.

HTH,
Christian.
-- 
BOFH excuse #110:

The rolling stones concert down the road caused a brown out




More information about the Ext3-users mailing list