diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:51:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:51:57 +0000 |
commit | 107a9fe33b588acf0db45f3944683a134634a454 (patch) | |
tree | 62e7a2928b706f9f34c2d5a4e1227888cfc537c5 /manpages/tune.exfat.8 | |
parent | Initial commit. (diff) | |
download | exfatprogs-upstream.tar.xz exfatprogs-upstream.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/tune.exfat.8')
-rw-r--r-- | manpages/tune.exfat.8 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/manpages/tune.exfat.8 b/manpages/tune.exfat.8 new file mode 100644 index 0000000..865dc07 --- /dev/null +++ b/manpages/tune.exfat.8 @@ -0,0 +1,46 @@ +.TH tune.exfat 8 +.SH NAME +tune.exfat \- adjust tunable filesystem parameters on an exFAT filesystem +.SH SYNOPSIS +.B tune.exfat +[ +.B \-l +.I print-label +] [ +.B \-L +.I set-label +] [ +.B \-i +.I print-serial +] [ +.B \-I +.I set-serial +] [ +.B \-v +] +.I device +.br +.B tune.exfat \-V +.SH DESCRIPTION +.B tune.exfat +adjust tunable ondisk parameters of an existing exFAT filesystem. +.PP +.SH OPTIONS +.TP +.BI \-l " print-label" +Print the volume label of the exFAT filesystem. +.TP +.BI \-L " set-label" +Set the volume label of the filesystem to the provided argument. +.TP +.BI \-i " print-serial" +Print the volume serial of the exFAT filesystem. +.TP +.BI \-I " set-serial" +Set the volume serial of the filesystem to the provided argument. +.TP +.BI \-v +Prints verbose debugging information while extracting or tuning parameters of the exFAT filesystem. +.TP +.B \-V +Prints the version number and exits. |