/ Published in: Bash
For bin iso you also need cdemu
To convert between formats check: mdf2iso, nrg2iso and ccd2iso
To convert between formats check: mdf2iso, nrg2iso and ccd2iso
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# ISO mount -t iso9660 -o loop,user file.iso /path/mount_directory # MDF mount imagen.mdf /path/mount_directory -o loop=/dev/loop0 # NRG mount -o loop,offset=307200 imagen.nrg /path/mount_directory #nrg2iso example nrg2iso source.nrg destiny.iso