I'm having some weirdness with my '/' mount. Here's the line from /etc/fstab:
douglas ~ # grep 'md3' /etc/fstab
/dev/md3  /  ext4 noatime,journal_checksum,defaults       0   1

Yet, the output of mount shows:
douglas ~ # mount
rootfs on / type rootfs (rw)
/dev/root on / type ext4 (rw,noatime,barrier=1,data=ordered)

As you can see, it doesn't show journal_checksum as being one of the
mount options nor does it show noatime. Why? For that matter, why is
it listed as 'rootfs' *and* '/dev/root' and not '/dev/md3' ?

My grub config:
kernel /boot/vmlinuz-2.6.30-gentoo-r1 root=/dev/md3 rootfstype=ext4

Thanks in advance for cluebatting me.

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

Reply via email to