
Originally Posted by
velocity
Code:
Mounting local fle system...
mount: mount point /mnt/sr0 does not exist
fuse: failed to access mountpoint /mnt/sda1: no such file or directory
/mnt/sda2 does not exist
:edit
I wanted to add that I am not sure what /mnt/sr0 would be and sda1 is the windows partition. The backtrack partition is sda2. I can go into the directory after it boots up.
You're getting the errors because you haven't created the mount points. When it doesn't exist it means the folder that the dev point mounts too hasn't been created.
Code:
# mkdir -p /mnt/{sr0,sda1,sda2}
sr0 is most likely your CD/DVD drive. That is what mine is called.