Monday, July 15, 2013

How to Create a virtual DVD/CD drive

How to Create a Virtual DVD/CD drive 

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