Virtual Drive SDK
Virtual Drive SDK allows you to create and manage virtual disks that appear in Windows as regular disks. Virtual disk can be located anywhere: on hard disk, network, random access memory, database etc. To do this on your own you need to develop a driver that requires deep knowledge of operating system internals, and a lot of time for debugging and testing it. Virtual Drive SDK makes possible to implement read/write operations without having to develop your own kernel driver. All necessary part of boring work is done, so you can focus on storage, encryption etc.
- Simultaneous work with up to 26 virtual disks
- Simple user mode API for kernel driver management
- User application freeze/crash detection
- Automatic removal of dead volumes
- Volumes formatting support
- Operating system: Windows 2000, XP, 2003, Vista
- One virtual disk can be mounted only
- Max available disk size is 256 MB
- 32 bit support only
- Nag screen
- See also:
-