Files
cheatsheet-tldr/tldr/linux/mlabel
2024-06-12 00:14:27 +00:00

14 lines
317 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}"`