Results 1 to 2 of 2
Is there a way or program to extract an iso? Not burn it but be able to run and view the files of an iso without actually burning it to ...
- 04-28-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- Default
- Posts
- 27
Iso Extraction
Is there a way or program to extract an iso? Not burn it but be able to run and view the files of an iso without actually burning it to a dvd/cd?
- 04-28-2005 #2Just Joined!
- Join Date
- Apr 2005
- Location
- /usr/home/slith
- Posts
- 93
You dont need that much, you just have to mount it:
Code:mount -t iso9660 -o loop=/dev/loop0 /where/it/is.iso /mnt/iso


Reply With Quote
