Here is list of my personnel how to, it's mostly for me to help me remember how I at some point figure out how to do something...
PS: if you like to contribute to my How To blog, let me know and I will give you access to do so.
Saturday, March 17, 2007
How to mount an iso on Linux
# First image mount -t iso9660 -o ro,loop=/dev/loop0 FIRST_TRIP.iso /mnt
# Second image (make sure mnt2 exist) mount -t iso9660 -o ro,loop=/dev/loop1 LAST_TRIP.iso /mnt2
No comments:
Post a Comment