-->

Mount The Iso File in Simple Way

mounting ISO file in linux

Quick and simple way to mount the iso file in linux, you can do via the terminal command. This is the command line ..

sudo mkdir /media/iso
sudo mount -t iso9660 isofilename.iso /media/iso -o loop
ls -la /media/iso