LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   IMG and ISO files (https://www.linuxquestions.org/questions/linux-newbie-8/img-and-iso-files-304396/)

morneo 03-21-2005 02:43 PM

IMG and ISO files
 
Hi all,
Is there a software for FC3 that can be used to extract *.img or *.iso files to the hard disk rather than burning them directly to the CD or DVD. When i download files using torrents, i would like to look at the contents and quality of the files before i burn them on to a disk. I would like to use a program that does not use wine.Any help would be greatly appreciated.

Optimistic 03-21-2005 03:34 PM

You can mount the ISO file with a loop switch. I don't remember the syntax, but do a search for mounting ISO from hard disk or something like that and you'll find it.

morneo 03-21-2005 03:43 PM

Is there a program like ISOBUSTER for linux?

Thanks for the info Optimistic. I used the following command to do it

mount -o loop -t iso9660 source destination
It worked

rnturn 03-21-2005 10:33 PM

Quote:

You can mount the ISO file with a loop switch. I don't remember the syntax...
Try:

mount -t iso9660 -o loop some+AF8-cd.iso /mnt

Just fix the above to match the actual CD image filename and whatever mount point you want to use.

kalleanka 03-26-2005 03:38 AM

mount -t iso9660 -o loop some+AF8-cd.iso /mnt


thanks, this worked for me


All times are GMT -5. The time now is 07:32 PM.