diff --git a/pages/linux/fatlabel.md b/pages/linux/fatlabel.md new file mode 100644 index 0000000000..9a742ce4de --- /dev/null +++ b/pages/linux/fatlabel.md @@ -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}}"`