summaryrefslogtreecommitdiffstats
path: root/manpages/exfatlabel.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:51:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:51:57 +0000
commit107a9fe33b588acf0db45f3944683a134634a454 (patch)
tree62e7a2928b706f9f34c2d5a4e1227888cfc537c5 /manpages/exfatlabel.8
parentInitial commit. (diff)
downloadexfatprogs-774c91357c3d8bcda1c8ef81b8ca7517171e8c8c.tar.xz
exfatprogs-774c91357c3d8bcda1c8ef81b8ca7517171e8c8c.zip
Adding upstream version 1.2.0.upstream/1.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'manpages/exfatlabel.8')
-rw-r--r--manpages/exfatlabel.834
1 files changed, 34 insertions, 0 deletions
diff --git a/manpages/exfatlabel.8 b/manpages/exfatlabel.8
new file mode 100644
index 0000000..40c8d56
--- /dev/null
+++ b/manpages/exfatlabel.8
@@ -0,0 +1,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.