public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.19-pre7: rootfs mounted twice
@ 2002-04-26 15:20 Michael Dreher
  2002-04-26  6:32 ` Alexander Viro
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Dreher @ 2002-04-26 15:20 UTC (permalink / raw)
  To: linux-kernel, viro

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/\bmounts
/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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-04-26 18:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-26 15:20 2.4.19-pre7: rootfs mounted twice Michael Dreher
2002-04-26  6:32 ` Alexander Viro
2002-04-26 15:24   ` 2.4.19-pre7: root filesystem issues Daniel Gryniewicz
2002-04-26 16:15   ` 2.4.19-pre7: rootfs mounted twice Pavel Machek
2002-04-26 17:29     ` Alexander Viro
2002-04-26 17:47       ` Jeff Chua
2002-04-26 18:46         ` Alexander Viro
2002-04-26 18:50         ` Richard B. Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox