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/'
This entry was posted on 06/08/2008 at 7:17 am and is filed under CentOS, General Linux, Redhat MIX.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.