Results 1 to 7 of 7

Thread: Mount an ISO image in Linux

  1. #1
    Join Date
    Jan 2009
    Posts
    66

    Mount an ISO image in Linux

    hi , i have been using windows from last 7years and now suddenly i have to work on linux os now i want to load dvd image on pc can any one tell me how can i do that on linux which application will help me is there demonoid available for linux?please tell me. thank you.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,267

    Re: Mount an ISO image in Linux

    linux is not like windows here is try this ISO image can be mounted just like any device or file system,

    Create a mount point for the ISO:

    BASH# mkdir /mnt/iso
    Now mount the ISO in the mount point with the following command:

    BASH# mount diskiso.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0
    Where diskiso.iso is your ISO file.

  3. #3
    Join Date
    Dec 2008
    Posts
    207

    Re: Mount an ISO image in Linux

    • mount -t iso9660 -o loop image.iso /mnt/isoimage
      where image.iso is the filename of the ISO image and /mnt/isoimage is the directory under which you want the ISO's files to appear (create it if necessary).
    • After doing this, you will be able to navigate through the ISO's files, starting from /mnt/isoimage, just as you would any other files in your file system, but with one exception: all of the files and directories mounted from the ISO will be read-only.
    • When you are finished looking at the files, unmount the ISO with
      umount /mnt/isoimage

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Mount an ISO image in Linux

    CDemu for Linux is very similar to Daemon Tools for windows. It allows you to mount a bin/cue CD image as a virtual CDROM. Pretty handy for those who don't have the disk space to use bin2iso anyway.

  5. #5
    Join Date
    Dec 2008
    Posts
    322

    Re: Mount an ISO image in Linux

    try PowerISO right now and try it out. I think don't go for WINE to run emulator and also run the application that's mounted in the emulator. PowerISO is best for large size image also.

  6. #6
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Mount an ISO image in Linux

    You can also use a third party software to mount linux iso images. This may make your work more simple...

  7. #7
    darrenalex Guest

    Re: Mount an ISO image in Linux

    Hi...
    I have information regarding that ISO image in linux so i wanna share that with you....An ISO image is an archive file (disk image) of an optical disc using a conventional ISO (International Organization for Standardization) format. ISO image files typically have a file extension of .ISO. The name "ISO" is taken from the ISO 9660 file system used with CD-ROM media, but an ISO image can also contain UDF file system because UDF is backward-compatible to ISO 9660.
    You can mount an ISO images via the loop device under Linux. It is possible to specify transfer functions (for encryption/decryption or other purposes) using loop device.

Similar Threads

  1. How to Mount Image with Eee PC
    By Tamonashh in forum Portable Devices
    Replies: 4
    Last Post: 16-11-2010, 10:54 PM
  2. Replies: 3
    Last Post: 03-05-2010, 10:46 PM
  3. Disk image failed to mount
    By Y2kCyK in forum Operating Systems
    Replies: 5
    Last Post: 27-02-2010, 06:13 PM
  4. Mount iso image in vista
    By SmokiN in forum Windows Software
    Replies: 3
    Last Post: 22-07-2009, 05:23 PM
  5. mount an image with alcohol 120%
    By Gajpal in forum Windows Software
    Replies: 1
    Last Post: 02-01-2009, 11:46 PM

Tags for this Thread

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
  •  
Page generated in 1,750,444,183.14974 seconds with 16 queries