label | |
Developer: | Microsoft, IBM, Digital Research, Novell, Joe Cosentino, ReactOS Contributors |
Operating System: | MS-DOS, PC DOS, SISNE plus, OS/2, eComStation, ArcaOS, Windows, DR DOS, ROM-DOS, PTS-DOS, FreeDOS, ReactOS |
Platform: | Cross-platform |
Genre: | Command |
License: | MS-DOS, PC DOS, Windows, OS/2: Proprietary commercial software FreeDOS, ReactOS: GNU General Public License |
In computing, label
is a command included with some operating systems (e.g., DOS, IBM OS/2,[1] Microsoft Windows[2] and ReactOS[3]). It is used to create, change, or delete a volume label on a logical drive, such as a hard disk partition or a floppy disk. Used without parameters, label
changes the current volume label or deletes the existing label.
The command was originally designed to label floppy disks as a reminder of which one is in the machine. However, it can also be applied to other types of drive such as mapped drives.[4]
It is available in MS-DOS versions 3.1 and later and IBM PC DOS releases 3 and later.[5] It is an external command. MS-DOS 4.0x and earlier used label.com
as the external file. MS-DOS 5.0 and Windows use label.exe
as the external file.[6] DR DOS 6.0 includes an implementation of the command.[7] The FreeDOS version was developed by Joe Cosentino and is licensed under the GPL.[8]
In modern versions of Microsoft Windows, changing the disk label requires elevated permissions. The Windows [[dir (command)|dir]]
command displays the volume label and serial number (if it has one) as part of the directory listing.
In Unix and other Unix-like operating systems, the name of the equivalent command differs from file system to file system. For instance, the command [[e2label]]
can be used for ext2 partitions.
LABEL [drive:][label] LABEL [/MP] [volume] [label]
Arguments:
drive:
This command-line argument specifies the drive letter of a drive.label
Specifies the label of the volume.volume
Specifies the drive letter (followed by a colon), mount point, or volume name.Flags:
/MP
Specifies that the volume should be treated as a mount point or volume name.Note: If volume
name is specified, the /MP
flag is unnecessary.
FAT volumes have the following limitations: