Find the answer to your Linux question:
Results 1 to 3 of 3
hello friends... I want to mount an iso image through terminal (command line) The image is kept in a harddisk partition and when boots it opens up in a browser.... ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    6

    Question mount an iso image

    hello friends...

    I want to mount an iso image through terminal (command line)
    The image is kept in a harddisk partition and when boots it opens up in a browser....
    I am unable to open in Suse ...
    Kindly help

  2. #2
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    Assuming you want to mount it on /mnt/loop
    Code:
    mount -o loop /path/to/file.iso /mnt/loop
    Can't tell an OS by it's GUI

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    6

    mounting to iso image file

    Hai,


    mount -t iso9660 -o loop -rw </path/to/image.iso> </mnt/Iso>

Posting Permissions

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