[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mount foo.img problem



Thomas H. George wrote:
> I have carefullly followed the instructions in man mount and in the
> Debian Reference manual, for example
> 
> mount -o loop -t ext3 debxo-awesome.ext3.img /media/sdloop
> 
> or
> 
> mount dexo-awesome.ext3.img /media/sdloop -t ext3 -o loop
> 
> In both cases the mount command exits with a message:
> 
> Can't find ext3 filesystem on dev loop0.
> 
> 
> What must I do to be able to mount this image file?
> 
> Tom
> 
> 
There are no ext3 filesystem in file dexo-awesome.ext3.img. Maybe no
filesystem or filesystem such as ntfs,vfat(fat32) in dexo-awesome.ext3.img.
If you would like to create ext3 filesystem on this file, please run
--------------------------------
mkfs.ext3 dexo-awesome.ext3.img
--------------------------------

Regards,
Ding Honghui


Reply to: