2023-07-18 16:53:19 +01:00
|
|
|
# mlabel
|
|
|
|
|
|
|
|
> Set an MS-DOS volume label for FAT and VFAT filesystems.
|
|
|
|
> More information: <https://www.gnu.org/software/mtools/manual/mtools.html#mlabel>.
|
|
|
|
|
|
|
|
- Set a filesystem label:
|
|
|
|
|
2024-06-11 05:47:57 +01:00
|
|
|
`mlabel -i {{/dev/sda}} ::"{{new_label}}"`
|