ISO, the International Organization for Standardization, is therefore an ISO image, a type of file standardized in accordance with the ISO 9660 standard, for special use on CD / DV ROMs. Assembling an ISO image is a must an exact copy of a set of files created from an optical disk.
This resource is used extensively in the distribution of different operating systems because of its portability and wide compatibility advantages. Learn how to mount or unmount a .ISO file from Linux.
What do you need to consider when mounting or unmounting an ISO image in Windows?
ISO files have the property to be extracted using an archive program and written to a blank CD or USB disk, usually an ISO image is used to install the software, spend minimal disk space and time, is a priority.
To mount or unmount these types of files on Linux, it is essential to access them user under “root” or “sudo” command having all the permissions on the system, that is, becoming a superuser. It should be noted that not only USB but also SD cards are used to boot Linux.
An important fact is that the most popular extension of ISO files is .ISO, but the .img extension is also part of them, that’s all. they have another convention. The command that the Linux system runs to mount this type of image is “Mount”, done directly from the command line or through graphical tools, including the protocol that directs the operation.
A program with a graphical interface compares the terminal
There are two systems that allow you to mount or unmount a Linux ISO image, the first of which is a command line from a terminal or through graphical toolsAlthough the first option involves a rather complex process, it is relatively fast, while the second, the graphic form, is much simpler, but takes more time to complete.
You have direct access to the command console or terminal on all Linux devices, and as long as you need graphical tools You can only use them before installation and from your computer.
What is the way to mount or unmount an ISO image in LINUX?
From Linux we have several ways to assemble or disassemble an ISO image, which will allow you to change the contents of the drive according to your requirements, below we explain how to do it. through your computer’s integrated system or applications by third parties:
Using commands within the system
Once you’ve logged in with your primary user, follow the commands below for each case. If you want to mount an ISO image, first open a terminal and enter these commands as follows:
- sudo mkdir / media / iso, directory creation).
- sudo mount /pathtoimage.iso / media / iso -o loop, assigning a loop device to mount the ISO file at the mount point, remember the section of the actual path section of your ISO image.
- ls / media / iso, allows you to verify that the file assembly is actually finished.
To unmount, you will also need to enter the command “sudo umount / media / iso” from the terminal, replace “media / iso” with the ISO mounting directory.
Use Furious ISO
Furius ISO Mount is a graphical interface application that is used manage ISO images very easily and intuitive for the user. Enable this option a From Linux to Ubuntu You need to open a terminal and run “sudo apt install furiusisomount”, confirm with the letter “S” and wait until the installation is complete on your computer.
To mount images using this app, go in, search for your ISO image address, then click the “Mount” button, wait until the process is complete, and you’re done.
If you want to unmount the image, still enter browse to select the file, now instead of the “Assemble” button, you will see “Unmount”, click on it and it will start disassembling.
Use Acetone ISO
Yes CD and DVD image manager special for Linux, it has many functions, today we will highlight its ISO mounting and unmounting property, the first thing is that you get it with the command “sudo apt-get install acetoneiso”.
Now you need to enter the program, you will see that the interface is very easy to understand to assemble an ISO image, All you have to do is press “Mount” The browser will automatically open where you need to select and accept the file. When you want to unmount, you have to select the image in the “Mount images” box and click “Unmount”, both processes are quite simple and fast.
As you can see, in all the options we have presented to you, the procedure is very simple and you get access to the functions of the file in a few steps.