[gentoo-user] Re: weirdness with the mounting of /

2009-06-12 Thread Doug Hunley
On Fri, Jun 12, 2009 at 12:41, Paul
Hartmanpaul.hartman+gen...@gmail.com wrote:

 I think your root is mounted before fstab comes into play... You may
 want to look into the rootflags option in your grub kernel
 commandline for passing the mount options for your root partition.


That jives with what I'm (slowly) finding on Google as well. It seems
the kernel uses /dev/root when the rootfs is RO. Apparently an initrd
would solve this. Grr...


-- 
Douglas J Hunley - d...@hunley.homeip.net
http://douglasjhunley.com
Twitter: @hunleyd



[gentoo-user] Re: weirdness with the mounting of /

2009-06-12 Thread Nikos Chantziaras

On 06/12/2009 07:44 PM, Doug Hunley wrote:

On Fri, Jun 12, 2009 at 12:41, Paul
Hartmanpaul.hartman+gen...@gmail.com  wrote:

I think your root is mounted before fstab comes into play... You may
want to look into the rootflags option in your grub kernel
commandline for passing the mount options for your root partition.



That jives with what I'm (slowly) finding on Google as well. It seems
the kernel uses /dev/root when the rootfs is RO. Apparently an initrd
would solve this. Grr...


It is remounted rw after the fschk using fstab options.  If you change 
the options, you'll see they will apply (why would noatime apply otherwise.)


You don't need an initrd.