Announcement

Collapse
No announcement yet.

Mounting an iso

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

    Mounting an iso

    How do I mount an ISO I heard a lot about this, but I never really knew how to do it.
    Ho is it done? What do I need to do it?
    thank you in advance.
    I'm magnet for errors, problems and bugs...

    #2
    Re: Mounting an iso

    Earlier > Topic: How to mount a cd image

    How to mount/unmount Image (ISO) files without burning

    * To mount Image (ISO) file

    sudo mkdir /media/iso
    sudo modprobe loop
    sudo mount -t iso9660 -o loop file.iso /media/iso/

    * To unmount Image (ISO) file

    sudo umount /media/iso/

    KDE-Apps.org

    > MountISO
    Type: KDE Service Menu

    Description:
    Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) and MDF images.
    Mount/unmount operations can be performed in two different ways: using kdesu or sudo. During the installation you'll be offered to choose a variant to use.
    Note: If you prefer to use sudo, you should first choose to "Setup sudo config" in installation menu.
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Mounting an iso

      I just came across this thread while searching the forums for how to mount an iso. Figured I would add that my eventual solution was to install gmountiso from the repositories which provides a simple gui interface for mounting & unmounting isos.

      Comment


        #4
        Re: Mounting an iso

        my how-to
        -- Commands at Konsole: Beginners: 3 parts
        http://kubuntuforums.net/forums/inde...opic=3091607.0
        Part 3, this subsection:
        -- Extract files from an .iso without burning the CD

        Related:
        GRUB 2 can boot from iso.
        Not the expert, but what I know and did is here, with links:
        -- GRUB 2 A Guide for Users
        http://kubuntuforums.net/forums/inde...opic=3106368.0
        See Reply #1, these topics:
        Boot From ISO -- use of GRUB 2 loopback
        Boot your Kubuntu Live CD ISO from your flashdrive
        An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

        Comment

        Working...
        X