Here I put my everyday thoughts. Mainly important things to remember but also smart solutions to problems.

26 maj, 2006

Mount a DVD iso image

Use this command to mount a iso image
mount -o loop -t iso9660 <isofilename> <mountpoint>