mirror of https://gitee.com/openkylin/linux.git
[GFS2] Update documentation
Change from gfs2_mkfs to mkfs -t gfs2 in the documentation. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
d95cb943f5
commit
2fcb4a1278
|
@ -28,7 +28,7 @@ at the URL above.
|
||||||
To use gfs as a local file system, no external clustering systems are
|
To use gfs as a local file system, no external clustering systems are
|
||||||
needed, simply:
|
needed, simply:
|
||||||
|
|
||||||
$ gfs2_mkfs -p lock_nolock -j 1 /dev/block_device
|
$ mkfs -t gfs2 -p lock_nolock -j 1 /dev/block_device
|
||||||
$ mount -t gfs2 /dev/block_device /dir
|
$ mount -t gfs2 /dev/block_device /dir
|
||||||
|
|
||||||
GFS2 is not on-disk compatible with previous versions of GFS.
|
GFS2 is not on-disk compatible with previous versions of GFS.
|
||||||
|
|
Loading…
Reference in New Issue