Free ISO Mounting to a Virtual Drive
Posted in Cool, Downloadable by Dan at 12:07 pm

My friends over at JkOnTheRun (hope I got the caps right) pointed out a free utility that lets you mount an ISO, .ccd, .dvd, .img, .udf, and .bin file to a virtual drive on your Windows machine. Perfect for those people who HATE working with physical CD’s (*cough*). Works on Windows XP and Vista.

Uhm… daemon tools?!?
i personally use daemon tools as well.
I like daemon tools as well, Alcohol is even better but it’s not free.
ISOMount from MS
via http://www.downloadsquad.com/2005/08/15/free-utility-to-mount-an-iso-disk-image-from-microsoft/
ummm, daemon tools, its been around for as long as i remember, and it works, and why would you need anything else?
Would be nice if there were something like DT for OSX…
I use this at work. Love it!
Jason: Don’t know about OS X, but on Linux, this functionality is built-in:
# mount myiso.iso /mnt/iso/ -t iso9660 -o loop
Well, since OSX is built on a BSD core, it should be built in, too, shouldn’t it?
Anyway, yeah, Daemon tools ftw.