Comment 2 for bug 45842

Revision history for this message
Marc Schiffbauer (mschiff) wrote :

OK. And no, there is really nothing mounted after system startup. And yes, these not-mounted NFS shares are NOT going to be mounted onto the root-fs.

Maybe its really a duplicate of #44836.

BTW: The tmpfs seem to be double- and tripple-mounted:

mschiff@homer:~$ cat /proc/mounts
rootfs / rootfs rw 0 0
none /sys sysfs rw 0 0
none /proc proc rw,nodiratime 0 0
udev /dev tmpfs rw 0 0
/dev/hda8 / xfs rw 0 0
/dev/hda8 /dev/.static/dev xfs rw 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
tmpfs /lib/modules/2.6.15-23-k7/volatile tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
/dev/hda7 /boot ext3 rw,data=ordered 0 0
/dev/hda11 /home xfs rw 0 0
/dev/hda9 /usr xfs rw 0 0
/dev/hda10 /var xfs rw 0 0
/dev/hda10 /tmp xfs rw 0 0
mschiff@homer:~$

-Marc