LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting a .img file? (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-a-img-file-342527/)

RoaCh Of DisCor 07-12-2005 01:30 PM

Mounting a .img file?
 
How do I do this? I know how to mount ISOS..but doing the same command doesn't seem to work.

Code:

linux:/home/ravencrow/Programs/azureus/Downloads/Complete # mount -o loop d2e.img /media/cdrom
mount: you must specify the filesystem type

I've also tried

Code:

linux:/home/ravencrow/Programs/azureus/Downloads/Complete # mount -o loop -t iso9660 d2e.img /media/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/loop4,
      missing codepage or other error
      In some cases useful info is found in syslog - try
      dmesg | tail  or so

Any idea?

nixcraft 07-12-2005 02:23 PM

What output you get when run the command:
Code:

file d2e.img

RoaCh Of DisCor 07-12-2005 02:49 PM

This is what I got:

Code:

d2e.img: data


All times are GMT -5. The time now is 05:32 AM.