How to mount images (ISO, MDF, etc.)

Have you ever needed to mount an ISO, IMG, BIN, NRG or MDF image, among others? Well, in this post I present several tools to be able to do the same as you did in Win with Alcohol 120%, PowerISO, etc. We will start by seeing how to mount an ISO - the most common format - from the terminal and then we will analyze the characteristics of the different visual tools available for Linux.

How to mount an ISO image from the terminal

We can mount an ISO disk image (.iso) without having to save it, following these steps:

  • We create a directory (mount point) where to mount the image:
sudo mkdir / media / iso
  • We load the loop module to the kernel, if it was not loaded yet:
sudo modprobe loop
  • We enter the folder containing the image (in our case / home / user):
cd / home / user
  • We mount the image:
sudo mount -t iso9660 -o loop file.iso / media / iso

This indicates that the content of the «file.iso» will be mounted inside the directory /media/iso.

To unmount the image:

sudo umount / media / iso

GMountISO

Gmount ISO is a graphical application that helps us to easily mount ISO images, as if they were on a CD / DVD on our machine. As you can see in the screenshot, it is a very simple and easy-to-use tool, so there is little to say.

sudo apt-get install gmountiso

Gisomount

gISOMount is another graphical alternative to using the console to mount ISO CD / DVD images. It also allows:

  • Calculation of the MD5 of the image
  • Image Burn Wizard
  • Browse image content

sudo apt-get install gisomount

Furius the ISO mount

Furius ISO Mount allows us to mount and unmount ISO, IMG, BIN, MDF and NRG images in an intuitive and simple way to be able to use them without burning a CD / DVD.

Other features:

  • It is very light, it hardly consumes resources.
  • Automatically mounts ISO, IMG, BIN, MDF and NRG image files.
  • Automatically creates a mount point in the / home folder.
  • Automatic disassembly of images.
  • Unmounting also removes the mount point leaving / home in the previous state.
  • Save a history with the last 10 images mounted.
  • Possibility of mounting multiple images.
  • Burn ISO and IMG images to optical discs.
  • Generates the necessary commands if you want to mount or unmount images manually.
  • Generates MD5 and SHA1 checksums;

sudo apt-get install furiusisomount

AcetoneISO

AcetoneISO it is "a CD and DVD image manipulator for Linux", but it can actually do a lot more:

  • Erase rewritable CD / DVD.
  • Assemble and disassemble ISO and MDF.
  • Burn ISO, CUE, TOC images directly to K3B.
  • Ability to create an ISO from folder and CD / DVD.
  • Convert BIN / CUE, MDF, NRG, CCD / IMG, CDI, XBOX, B5I / BWI, PDI to ISO.
  • Check md5sum from image files and generate an md5sum file from ISO.
  • Divide ISOs into smaller files leaving the user to choose the dimension that best suits them.

sudo apt-get install acetoneiso


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Mark said

    Thank you very much, I will try the fast and furius 🙂

  2.   Wortega said

    Thanks for the Post. I mention that I am trying to extract a dvd from a SuSE 10.2 to iso 9660. Due to the complexity of changing the installation sources of the system. That's why it's nova hahaha.

    Greetings from Nicaragua, land of lakes and volcanoes. view intur.gob.ni

  3.   ziriako ziriako said

    Very good brother
    it amazes me as someone who studied political science
    use GNU / Linux
    Here in Mexico the only ones who kind of want to use it are the systems engineers
    and the band I recommend them to.
    Well I have a penchant for philosophy
    and the same I use GNU / Linux
    Thanks I have reviewed several things in this blog
    luck in everything
    Take care.

  4.   Let's use Linux said

    Thank you!! I send you a big hug!!
    Pablo.

  5.   Let's use Linux said

    I'm glad it's helpful!
    A hug! Paul.

  6.   Fer lee said

    Clear and concise. You have saved me a lot of time with this post. I appreciate it 😉

  7.   Edgar said

    I'm using a Debian-based Linux Mint Mate distribution, and I had trouble using the AcetoneISO as it didn't want me to mount any ISO files, after searching for information and giving my user access to the FUSE group (as the help says) , I didn't get any results. So I decided to install
    Furius ISO Mount and I also did not get any results, until in the first options (it does not have many) between FUSE or LOOP, by default FUSE appears selected and I changed it to LOOP, from then on it worked correctly. I hope someone finds it useful.
    Thank you very much for the information the blog is very didactic, I also did the assembly by console (terminal) and it worked perfectly thanks !.

    1.    let's use linux said

      That's right, the key is to choose loop.
      In fact, to mount an iso from a terminal you have to write:
      sudo mount -o loop path / file.iso / path / where / mount
      Hug! Paul.

  8.   Memorandum said

    Hey old in the containing folder, in the step of cd home / user /.
    I have the image on the wifislax desktop; can i use the same command?

  9.   Bruno said
  10.   Kevin mike said

    Very good, thank you

  11.   Chema said

    Thanks for the information I have been able to download the Gmount without problems, the first option to mount from the terminal, it did not work, but I am aware, the same post says it is not updated.

  12.   phopsys said

    Hello usemoslinux, great article also useful despite the time it was written, another sign of the quality of the content ...
    I tell you, simply on my Ubuntu mate 14.04, I needed to mount it and at least see the content of a DVD and I tried three of the applications mentioned in your article ... I installed them and wuaaaaalaaaa I mounted and viewed the content of the DVD disc inserted without any problem ... so thanks for being there and for making content of such caliber ...
    Greetings from the lucky islands
    Jose

    1.    let's use linux said

      Thanks phopsys! I send you a hug! Paul.

  13.   is a KIND and HELPFUL friend. said

    Does anyone know if windows games in linux can be installed from iso images?

    1.    let's use linux said

      Yeah sure. For that you have to mount the ISO file in a folder and then simply access that folder.
      I leave you some posts that can help you: https://blog.desdelinux.net/?s=montar+iso

  14.   Diego said

    could someone help me to make an image of my hard drive in another partition
    in case the system is infected or damaged just run or mount the image
    I already did but I want to change the system from xp to win10, only I do not remember the commands
    only remember
    fdisk -l
    to see the partition where the recoveri will be saved
    y
    mount6 ​​/ dev / sda2 / mnt / mydir
    or something like that, I don't remember anymore

    I just remember that it is almost the same code to make the image as to copy it

  15.   Jonathan Mejia said

    Good afternoon comrades
    A pleasure to greet you, I'm Jonathan Mejia from Honduras
    I tell you that I have a thousand problems, which I cannot solve, since I have been using linux mint I have had no complaints until now, so let me tell you to buy a new computer, install linux mint 18 and the machine does not respond to many applications and in general is slow.

    I would like to know if you can recommend something that can work correctly for me, my machine is an ACER aspire one 270, it can be the same linux mint or ubuntu
    I don't want to get rid of stop using linux

    and give me a few steps and that's it

    inside linux mint

  16.   Alvaro posu said

    Good. I am having trouble trying to mount the iso image, it gives me the following error:
    root @ alvaro-AO756: / home / alvaro / matlab # sudo mount -t iso9660 -o loop MATLAB_R2012A.iso / media / iso
    mount: wrong fs type, bad option, bad superblock on / dev / loop5,
    missing codepage or helper program, or other error

    In some cases useful info is found in syslog - try
    dmesg | tail or so.

    then I try to do it with Gmount-iso and it gives me an error saying, an error occurred, not found.
    Thank you