Select vdisk
Applies To: Windows 7, Windows Server 2008 R2
Selects the specified virtual hard disk (VHD) and shifts the focus to it.
Note
This command is only applicable to Windows 7 and Windows Server 2008 R2.
Syntax
select vdisk file=<full path> [noerr]
Parameters
Parameter | Description |
---|---|
file=<full path> |
Specifies the full path and file name of an existing VHD file. |
noerr |
Used for scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without this parameter, an error causes DiskPart to exit with an error code. |
Examples
To shift the focus to the VHD named Test.vhd, type:
select vdisk file="c:\test\test.vhd"