terça-feira, março 29, 2005
LX Mounting ISO Images
If you are already running Linux, you can save an ISO image to a directory on your machine or another machine on the network. You may then mount the ISO image to look at or copy files. To mount an ISO image, use the following command:
mount -o loop -t iso9660
In the above command replace and with the correct file name and mount point respectively. The directory given as the mount point must exist.
mount -o loop -t iso9660
In the above command replace