Mount Images (ISO, BIN, CUE, NRG, MDF, IMG / CCD, DAA) in Debian
Written by edmond in Applications, Controls & Shell, Gnu-Linux, Tips & Tricks, UtilitiesA true the ability to mount an image file without burning it sometimes is very convenient.
There are different sizes, and mount them is quite simple.
ISO image:
mount-t iso9660-o loop archivio.iso / directory / to / mount
Image BIN and CUE
To mount this kind of image you must first convert it to ISO.
apt-get install bchunk
bchunk archivio.bin archivio.cue nuovoarchivio.iso
Once converted into ISO:
mount-t iso9660-o loop archivio.iso / directory / to / mount
Image NRG
No need to convert it to ISO
mount-t iso9660-o loop, offset = 307,200 immagine.nrg / directory / to / mount
If you want to convert:
apt-get install nrg2iso
nrg2iso archivo.nrg nuovoarchivio.iso
Image MDFe MDS
Even here we must first convert Iso
apt-get install mdf2iso
mdf2iso archivio.mdf nuovaimmagine.iso
Image IMG
Convert in ISO
apt-get install ccd2iso
ccd2iso immagine.img immagine.iso
DAA Image
Daa format and those using poweriso. Even in this case we must first convert it to ISO.
wget http://poweriso.com/poweriso.tar.gz
tar-zxvf poweriso.tar.gz
convert to ISO with:
. / poweriso convert immagine.daa-o nuovaimmagine.iso
All formats of image converted to ISO, mount it with:
mount-t iso9660-o loop archivio.iso / directory / to / mount
Post similar (or almost):
- Encrypt cd / dvd This is a guide for creating CD / DVD encryption ....
- Mount iphone cable using itunnel (libiphone-libplist) and Debian Who owns an iPhone knows that one ...
- Restore Grub from a live CD When you configure a computer to dual boot between ...















December 15th, 2008 at 09:53
because "all formats of image converted to ISO, mount it with:
mount-t iso9660-o loop, offset = 307,200 immagine.NRG / directory / to / mount "?
the extension of the image should not be ISO?
December 15th, 2008 at 22:09
In effetti si montano con:
mount-t iso9660-o loop archivio.iso / directory / to / mount.
as said in first controls, and corrects the last that he was referring to the image. nrg.
Hello
January 15th, 2009 at 13:01
Always converter a imagem que se tem para o ISO format?
não existe como montar uma imagem CUE / BIN Directly suitable?
January 15th, 2009 at 17:06
Hola eduardo
Creo que esta es la única manera.