I'd prefer a method that uses a graphical interface, but a console command will work too.
Announcement
Collapse
No announcement yet.
How do I mount an iso file?
Collapse
This topic is closed.
X
X
-
-
There are Dolphin right-click menus you can install that do this.
From Dolphin settings, go to Services >> download new services, then search for 'mount' or 'iso', or something similar.
if you just want to look at the contents, or copy files from it, you can open it with Ark.
commandline is pretty easy
sudo mount foobar.iso ./folder
if the iso and directory are not in the same place, you will need to specify the file paths to anything not in the current dir your terminal is at.
sudo umount ./folder to unmount (use the same path used for the folder used for mounting)
- Top
- Bottom
-
Comment