Windows Tools: Difference between revisions

Added note regarding file format.
[unchecked revision][unchecked revision]
(Added note regarding file format.)
Line 20:
 
The '''diskpart''' utility is useful for managing partitions and virtual hard drives, which can be used as loopback devices. If you want other types of loopback devices, you might want to consider [[Virtual Floppy Drive|VFD]] for floppy drives, and [[DAEMON Tools]] for optical media.
 
The file format used by this tool is called VHD (Virtual Hard Disk) and can be used with several emulators/VMs, including [[VirtualBox]], [[Microsoft Virtual PC]], [[Xen]], and [[VMWare]].
 
This isn't your usualy command-line utiliy: you run it from the command prompt, after which you query commands.
 
In order to create a VHD (Virtual Hard Disk) image that is 10 MiB in size, you can use the following command:
create vdisk file="C:\foo.vhd" maximum=10 type=expandable
There are a few things worth noting:
Anonymous user