19 Ekim 2010 Salı

Create a mount point for the ISO under linux

Create a mount point for the ISO:



BASH# mkdir /mnt/iso



Now mount the ISO in the mount point with the following command:



BASH# mount myiso.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0



Where myiso.iso is your ISO file.



What I haven't tried yet is omitting the ro (read only) option, so that it might be possible to make changes to the ISO before finally burning, not sure if this works (will check) but the command would probably look like this:





BASH# mount myiso.iso /mnt/iso/ -t iso9660 -o loop=/dev/loop0

Hiç yorum yok:

Yorum Gönder