Return to Snippet

Revision: 773
at August 20, 2006 21:54 by yuconner


Updated Code
# 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

Revision: 772
at August 4, 2006 15:44 by yuconner


Initial Code
mount -t iso9660 -o loop file.iso /path/mount_directory

Initial URL


Initial Description
For bin iso you also need cdemu
To convert between formats check: mdf2iso, nrg2iso and ccd2iso

Initial Title
How to mount iso/nrg/mdf image files and how to convert between formats

Initial Tags
linux, files

Initial Language
Bash