https://bugzilla.novell.com/show_bug.cgi?id=558740 https://bugzilla.novell.com/show_bug.cgi?id=558740#c65 Angela Bayley <amb@jb.man.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|amb@jb.man.ac.uk | --- Comment #65 from Angela Bayley <amb@jb.man.ac.uk> 2010-12-17 11:42:45 UTC --- (In reply to comment #64)
The error message is:
mount: /dev/sda2 already mounted or /root busy
This is weird. Could you check what's in /proc/mounts regarding /dev/sda2 or /dev/root? If /proc is empty (not mounted), you need to: mount -t proc none /proc first. Also is it possible to mount it manually like: mkdir /XX mount /dev/sda2 /XX ? Are you able to cat -A /dev/sda2?
cat /proc/mounts gives: rootfs / rootfs rw 0 0 /proc /proc proc rw,relatime 0 0 sysfs /sys sysfs rw,relatime 0 0 udev /dev tmpfs rw,relatime,mode=755 0 0 devpts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0 /proc was mounted so no need to mount manually, cat -A /dev/sda2 just gives a screen full of characters. I guess that is is just reading the disk and showing the ascii character for the disk data. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.