Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
[sfrench/cifs-2.6.git] / Documentation / filesystems / gfs2.txt
index 4a060d38bed8afbfecbc243dcc335a07e06c437a..593004b6bbabaeee282b1041835f580cf12baa2e 100644 (file)
@@ -28,17 +28,16 @@ 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.
 
 The following man pages can be found at the URL above:
-  gfs2_mkfs    to make a filesystem
   gfs2_fsck    to repair a filesystem
   gfs2_grow    to expand a filesystem online
   gfs2_jadd    to add journals to a filesystem online
   gfs2_tool    to manipulate, examine and tune a filesystem
   gfs2_quota   to examine and change quota values in a filesystem
-  mount.gfs2   to find mount options
-
+  mount.gfs2   to help mount(8) mount a filesystem
+  mkfs.gfs2    to make a filesystem