aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/gfs2.txt
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-02-24 10:42:20 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2006-02-24 10:42:20 -0500
commit2fcb4a1278ec41508d76786f4c5d23bff3b378ee (patch)
tree873a33ca2b8ed00329d808638c357e6473211a49 /Documentation/filesystems/gfs2.txt
parentd95cb943f5b217c5b5f97f5af0fea3c511ed9c97 (diff)
[GFS2] Update documentation
Change from gfs2_mkfs to mkfs -t gfs2 in the documentation. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'Documentation/filesystems/gfs2.txt')
-rw-r--r--Documentation/filesystems/gfs2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/gfs2.txt b/Documentation/filesystems/gfs2.txt
index 4a060d38bed8..a20ba19e9fe5 100644
--- a/Documentation/filesystems/gfs2.txt
+++ b/Documentation/filesystems/gfs2.txt
@@ -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.