Assign


Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista,Windows 7

Assigns a drive letter or mount point to the volume with focus.

For examples of how this command can be used, see Examples.

Syntax


Copy Code

assign [{letter=<d> | mount=<path>}] [noerr]

Parameters

Parameter

Description

letter=<d>

The drive letter you want to assign to the volume.

mount=<path>

The mount point path you want to assign to the volume.

For instructions regarding how to use this command, see Assign a mount point folder path to a drive (http://go.microsoft.com/fwlink/?LinkId=207059).

noerr

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.

Remarks

Examples

To assign the letter E to the volume in focus, type:


Copy Code

assign letter=e

Additional references

Command-Line Syntax Key

DiskPart