How to mount/unmount Image (ISO) files without burning?

How to mount/unmount Image (ISO) files without burning?
1. To mount Image (ISO) file

sudo mkdir /media/iso
sudo modprobe loop
sudo mount file.iso /media/iso/ -t iso9660 -o loop

2. To unmount Image (ISO) file

sudo umount /media/iso/

Possibly Related Posts:


Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>