Blame gfs2/man/tunegfs2.8

Packit 6ef888
.TH tunegfs2 8
Packit 6ef888
Packit 6ef888
.SH NAME
Packit 6ef888
tunegfs2 - View and manipulate gfs2 superblocks
Packit 6ef888
Packit 6ef888
.SH SYNOPSIS
Packit 6ef888
.B tunegfs2
Packit 6ef888
[\fIOPTIONS\fR]
Packit 6ef888
/dev/blockdevice
Packit 6ef888
Packit 6ef888
.SH DESCRIPTION
Packit 6ef888
tunegfs2 allows viewing and manipulating the values contained in a
Packit 6ef888
GFS or GFS2 superblock. It is able to modify the \fIUUID\fR (on GFS2 only),
Packit 6ef888
\fIlabel\fR, \fIlockproto\fR and \fIlocktable\fR.
Packit 6ef888
Packit 6ef888
The values in the GFS2 superblock are read only on mount. Any
Packit 6ef888
changes on a live filesystem will not take effect until the next
Packit 6ef888
time it is mounted. Making changes on a live filesystem is not
Packit 6ef888
recommended for this reason.
Packit 6ef888
Packit 6ef888
.SH OPTIONS
Packit 6ef888
Packit 6ef888
.TP
Packit 6ef888
\fB-h\fP
Packit 6ef888
Packit 6ef888
Prints out usage information for this command.
Packit 6ef888
Packit 6ef888
.TP
Packit 6ef888
\fB-l\fP
Packit 6ef888
Packit 6ef888
List contents of the filesystem superblock. Includes the current values of the
Packit 6ef888
parameters that can be set by this program.
Packit 6ef888
Packit 6ef888
.TP
Packit 6ef888
\fB-L\fP \fI<label>\fR
Packit 6ef888
Packit 6ef888
Change the filesystem label. Note that the GFS2 filesystem label is
Packit 6ef888
also the locktable name.
Packit 6ef888
Packit 6ef888
.TP
Packit 6ef888
\fB-o\fP \fI[lockproto=<proto>]\fR \fI[locktable=]\fR
Packit 6ef888
Packit 6ef888
Set mount options. Currently supported options include lockproto and
Packit 6ef888
locktable
Packit 6ef888
Packit 6ef888
.TP
Packit 6ef888
\fB-U\fP \fI<uuid>\fR
Packit 6ef888
Packit 6ef888
Set the filesystem UUID
Packit 6ef888
Packit 6ef888
.TP
Packit 6ef888
\fB-V\fP
Packit 6ef888
Packit 6ef888
Print out the information on the version of the tool.
Packit 6ef888
Packit 6ef888
.SH SEE ALSO
Packit 6ef888
Packit 6ef888
\fBgfs2\fP(5)
Packit 6ef888