Results 1 to 5 of 5

Thread: CD to a Mounted .ISO file

  1. #1
    Join Date
    Sep 2008
    Location
    Atlanta
    Beans
    84
    Distro
    Ubuntu 10.10 Maverick Meerkat

    CD to a Mounted .ISO file

    I mounted an .iso file and want to change directories to it in the terminal to install it rather than burning it to a CD.. how can I change directory to it?

    thanks in advance.
    Ubuntu 11.04 Natty Narwhal with GNOME 3
    Dell Latitude E6400
    2.4 GHz * 2, 3 GB RAM, 320 GB HDD, 1440 x 900 Resolution

  2. #2
    Join Date
    Dec 2009
    Beans
    Hidden!

    Re: CD to a Mounted .ISO file

    Depends on where you mounted it. Should be in /media.

  3. #3
    Join Date
    Sep 2008
    Location
    Atlanta
    Beans
    84
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: CD to a Mounted .ISO file

    Quote Originally Posted by endBc View Post
    Depends on where you mounted it. Should be in /media.
    I checked in media.. it's not there.
    my problem I guess is finding where I mounted it. I right clicked on the file and hit 'open with mounter'.. the file directory that I see in nautilus is really weird, with lots of random characters.
    Ubuntu 11.04 Natty Narwhal with GNOME 3
    Dell Latitude E6400
    2.4 GHz * 2, 3 GB RAM, 320 GB HDD, 1440 x 900 Resolution

  4. #4
    Join Date
    Aug 2009
    Beans
    75
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: CD to a Mounted .ISO file

    Open a terminal and type: mount
    You should be able to find it in the output.

  5. #5
    Join Date
    Sep 2008
    Location
    Atlanta
    Beans
    84
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: CD to a Mounted .ISO file

    Quote Originally Posted by BitJunkie View Post
    Open a terminal and type: mount
    You should be able to find it in the output.
    Thanks for the quick responses.. I scratched the graphical mounting option and like you said, mounted it via command line.

    Code:
    sudo mount -o loop [file] [location]
    I know where it is now xD
    Ubuntu 11.04 Natty Narwhal with GNOME 3
    Dell Latitude E6400
    2.4 GHz * 2, 3 GB RAM, 320 GB HDD, 1440 x 900 Resolution

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
  •