1
2gfs2_convert(8) System Manager's Manual gfs2_convert(8)
3
4
5
7 gfs2_convert - Convert a GFS1 filesystem to GFS2
8
9
11 gfs2_convert [OPTION]... DEVICE
12
13
15 gfs2_convert is used to convert a filesystem from GFS1 to GFS2.
16
17
19 -h Help.
20
21 This prints out the proper command line usage syntax.
22
23 -q Quiet. Print less information while running.
24
25 -n No to all questions.
26
27 -V Print program Version information only.
28
29 Print out the current version name.
30
31 -v Verbose operation.
32
33 Print more information while running.
34
35 -y Yes to all questions.
36
37 By specifying this option, gfs2_convert will not prompt before
38 making changes.
39
40
42 gfs2_convert /dev/vg0/lvol0
43 This will convert the Global File System on the block device
44 "/dev/vg0/lvol0" to gfs2 format.
45
46
47
48 gfs2_convert(8)