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}}"`