Label


Applies To: Windows Server 2008,Windows Vista

Creates, changes, or deletes the volume label (that is, the name) of a disk. If used without parameters, the label command changes the current volume label or deletes the existing label.

For examples of how to use this command, see Examples.

Syntax


Copy Code

label [/mp] [<Volume>] [<Label>]

Parameters

Parameter

Description

/mp

Specifies that the volume should be treated as a mount point or volume name.

<Volume>

Specifies a drive letter (followed by a colon), mount point, or volume name. If a volume name is specified, the /mp parameter is unnecessary.

<Label>

Specifies the label for the volume.

/?

Displays help at the command prompt.

Remarks


Copy Code

Volume in drive C: xxxxxxxxxxx
Volume Serial Number is xxxx-xxxx
Volume label (32 characters, ENTER for none)?

You can type a new volume label or press ENTER to keep the current label. If you press ENTER and the volume currently has a label, the label command prompts you with the following message:


Copy Code

Delete current volume label (Y/N)?

Press Y to delete the label, or press N to keep the label.

Examples

To label a disk in drive A that contains sales information for July, type:


Copy Code

label a:sales-july

To delete the current label for drive C, follow these steps:

  1. At the command prompt, type:


Copy Code

Label

Output similar to the following should be displayed:


Copy Code

Volume in drive C: is Main Disk
Volume Serial Number is 6789-ABCD
Volume label (32 characters, ENTER for none)?

  1. Press ENTER. The following prompt should be displayed:


Copy Code

Delete current volume label (Y/N)?

  1. Press Y to delete the current label.

Additional references

Command-Line Syntax Key