1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

fatlabel: add page (#1571)

This commit is contained in:
Starbeamrainbowlabs 2017-10-26 06:28:58 +01:00 committed by Agniva De Sarker
parent 67314d8548
commit 1c86634691

11
pages/linux/fatlabel.md Normal file
View file

@ -0,0 +1,11 @@
# fatlabel
> Sets or gets the label of a FAT32 partition.
- Get the label of a FAT32 partition:
`fatlabel {{/dev/sda1}}`
- Set the label of a FAT32 partition:
`fatlabel {{/dev/sdc3}} "{{new_label}}"`