Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

How to browse files in an ISO image?

Share this post!
 Vote this!


Its always easy to do things using the command lines in Linux. To browse files of an ISO image is an easy task in Linux. Open a terminal window and type in the following commands.
sudo mkdir /media/iso
sudo modprobe loop
sudo mount filename.iso /media/iso -t iso9660 -o loop
cd /media/iso                    more...

0 comments:

Post a Comment