Initramfs mounting rootfs issue [RESOLVED] May 03, 2015 04:53PM |
Admin Registered: 13 years ago Posts: 19,192 |
/dev/disk/by-label/rootfs / ext3 rw,noatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/sda1 / ext3 rw,noatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered 0 0
cat /proc/mounts
Quote
Canonicalise device names to match util-linux mount behaviour.
This ensures that "mount -a" in mountall does not try to mount
/usr a second time (which it will attempt if the mounted device
does not match the canonical device name). This also fixes a
longstanding annoyance with the output of mount and df using long
UUIDs rather than short device names.
Note that resolve_device may be called more than one; it's done
during options parsing for ROOT, and again immediately
prior to mounting. This is because during options parsing the
device node does not exist, but we still need to construct a
path into /dev from the LABEL or UUID.
Re: Initramfs bug in mounting rootfs May 03, 2015 06:20PM |
Registered: 10 years ago Posts: 1,037 |
Re: Initramfs bug in mounting rootfs May 05, 2015 11:20PM |
Admin Registered: 13 years ago Posts: 19,192 |
uname -a cat /proc/cmdline cat /etc/fstab mount ls -l /dev/disk/by-label/ cat /proc/mounts df -h
Re: Initramfs bug in mounting rootfs May 06, 2015 08:56PM |
Admin Registered: 13 years ago Posts: 19,192 |
Re: Initramfs mounting rootfs issue [RESOLVED] May 07, 2015 02:22PM |
Registered: 10 years ago Posts: 1,037 |
Re: Initramfs mounting rootfs issue [RESOLVED] May 07, 2015 03:49PM |
Admin Registered: 13 years ago Posts: 19,192 |
/dev/disk/by-label/rootfs / ext3 rw,noatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/sda1 / ext3 rw,noatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered 0 0