Harry Sukumar's Weblog

How to mount and Unmount .iso

Posted by hsukumar on 06/08/2008

How to Un/Mount an Image (iso) without burning it

* To mount your file.iso

mkdir ~/your_disc/
su -c 'mount file.iso ~/your_disc -t iso9660 -o loop'

To access your file.iso you can go into the directory ~/your_disc

* To unmount your file.iso

su -c 'umount ~/your_disc/'

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>