1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 20:35:26 +02:00

mlabel: add page (#10460)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Managor 2023-07-18 18:53:19 +03:00 committed by GitHub
parent ab4c2b3a60
commit 54bc946f8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
pages/linux/mlabel.md Normal file
View file

@ -0,0 +1,8 @@
# 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}}"`