Comment 6 for bug 8585

Revision history for this message
Matt Zimmerman (mdz) wrote :

I think the correct solution involves either passing more information over from
the initrd, or looking at the "/dev2/root2" mount:

mizar:[/tmp] grep -w / /proc/mounts
rootfs / rootfs rw 0 0
/dev2/root2 / ext3 rw 0 0
/dev2/root2 /.dev ext3 rw 0 0

/dev2/root2 seems to have the correct type. I do not know why there is more
than one such entry in /proc/mounts. /dev2/root2 is something done by the
initrd; I am not sure why it uses that naming scheme