gfs2_convert

NAME

gfs2_convert - Convert a GFS1 filesystem to GFS2

SYNOPSIS

gfs2_convert [OPTION]... DEVICE

DESCRIPTION

gfs2_convert is used to convert a filesystem from GFS1 to GFS2.

OPTIONS

-h
Help. This prints out the proper command line usage syntax.
-q
Quiet. Print less information while running.
-n
No to all questions.
-V
Print program Version information only. Print out the current version name.
-v
Verbose operation. Print more information while running.
-y
Yes to all questions. By specifying this option, gfs2_convert will not prompt before making changes.

EXAMPLE

gfs2_convert /dev/vg0/lvol0
This will convert the Global File System on the block device "/dev/vg0/lvol0" to gfs2 format.