snippetbashTip
fatlabel — Get or set the label of a FAT32 partition. More information: <https://manned.org/fatlabel>.
Viewed 0 times
thecommandfatlabelclilabelfat32setget
linux
Problem
How to use the
fatlabel command: Get or set the label of a FAT32 partition. More information: <https://manned.org/fatlabel>.Solution
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}}"Code Snippets
Get the label of a FAT32 partition
fatlabel {{/dev/sda1}}Set the label of a FAT32 partition
fatlabel {{/dev/sdc3}} "{{new_label}}"Context
tldr-pages: linux/fatlabel
Revisions (0)
No revisions yet.