A 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):

  1. Encrypt cd / dvd This is a guide for creating CD / DVD encryption ....
  2. Mount iphone cable using itunnel (libiphone-libplist) and Debian Who owns an iPhone knows that one ...
  3. Restore Grub from a live CD When you configure a computer to dual boot between ...

Tags:

4 Responses to "Mount Images (ISO, BIN, CUE, NRG, MDF, IMG / CCD, DAA) in Debian"

  1. Speppa writes:

    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?

  2. U.S. Firefox Mozilla Firefox 3.0.1 with Linux Linux
  3. Edmond writes

    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 ;)

  4. U.S. Debian IceWeasel IceWeasel 3.0.4 with Debian Debian GNU / Linux Debian GNU / Linux
  5. Eduardo writes

    Always converter a imagem que se tem para o ISO format?
    não existe como montar uma imagem CUE / BIN Directly suitable?

  6. U.S. Firefox Mozilla Firefox 3.0.5 with Ubuntu Linux Ubuntu Linux
  7. Edmond writes

    Hola eduardo
    Creo que esta es la única manera.

  8. U.S. Debian IceWeasel IceWeasel 3.0.5 with Debian Debian GNU / Linux The Debian GNU / Linux

Write a Comment

Optimized for Mozilla Firefox