piccolo
Group: Members
Posts: 286
Joined: Mar. 2006 |
|
Posted: May 26 2006,10:28 |
|
Extracting files from ISO image under Linux
1. Create a folder to mount the image, in this example /mnt/iso
2. Change to directory where you have downloaded dsl-xxx.iso so, if dsl-xxx.iso is inside /home/dsl/folder_iso then: cd /home/dsl/folder_iso
3. type this command:
mount -o loop -t iso9660 dsl-xxx.iso /mnt/iso
Inside /mnt/iso folder you will have the files extracted from dsl-xxx.iso file. Then you can copy the files where you want or need before umount the /mnt/iso folder.
-------------- Robin Hood used Linux
|