Using a ISO file to create a virtual CD-ROM Drive

cantormath ulist at gs1.ubuntuforums.org
Thu Aug 3 10:37:43 UTC 2006


for iso files, you can mount them and see / extract their content.



In command line, type :





for iso



With iso named image.iso and a target directory named file-iso



laptop:~$ sudo moint image.iso -o loop ~/file-iso.



laptop:~$

And you can browse it using nautilus.





for .img



laptop:~$ sudo mkdir /mnt/iso 

laptop:~$ sudo mount -t iso9660 -o loop <filename>.img /mnt/iso





for bin



For nero .bin file, you can use bin2iso :



http://users.andara.com/~doiron/bin2iso/


-- 
cantormath




More information about the ubuntu-users mailing list