Thread
:
Easy Debian Fremantle Beta Testing
View Single Post
pichlo
2013-07-01 , 12:04
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#
2957
Please read on the
mount syntax
. Particularly this bit:
(ii) When mounting a file system mentioned in fstab, it suffices to give only the device, or only the mount point.
Your image is not in fstab so you need to specify all operands. Try something like this as root for size:
mount -t ext3 /home/user/MyDocs/debian-m5-estel.img.ext3 /.debian
(Assuming /.debian exists and is where you want the image mounted. You can use any directory but I recommend using an empty directory to avoid issues.)
Quote & Reply
|
The Following User Says Thank You to pichlo For This Useful Post:
fw190
pichlo
View Public Profile
Send a private message to pichlo
Find all posts by pichlo