How to Mount ISO File on Ubuntu Linux

|

|

The text is a tutorial demonstrating how to mount ISO files on Ubuntu 18.04 | 16.04. It explains that ISO files are often used when installing an operating system or archiving large data. The tutorial offers steps to mount ISO files via the Ubuntu command line, and Ubuntu desktop app and advises beginners to start…

This brief tutorial shows students and new users how to mount ISO files on Ubuntu 18.04 | 16.04.

For several reasons, learning how to mount ISO files on Ubuntu Linux is important. Firstly, ISO files are commonly used for storing and transferring large amounts of data, such as operating systems or multimedia files.

Mounting these files on Ubuntu allows you to access and use their data. Additionally, mounting ISO files can be useful for software developers and system administrators who need to test software installations or perform system backups.

By mounting an ISO file, you can access its contents as if they were stored on a physical disk, allowing you to use them as needed. Finally, learning how to mount ISO files on Ubuntu is a valuable skill for anyone who wants to become proficient with Linux systems.

Understanding how to work with ISO files is just one of the many skills needed to become a capable Linux user, and mastering this skill will allow you to use Ubuntu Linux more effectively and efficiently.

To mount or extract ISO file format on Ubuntu, follow the steps below:

Mount via Ubuntu Command Line

In most cases, you may use the Ubuntu desktop to mount ISO files. However, using the command line is your only option when working on a server terminal.

The Linux mount command allows you to mount files at a specified point. For example, if you want to mount an ISO file named mini.iso in the /media/iso (mount point) folder, you’ll run the command below:

Our ISO file is saved in John’s home folder for this tutorial. ( /home/john/mini.iso)

To mount the ISO file, run the commands below:

sudo mount /home/john/mini.iso /media/iso -o loop

When you mount it, you may get the message below: that the device is mounted but read-only.

mount: /media/iso: WARNING: device write-protected, mounted read-only.

The -o loop option tells the mount command to mount the ISO file as a loop device. The loop device is mounted in the /media/iso folder. (aka, mount point). Loop devices have unique functions in Linux.

Now that the device is mounted at the mount point, all you need to do to view its content is to use the ls command.

Example:

ls /media/iso

That should list the content of the ISO file.

To un-mount the attached or mounted loop device, simply run the commands below:

sudo umount /media/iso/

If the device is in use, the command will fail to un-mount. You’ll need to exit the loop device to un-mount.

Use the Ubuntu Desktop App

If you’re using an Ubuntu desktop, simply right-click the ISO file and mount it using Gnome’s disk image mounter.

Once the ISO image is mounted, it will appear on the desktop, where you can browse its content using Gnome’s file manager.

To un-mount, select the mounted device on the desktop and click Unmount.

That should do it!

Conclusion:

Students and new users learning how to use Linux systems should choose Ubuntu. It’s simple and suitable for beginners. This post shows you how to mount and un-mount ISO files on Ubuntu.

You may also like the post below:


Discover more from Geek Rewind

Subscribe to get the latest posts to your email.

Like this:



7 responses to “How to Mount ISO File on Ubuntu Linux”

  1. Don Jaster Avatar
    Don Jaster

    worthless info. I down loaded ubuntu and its in an iso file. I can not find any instruction and what to do next. My lcomputer is running windows xp.
    If I try to open the file it says windows can’t do it. and checking let it search the internet.. go nowhere.

  2. Stephen Avatar
    Stephen

    So far I’m finding Linux and Ubuntu poorly documented and difficult to make functional. I believe this article is aimed at people who are running Linux already. I don’t think Windows can do the above. I agree, this article is not much help.

  3. David GUNDLING Avatar
    David GUNDLING

    for me, none of the above work.

  4. Charles Avatar
    Charles

    Burn the ISO on a DVD if you use windows. Then boot from the DVD.
    Once you are in Linux you Cann follow this article and it will be more useful.

  5. Roger Duronio Avatar
    Roger Duronio

    Once any iso is mounted how do install from it? What command or set of commands installs the unto version on the us drive?

  6. jDally987 Avatar
    jDally987

    Use rufus you idiots
    https://rufus.ie/

    Damn. Yall serious? One second of googling probably would’ve gotten you there. And I’m pretty sure you literally just have to double click .iso files in Windows, and it’ll open them as virtual hard drives, so you just open the “This PC” folder and open the newly mounted drive image

  7. jDally987 Avatar
    jDally987

    Oh by the way Don, if you’re still using windows XP, you should probably rethink your life choices. XP reached End Of Life support like a decade ago…. if your machine isn’t already part of at least 4 or 5 separate botnets, owned by multiple russian/chinese hackers who are all viciously fighting back & forth for ownership of your ridiculously outdated computer, right this very second, I would be extremely surprised.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Blog at WordPress.com.

Discover more from Geek Rewind

Subscribe now to keep reading and get access to the full archive.

Continue reading