Hello. I use the commands listed at http://neosmart.net/forums/showthread.php?t=5004
sudo fdisk -l
sudo mkdir /win
sudo mount /dev/sdxy /win
sudo mkdir /vdisk
sudo mount -o loop /win/ubuntu/disks/root.disk /vdisk
when i type the last command, (sudo mount -o loop /win/ubuntu/disks/root.disk /vdisk) i get the following response:
mount: you must specify the filesystem type
what am i doing wrong?
sudo fdisk -l
sudo mkdir /win
sudo mount /dev/sdxy /win
sudo mkdir /vdisk
sudo mount -o loop /win/ubuntu/disks/root.disk /vdisk
when i type the last command, (sudo mount -o loop /win/ubuntu/disks/root.disk /vdisk) i get the following response:
mount: you must specify the filesystem type
what am i doing wrong?
Comment