Home > Linux > How to: Mount an ISO image under Linux

How to: Mount an ISO image under Linux

Procedure to mount ISO images under Linux
1) You must login as a root user
2) Create the directory i.e. mount point:
# mkdir -p /mnt/temp_disk1
3) Use mount command to mount iso file called disk1.iso with loop option:
# mount -o loop disk1.iso /mnt/temp_disk1

Now you should be able to access all the files on that ISO image. Please note, you have to provide full path to iso image, not just iso image alone.

Categories: Linux Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.
*
Please leave these two fields as-is:

Protected by Invisible Defender. Showed 403 to 3,198 bad guys.

Powered by WP Robot

Stop SOPAPowered by Yahoo! Answers