Announcement

Collapse
No announcement yet.

How do I mount an iso file?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Multimedia] How do I mount an iso file?

    I'd prefer a method that uses a graphical interface, but a console command will work too.

    #2
    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)

    Comment


      #3
      Here's the service menu I use

      https://store.kde.org/p/1214091/

      Please Read Me

      Comment

      Working...
      X