From 367f23a94b60c40f76716e2e50566b686baf36b8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:16:44 +0200 Subject: Adding upstream version 1.2.2. Signed-off-by: Daniel Baumann --- manpages/exfatlabel.8 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 manpages/exfatlabel.8 (limited to 'manpages/exfatlabel.8') 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. -- cgit v1.2.3