Create Virtual Drives
Create Virtual Drives
Does anybody know of a program that creates virtual drives on a Windows machine? I have tried Virtual Drive Creator but windows wouldn't neither allows you to format that drive using the GUI nor using the FORMAT command. Can anybody suggest a program, please?
Try DaemonTools http://www.daemon-tools.cc/dtcc/download.php
I'm working on my own command-line scriptable virtual disk driver for Vista, based on FileDisk but that doesn't require administrative privileges to run. (UAC popups in your build process slightly suck.)
Usage would be as simple as "echo mount C:\projects\os\diskimage.img j > \\.\IsoDiskMgr" to mount a drive, and "echo umount j > \\.\IsoDiskMgr" to unmount. Simple batch-file, UNIX-ey elegance. And none of the rootkit-ish stuff DaemonTools has to do to fight against copy-protection schemes.
Only problem is it is half-way done. I'll have to wait until spring break here at UCLA to work more on it. But it will be open-source when I finish.
Michael
Usage would be as simple as "echo mount C:\projects\os\diskimage.img j > \\.\IsoDiskMgr" to mount a drive, and "echo umount j > \\.\IsoDiskMgr" to unmount. Simple batch-file, UNIX-ey elegance. And none of the rootkit-ish stuff DaemonTools has to do to fight against copy-protection schemes.
Only problem is it is half-way done. I'll have to wait until spring break here at UCLA to work more on it. But it will be open-source when I finish.
Michael