2.4.19-pre7: rootfs mounted twice

From: Michael Dreher (dreher@math.tu-freiberg.de)
Date: Fri Apr 26 2002 - 10:20:36 EST


Hello,

on 2.4.18 I get the following:

dreher@karpfen:~ > uname -a
Linux karpfen 2.4.18 #2 Sun Apr 21 23:27:03 CEST 2002 i586 unknown

dreher@karpfen:~ > df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 7060308 6276080 425580 94% /
/dev/hda4 3794936 3043812 558344 84% /home

dreher@karpfen:~ > cat /proc/mounts
/dev/root / ext3 rw,noatime,nodiratime 0 0
proc /proc proc rw 0 0
/dev/hda4 /home ext3 rw,noatime,nodiratime 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
devpts /dev/pts devpts rw 0 0

On the other hand, 2.4.19-pre7 gives:

dreher@karpfen:~ > uname -a
Linux karpfen 2.4.19-pre7 #6 Sun Apr 21 20:27:47 CEST 2002 i586 unknown

dreher@karpfen:~ > df
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 7060308 6276188 425472 94% /
/dev/root 7060308 6276188 425472 94% /
/dev/hda4 3794936 3042316 559840 84% /home

dreher@karpfen:~ > cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw,noatime,nodiratime 0 0
proc /proc proc rw 0 0
/dev/hda4 /home ext3 rw,noatime,nodiratime 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
devpts /dev/pts devpts rw 0 0

I don't know if it is related, but in my bootscripts I link
/etc/mtab to /proc/mounts.

Regards,
Michael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 30 2002 - 22:00:12 EST