Linux Comm Mlabel
# Linux mlabel Command
[ Linux Command Manual](#)
The Linux mlabel command is used to set the label of a disk.
If a label has been set on the disk, mlabel will display it to the user. If no new label is specified and the c or s options are not specified, mlabel will prompt the user to enter a new label. If Enter is pressed directly, the original label will be deleted.
### Syntax
mlabel drive:
**Parameter Description**:
* -v More verbose information.
* -c Clear the original label without a prompt message.
* -s Display the current label without a prompt message.
### Example
Change the label of drive A to newlabel.
mlabel a:newlabel
[ Linux Command Manual](#)
YouTip