No need to burn iso's
If you have downloaded an .iso file it's very easy in Linux to use the files in the iso.
You can mount the iso and put the information in a target directory
How?
sudo mount -o loop -t iso9660 /source/directory/file.iso /target/directory/
You can mount the iso and put the information in a target directory
How?
sudo mount -o loop -t iso9660 /source/directory/file.iso /target/directory/

0 Comments:
Post a Comment
<< Home