Skip to content

Commit

Permalink
[GFS2] Update documentation
Browse files Browse the repository at this point in the history
Change from gfs2_mkfs to mkfs -t gfs2 in the documentation.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Steven Whitehouse committed Feb 24, 2006
1 parent d95cb94 commit 2fcb4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/filesystems/gfs2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ at the URL above.
To use gfs as a local file system, no external clustering systems are
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

GFS2 is not on-disk compatible with previous versions of GFS.
Expand Down

0 comments on commit 2fcb4a1

Please sign in to comment.