1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:02:07 +02:00
tldr/pages/linux/mlabel.md
Managor 54bc946f8e
mlabel: add page (#10460)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-18 17:53:19 +02:00

8 lines
225 B
Markdown

# 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:
`mlabel -i /dev/{{sda}} ::"{{new_label}}"`