aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ext3.txt
diff options
context:
space:
mode:
authorTore Anderson <tore@fud.no>2006-01-11 15:17:31 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-11 21:42:10 -0500
commite56d5ae305b9be17edfee20740ec84257e518747 (patch)
treee03b0841489721b3fd9dbab11964712aa47d41fc /Documentation/filesystems/ext3.txt
parent75ba0861bcc64634166124f164dcc05b6393c0ee (diff)
[PATCH] ext3: fix documentation of online resizing
Undocument the non-working resize= mount option in ext3, and add some references to the ext2resize package instead, which appears to be the only proper way of doing online resizing of ext3 filesystems. Signed-off-by: Tore Anderson <tore@fud.no> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/filesystems/ext3.txt')
-rw-r--r--Documentation/filesystems/ext3.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/ext3.txt b/Documentation/filesystems/ext3.txt
index f4d0de6bac63..afb1335c05d6 100644
--- a/Documentation/filesystems/ext3.txt
+++ b/Documentation/filesystems/ext3.txt
@@ -84,8 +84,6 @@ reservation
84 84
85noreservation 85noreservation
86 86
87resize=
88
89bsddf (*) Make 'df' act like BSD. 87bsddf (*) Make 'df' act like BSD.
90minixdf Make 'df' act like Minix. 88minixdf Make 'df' act like Minix.
91 89
@@ -175,6 +173,7 @@ See manual pages to learn more.
175tune2fs: create a ext3 journal on a ext2 partition with the -j flag. 173tune2fs: create a ext3 journal on a ext2 partition with the -j flag.
176mke2fs: create a ext3 partition with the -j flag. 174mke2fs: create a ext3 partition with the -j flag.
177debugfs: ext2 and ext3 file system debugger. 175debugfs: ext2 and ext3 file system debugger.
176ext2online: online (mounted) ext2 and ext3 filesystem resizer
178 177
179 178
180References 179References
@@ -184,6 +183,7 @@ kernel source: <file:fs/ext3/>
184 <file:fs/jbd/> 183 <file:fs/jbd/>
185 184
186programs: http://e2fsprogs.sourceforge.net/ 185programs: http://e2fsprogs.sourceforge.net/
186 http://ext2resize.sourceforge.net
187 187
188useful links: http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html 188useful links: http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html
189 http://www-106.ibm.com/developerworks/linux/library/l-fs7/ 189 http://www-106.ibm.com/developerworks/linux/library/l-fs7/