Sunday, July 23, 2006

Mounting ISO images in Linux

Want to get one file out of a big .ISO file? Or want to see the contents of an ISO file. You can mount ISO file directly in Linux.
Commant:
mount -o loop /path/to/file.iso /path/to/mount/point

0 comments: