Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Selects the specified virtual hard disk (VHD) and shifts the focus to it.
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 c:\test\test.vhd, type:
select vdisk file=c:\test\test.vhd