Updates
2002/05/06 14:14:07-00:00 !antona Update ntfslabel manpage 2002/04/12 15:25:04-00:00 !antona Add the manpage. (Logical change 1.5)edge.strict_endians
parent
e7450aab8a
commit
72a796dcc5
|
@ -0,0 +1,54 @@
|
|||
.\" -*- nroff -*-
|
||||
.\" Copyright (c) 2002 Anton Altaparmakov. All Rights Reserved.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\" Adapted from e2fsprogs-1.26/misc/e2label.8.in by Theodore Ts'o.
|
||||
.\"
|
||||
.TH NTFSLABEL 8 "April 2002" "Linux-NTFS version @VERSION@"
|
||||
.SH NAME
|
||||
ntfslabel \- display/change the label on an ntfs file system
|
||||
.SH SYNOPSIS
|
||||
.B ntfslabel
|
||||
.I device
|
||||
[
|
||||
.I new-label
|
||||
]
|
||||
.SH DESCRIPTION
|
||||
.B ntfslabel
|
||||
will display or change the file system label on the ntfs file system located on
|
||||
.IR device .
|
||||
.PP
|
||||
If the optional argument
|
||||
.I new-label
|
||||
is not present,
|
||||
.B ntfslabel
|
||||
will simply display the current file system label.
|
||||
.PP
|
||||
If the optional argument
|
||||
.I new-label
|
||||
is present, then
|
||||
.B ntfslabel
|
||||
will set the file system label to be
|
||||
.IR new-label .
|
||||
NTFS file system labels can be at most 128 Unicode characters long; if
|
||||
.I new-label
|
||||
is longer than 128 Unicode characters,
|
||||
.B ntfslabel
|
||||
will truncate it and print a warning message.
|
||||
.PP
|
||||
It is also possible to set the file system label using the
|
||||
.B \-L
|
||||
option of
|
||||
.BR mkntfs (8)
|
||||
during creation of the file system.
|
||||
.PP
|
||||
.SH AUTHOR
|
||||
.B ntfslabel
|
||||
was written by Matthew J. Fanto (fanto1mj@cmich.edu). This man page was written
|
||||
by Anton Altaparmakov (aia21@cantab.net).
|
||||
.SH AVAILABILITY
|
||||
.B ntfslabel
|
||||
is part of the linux-ntfs package and is available from
|
||||
http://linux-ntfs.sourceforge.net/.
|
||||
.SH SEE ALSO
|
||||
.BR mkntfs (8)
|
||||
|
Loading…
Reference in New Issue