]> git.ipfire.org Git - thirdparty/util-linux.git/blame_incremental - disk-utils/swaplabel.8
Manual pages: order AUTHORS / COPYRIGHT / SEE ALSO / AVAILABILITY consistently
[thirdparty/util-linux.git] / disk-utils / swaplabel.8
... / ...
CommitLineData
1.\" Copyright 2010 Jason Borden <jborden@bluehost.com>
2.\"
3.\" This file may be copied under the terms of the GNU Public License.
4.\"
5.TH SWAPLABEL 8 "April 2010" "util-linux" "System Administration"
6.SH NAME
7swaplabel \- print or change the label or UUID of a swap area
8.SH SYNOPSIS
9.B swaplabel
10.RB [ \-L
11.IR label ]
12.RB [ \-U
13.IR UUID ]
14.I device
15.SH DESCRIPTION
16.B swaplabel
17will display or change the label or UUID of a swap partition located on
18.I device
19(or regular file).
20.PP
21If the optional arguments
22.B \-L
23and
24.B \-U
25are not given,
26.B swaplabel
27will simply display the current swap-area label and UUID of
28.IR device .
29.PP
30If an optional argument is present, then
31.B swaplabel
32will change the appropriate value on
33.IR device .
34These values can also be set during swap creation using
35.BR mkswap (8).
36The
37.B swaplabel
38utility allows to change the label or UUID on an actively used swap device.
39.SH OPTIONS
40.TP
41.BR \-h , " \-\-help"
42Display help text and exit.
43.TP
44.BR \-L , " \-\-label " \fIlabel\fR
45Specify a new \fIlabel\fR for the device.
46Swap partition labels can be at most 16 characters long. If
47.I label
48is longer than 16 characters,
49.B swaplabel
50will truncate it and print a warning message.
51.TP
52.BR \-U , " \-\-uuid " \fIUUID\fR
53Specify a new \fIUUID\fR for the device.
54The \fI UUID\fR
55must be in the standard 8-4-4-4-12 character format, such as is output by
56.BR uuidgen (1).
57.PP
58.SH ENVIRONMENT
59.IP LIBBLKID_DEBUG=all
60enables libblkid debug output.
61.SH AUTHORS
62.B swaplabel
63was written by Jason Borden <jborden@bluehost.com> and Karel Zak <kzak@redhat.com>.
64.SH SEE ALSO
65.BR uuidgen (1),
66.BR mkswap (8),
67.BR swapon (8)
68.SH AVAILABILITY
69The swaplabel command is part of the util-linux package and is available from
70https://www.kernel.org/pub/linux/utils/util-linux/.