Virtual Drive on Linux
I used to have virtual clone or daemon tools to mount an .ISO image and read it as virtual cd/dvd, on Linux, I don’t need that stuff to get my image work, what I need to do is simply mount -t iso9660 -o <option> image.iso /mountpoint .

Leave a Reply