1tunegfs2(8) System Manager's Manual tunegfs2(8)
2
3
4
6 tunegfs2 - View and manipulate gfs2 superblocks
7
8
10 tunegfs2 [OPTIONS] /dev/blockdevice
11
12
14 tunegfs2 allows viewing and manipulating the values contained in a GFS
15 or GFS2 superblock. It is able to modify the UUID (on GFS2 only), la‐
16 bel, lockproto and locktable.
17
18 The values in the GFS2 superblock are read only on mount. Any changes
19 on a live filesystem will not take effect until the next time it is
20 mounted. Making changes on a live filesystem is not recommended for
21 this reason.
22
23
25 -h
26
27 Prints out usage information for this command.
28
29
30 -l
31
32 List contents of the filesystem superblock. Includes the current
33 values of the parameters that can be set by this program.
34
35
36 -L <label>
37
38 Change the filesystem label. Note that the GFS2 filesystem label
39 is also the locktable name.
40
41
42 -o [lockproto=<proto>] [locktable=<table>]
43
44 Set mount options. Currently supported options include lockproto
45 and locktable
46
47
48 -U <uuid>
49
50 Set the filesystem UUID
51
52
53 -V
54
55 Print out the information on the version of the tool.
56
57
58 -r <version>
59
60 Set the filesystem format version.
61
62
64 gfs2(5)
65
66
67
68
69 tunegfs2(8)