Wednesday, March 29, 2006

Mounting ISO files

I had checked out DaemonTools and was wondering if something like this was available for Linux too. Then, I realized that optical media or other devices in Linux had to be mounted. A little bit of searching the man pages gave me this command to mount ISO files.

mount -o loop -t iso9660 isofilename mountpoint