Step 1: Create a folder
~$ mkdir /mnt/blablah
The folder created will be the drive's location/address.
Step 2:Load your content (iso file)
~$ mount -t iso9660 -o loop "<path>/image.iso" /mnt/blablah
No comments:
Post a Comment