File: exfatlabel.8

package info (click to toggle)
exfatprogs 1.2.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,996 kB
  • sloc: ansic: 6,310; sh: 4,154; makefile: 52
file content (34 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH exfatlabel 8
.SH NAME
exfatlabel \- Get or Set volume label or volume serial of an exFAT filesystem
.SH SYNOPSIS
.B exfatlabel
[
.B \-i
] [
.B \-V
]
.I device
[
.I label_string or serial_value
]
.br
.B exfatlabel \-V
.SH DESCRIPTION
.B exfatlabel
Print or set volume label of an existing exFAT filesystem.

If there is a
.I label_string
in the argument of exfatlabel, it will be written to the volume
label field on a given device. If not, exfatlabel will just print
it after reading the volume label field from the given device. If -i
or --volume-serial is given, it will switch to volume serial mode.
.PP
.SH OPTIONS
.TP
.BI \-i\ \-\-volume-serial
Switch to volume serial mode.
.TP
.B \-V
Prints the version number and exits.