Results 1 to 7 of 7

Thread: mounting an iso image

  1. #1
    Join Date
    Feb 2009
    Location
    Perundurai, Erode, India
    Beans
    81
    Distro
    Ubuntu 10.04 Lucid Lynx

    mounting an iso image

    hi frenz,
    tell me how to mount an iso image..

  2. #2
    Join Date
    Jul 2009
    Location
    Mentakab, Malaysia
    Beans
    1,864
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: mounting an iso image

    open with archive manager to view files

  3. #3
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: mounting an iso image

    in terminal u can use this:
    Code:
    sudo mount /path/to/iso -o loop /place/to/mount
    replace above accordingly.
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  4. #4
    Join Date
    Feb 2009
    Location
    Perundurai, Erode, India
    Beans
    81
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: mounting an iso image

    no.. i want to mount not to view the files.... in windows we ve deamon tools know .. lik that

  5. #5
    Join Date
    Feb 2009
    Location
    Perundurai, Erode, India
    Beans
    81
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: mounting an iso image

    place to mount in the sense

  6. #6
    Join Date
    Sep 2005
    Location
    Mexicali, Mexico
    Beans
    3,114
    Distro
    Ubuntu Development Release

    Re: mounting an iso image

    Hi. To do that with a graphical interface, you can use GmountIso. It's in the repositories, so you can find it searching in Synaptic, Add/Remove, etc.
    NOT a morning person...

  7. #7
    Join Date
    Jun 2009
    Location
    In front of the computer
    Beans
    Hidden!

    Lightbulb Re: mounting an iso image

    Quote Originally Posted by dharanitharan View Post
    place to mount in the sense
    "Place to mount " is the location where you wish to mount the .iso image .

    If your using ubuntu 9.04 , then most of the external media that you insert (viz,pendrive , cd ROM , etc ) gets mounted inside a folder under " media ' folder which is located in " / " ( i.e the root folder ) .

    If you know how to go to the root folder ,its well and fine , in case your not aware ,here is how you go - Places -- > Home Folder .

    * Now your in the Home Folder .
    * hit ctrl+L and you must see a location bar materialize . you will probably see something like " /home/youraccountname" . 'youraccountname' is the name that you provide while you log in for a session in ubuntu .
    * clear the location bar and type " / " ,though without the quotation and hit enter(or return) .
    *Now you search for a folder called 'media' and your there ! .

    If you wish to mount your iso image here , as ukripper as said you got to type(in terminal )
    Code:
    sudo mount /path/to/iso -o loop /place/to/mount
    here
    Code:
     /path/to/iso
    will be the destination where you have placed your iso image .
    for instance if you have placed it in your " Documents " folder , then the path will be
    Code:
    /home/youraccountname/Documents/nameofiso.iso
    Coming to the second part :
    Code:
    /place/to/mount
    Assuming that you intend to mount your iso image under the 'media' folder about which I described above , the code will be something like this :

    Code:
    /media/cdrom0
    your iso gets mounted in cdrom0 folder which under 'media' folder ! .

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •