projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d95cb94
)
[GFS2] Update documentation
author
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 24 Feb 2006 15:42:20 +0000
(10:42 -0500)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 24 Feb 2006 15:42:20 +0000
(10:42 -0500)
Change from gfs2_mkfs to mkfs -t gfs2 in the documentation.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Documentation/filesystems/gfs2.txt
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/gfs2.txt
b/Documentation/filesystems/gfs2.txt
index
4a060d3
..
a20ba19
100644
(file)
--- 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.