How to access ISO files without burning to CD!
Posted: 10/30/2000 10:54:20 PMBy: Comfortably Anonymous
Times Read: 5,421
Likes: 0 Dislikes: 0
Topic: Linux
I had asked a question asking if there was any way to access the files in a .ISO image without actually burning it to CD. Here's how to do it! :)
mkdir /mnt/iso
mount -o loop whatever.iso /mnt/iso
then you can view all the files within the iso...
mkdir /mnt/iso
mount -o loop whatever.iso /mnt/iso
then you can view all the files within the iso...
Rating: (You must be logged in to vote)