How to use an ISO image on Ubuntu Linux
Like anything else on linux, it’s easiest to do things from the
command line. Open up a terminal window and type in the following
commands
sudo mkdir /media/isoYou should be able to navigate to the /media/iso folder and see the contents of the ISO image. If you want to unmount the iso, use the following command:
sudo modprobe loop
sudo mount filename.iso /media/iso -t iso9660 -o loop
sudo umount /media/isoStay tuned, we’ll post a howto about using these ISO images from within the GUI.
How to use an ISO image on Ubuntu Linux
Reviewed by Pakainfo
on
August 08, 2018
Rating:
No comments: