HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

fatlabel — Get or set the label of a FAT32 partition. More information: <https://manned.org/fatlabel>.

Submitted by: @import:tldr-pages··
0
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.