Mounting a DVD or CD image virtually in Linux
Mounting a DVD or CD image (ISO file) virtually is trivial in linux. To do this you’ll need to have superuser permissions, in the example below I’m using the sudo command: cfaber@sputnik:/dump$ mkdir ISO cfaber@sputnik:/dump$ sudo mount -o loop DVD-IMAGE.ISO … Continue reading