Saturday, April 16, 2005

TIP: Mount ISO

To view the contents of a .iso file you can mount the file as a loopback device with the following command:
mount -o loop /path/to/my_iso_file.iso /mount/point

Now you can browse to /mount/point to view the contents of the my_iso_file.iso file.

No comments: