diff options
Diffstat (limited to 'Documentation/filesystems/gfs2.txt')
-rw-r--r-- | Documentation/filesystems/gfs2.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/filesystems/gfs2.txt b/Documentation/filesystems/gfs2.txt index a20ba19e9fe5..593004b6bbab 100644 --- a/Documentation/filesystems/gfs2.txt +++ b/Documentation/filesystems/gfs2.txt | |||
@@ -34,11 +34,10 @@ needed, simply: | |||
34 | GFS2 is not on-disk compatible with previous versions of GFS. | 34 | GFS2 is not on-disk compatible with previous versions of GFS. |
35 | 35 | ||
36 | The following man pages can be found at the URL above: | 36 | The following man pages can be found at the URL above: |
37 | gfs2_mkfs to make a filesystem | ||
38 | gfs2_fsck to repair a filesystem | 37 | gfs2_fsck to repair a filesystem |
39 | gfs2_grow to expand a filesystem online | 38 | gfs2_grow to expand a filesystem online |
40 | gfs2_jadd to add journals to a filesystem online | 39 | gfs2_jadd to add journals to a filesystem online |
41 | gfs2_tool to manipulate, examine and tune a filesystem | 40 | gfs2_tool to manipulate, examine and tune a filesystem |
42 | gfs2_quota to examine and change quota values in a filesystem | 41 | gfs2_quota to examine and change quota values in a filesystem |
43 | mount.gfs2 to find mount options | 42 | mount.gfs2 to help mount(8) mount a filesystem |
44 | 43 | mkfs.gfs2 to make a filesystem | |