mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
3c429be664
(Logical change 1.317)
56 lines
1.4 KiB
Groff
56 lines
1.4 KiB
Groff
.\" -*- nroff -*-
|
|
.\" Copyright (c) 2002-2004 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" "ntfsprogs 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 (mattjf@uncompiled.com). This man page was
|
|
written by Anton Altaparmakov (aia21@cantab.net).
|
|
.SH AVAILABILITY
|
|
.B ntfslabel
|
|
is part of the ntfsprogs package and is available from
|
|
http://linux-ntfs.sourceforge.net/.
|
|
.SH SEE ALSO
|
|
.BR mkntfs (8),
|
|
.BR ntfsprogs (8)
|
|
|