Create a folder under /mnt # mkdir /mnt/iso_folder mount the iso file # mount -o loop /tmp/test.iso /mnt/iso_folder change folder to iso_folder # cd /mnt/iso_folder You can use it!