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
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
- Windows displays the volume label and serial number (if it has
one) as part of the directory listing.
- An NTFS volume label can be up to 32 characters in length,
including spaces. NTFS volume labels retain and display the case
that was used when the label was created.
- If you do not specify a value for the Label parameter,
the label command displays output in the following
format:
Volume in drive C: xxxxxxxxxxx Volume Serial Number is xxxx-xxxx Volume label (32 characters, ENTER for none)?
Delete current volume label (Y/N)?
Examples
To label a disk in drive A that contains sales information for July, type:
label a:sales-july
To delete the current label for drive C, follow these steps:
- At the command prompt, type:
Label
Volume in drive C: is Main Disk Volume Serial Number is 6789-ABCD Volume label (32 characters, ENTER for none)?
- Press ENTER. The following prompt should be displayed:
Delete current volume label (Y/N)?
- Press Y to delete the current label.