13

Feb/10

Mount ISO File In Linux

A neat trick in Linux is the ability to mount an .iso file as if it was a CDROM. The command to do this is: sudo mount -t iso9660 -o loop /home/danny/filename.iso /media/cdrom where “/home/danny/filename.iso” is the path to the … Continue reading