2010-06-23, 02:29 PM
Hello Hybrid!
I have restarted the machine, and am back. I still have the same problem:
Code:
ubuntu@ubuntu:~$ sudo umount "/media/Linux Root"
umount: /media/Linux Root: not found
ubuntu@ubuntu:~$ sudo mount /dev/sda3 /mnt
ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc
ubuntu@ubuntu:~$ sudo mount --bind /sys /mnt/sys
ubuntu@ubuntu:~$ sudo chroot /mnt
chroot: cannot run command `/bin/bash': No such file or directory
ubuntu@ubuntu:~$
Any ideas?