X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfatprogs.git;a=blobdiff_plain;f=manpages%2Fexfatlabel.8;fp=manpages%2Fexfatlabel.8;h=f3274bbd601026f2a636eec9524ed78accf62db7;hp=0000000000000000000000000000000000000000;hb=a4f2404c58ad9a1134d98838617019286a680bef;hpb=3f2b844a9a4c1c01c6e7c7971c716d725e5460b2 diff --git a/manpages/exfatlabel.8 b/manpages/exfatlabel.8 new file mode 100644 index 0000000..f3274bb --- /dev/null +++ b/manpages/exfatlabel.8 @@ -0,0 +1,36 @@ +.TH exfatlabel 8 +.SH NAME +exfatlabel \- Get or Set volume label or volume serial of an exFAT filesystem +.SH SYNOPSIS +.B exfatlabel +[ +.B \-i +.I volume-label +] [ +.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 argument of exfatlabel, It will be written to volume label +field on given device. If not, exfatlabel will just print out +after reading volume label field from given device. If -i or +--volume-serial is given, It can be switched to volume serial +mode. +.PP +.SH OPTIONS +.TP +.BI \-i +Switch to volume serial mode. +.TP +.B \-V +Prints the version number and exits.