User Tools

Site Tools


Sidebar

linux:mount_iso

This is an old revision of the document!


Linux mount ISO image

  1. 1) You must login as a root user, if not root user then switch to root user using following command:
$ su -
  1. 2) Create the directory i.e. mount point:
# mkdir -p /mnt/disk
  1. 3) Use mount command as follows to mount iso file called disk1.iso:
# mount -o loop disk1.iso /mnt/disk
  1. 4) Change directory to list files stored inside an ISO image:
# cd /mnt/disk
# ls -l
linux/mount_iso.1477472985.txt.gz · Last modified: 2016/10/26 11:09 by admin