mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
c9775847b6
* pages/*: use the imperative in descriptions * go-fmt: put the description on one line
254 B
254 B
fatlabel
Get or set the label of a FAT32 partition. More information: https://manned.org/fatlabel.
- Get the label of a FAT32 partition:
fatlabel {{/dev/sda1}}
- Set the label of a FAT32 partition:
fatlabel {{/dev/sdc3}} "{{new_label}}"