diff options
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/gfs2.txt | 2 |
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. | |||
28 | To use gfs as a local file system, no external clustering systems are | 28 | To use gfs as a local file system, no external clustering systems are |
29 | needed, simply: | 29 | needed, simply: |
30 | 30 | ||
31 | $ gfs2_mkfs -p lock_nolock -j 1 /dev/block_device | 31 | $ mkfs -t gfs2 -p lock_nolock -j 1 /dev/block_device |
32 | $ mount -t gfs2 /dev/block_device /dir | 32 | $ mount -t gfs2 /dev/block_device /dir |
33 | 33 | ||
34 | GFS2 is not on-disk compatible with previous versions of GFS. | 34 | GFS2 is not on-disk compatible with previous versions of GFS. |