Mount ISO

I hate myself for not being able to remember how to mount an ISO file in Linux.

mount -o loop -t iso9660 file.iso /mnt/test

So there you go.