Mounting An ISO Under Linux
May 3rd, 2008
The most beautiful built in feature ever.
mount -o loop disk1.iso /mnt/disk
Mounts an ISO to the specified directory.
The most beautiful built in feature ever.
mount -o loop disk1.iso /mnt/disk
Mounts an ISO to the specified directory.