Download
Name | Size | Creator | Date | Comment | ||
---|---|---|---|---|---|---|
![]() |
![]() |
25 kb | Rüdiger Jungbeck | May 14, 2008 | Virtual Disk Toolkit Demo |
Usage
- Download ZIP file
- Unpacks ZIP file to local disk
- Right click on .INF file
- Select Install
VDCTL
Create Image File
VDCTL CREATE <imageFileName> <imageSizeInMB>
Creates an empty image.
![]() | You must format the image, after mounting before you can use it |
Parameter | Description |
---|---|
imageFileName | Name of Image File (on local disk) |
imageSizeInMB | File Size in MB |
Mount Image
VDCTL MOUNT <drive> <imageName>
Mount an image as drive.
Parameter | Description |
---|---|
drive | Drive to mount (eg X:) |
imageName | Name of local image file |
Unmount Image
VDCTL UNMOUNT <drive>
Unmount an image
Parameter | Description |
---|---|
drive | Drive to unmount (eg X:) |
Unload Driver
VDCTL UNLOAD
Unload driver. Please unmount drives before.