ntfs-3g/ntfsprogs/ntfslabel.8.in

56 lines
1.4 KiB
Groff
Raw Normal View History

2002-11-29 20:16:35 +08:00
.\" -*- nroff -*-
.\" Copyright (c) 2002-2004 Anton Altaparmakov. All Rights Reserved.
2002-11-29 20:16:35 +08:00
.\" 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.
2002-12-02 02:54:13 +08:00
.\"
.TH NTFSLABEL 8 "April 2002" "ntfsprogs version @VERSION@"
2002-11-29 20:16:35 +08:00
.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
2002-12-02 02:54:13 +08:00
.B ntfslabel
was written by Matthew J. Fanto (mattjf@uncompiled.com). This man page was
written by Anton Altaparmakov (aia21@cantab.net).
2002-11-29 20:16:35 +08:00
.SH AVAILABILITY
.B ntfslabel
is part of the ntfsprogs package and is available from
2002-11-29 20:16:35 +08:00
http://linux-ntfs.sourceforge.net/.
.SH SEE ALSO
2002-11-29 23:26:49 +08:00
.BR mkntfs (8),
.BR ntfsprogs (8)
2002-11-29 20:16:35 +08:00