Gentoo Archives: gentoo-user

From: Doug Hunley <doug@×××××××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] weirdness with the mounting of /
Date: Fri, 12 Jun 2009 16:28:49
Message-Id: 7284e2210906120928t46c0ddf0kd6cfc702b6a739a9@mail.gmail.com
1 I'm having some weirdness with my '/' mount. Here's the line from /etc/fstab:
2 douglas ~ # grep 'md3' /etc/fstab
3 /dev/md3 / ext4 noatime,journal_checksum,defaults 0 1
4
5 Yet, the output of mount shows:
6 douglas ~ # mount
7 rootfs on / type rootfs (rw)
8 /dev/root on / type ext4 (rw,noatime,barrier=1,data=ordered)
9
10 As you can see, it doesn't show journal_checksum as being one of the
11 mount options nor does it show noatime. Why? For that matter, why is
12 it listed as 'rootfs' *and* '/dev/root' and not '/dev/md3' ?
13
14 My grub config:
15 kernel /boot/vmlinuz-2.6.30-gentoo-r1 root=/dev/md3 rootfstype=ext4
16
17 Thanks in advance for cluebatting me.
18
19 --
20 Douglas J Hunley - doug@×××××××××××××.net
21 http://douglasjhunley.com
22 Twitter: @hunleyd

Replies

Subject Author
Re: [gentoo-user] weirdness with the mounting of / Paul Hartman <paul.hartman+gentoo@×××××.com>