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),
16 label, lockproto and locktable. Run without any options, this command
17 will print out information about the content of the superblock.
18
19 The values in the GFS2 superblock are read only on mount. Any changes
20 on a live filesystem will not take effect until the next time it is
21 mounted. Making changes on a live filesystem is not recommended for
22 this reason.
23
24
26 -h
27
28 Prints out usage infomration for this command.
29
30
31 -L <label>
32
33 Change the filesystem label. Note that the GFS2 filesystem label
34 is also the locktable name.
35
36
37 -o [lockproto=<proto>] [locktable=<table>]
38
39 Set mount options. Currently supported options include lockproto
40 and locktable
41
42
43 -U <uuid>
44
45 Set the filesystem UUID
46
47
48 -V
49
50 Print out the information on the version of the tool.
51
52
54 gfs2(5)
55
56
57
58
59 tunegfs2(8)