Commit e56d5ae3 authored by Tore Anderson's avatar Tore Anderson Committed by Linus Torvalds

[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: default avatarTore Anderson <tore@fud.no>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 75ba0861
...@@ -84,8 +84,6 @@ reservation ...@@ -84,8 +84,6 @@ reservation
noreservation noreservation
resize=
bsddf (*) Make 'df' act like BSD. bsddf (*) Make 'df' act like BSD.
minixdf Make 'df' act like Minix. minixdf Make 'df' act like Minix.
...@@ -175,6 +173,7 @@ See manual pages to learn more. ...@@ -175,6 +173,7 @@ See manual pages to learn more.
tune2fs: create a ext3 journal on a ext2 partition with the -j flag. tune2fs: create a ext3 journal on a ext2 partition with the -j flag.
mke2fs: create a ext3 partition with the -j flag. mke2fs: create a ext3 partition with the -j flag.
debugfs: ext2 and ext3 file system debugger. debugfs: ext2 and ext3 file system debugger.
ext2online: online (mounted) ext2 and ext3 filesystem resizer
References References
...@@ -184,6 +183,7 @@ kernel source: <file:fs/ext3/> ...@@ -184,6 +183,7 @@ kernel source: <file:fs/ext3/>
<file:fs/jbd/> <file:fs/jbd/>
programs: http://e2fsprogs.sourceforge.net/ programs: http://e2fsprogs.sourceforge.net/
http://ext2resize.sourceforge.net
useful links: http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html useful links: http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html
http://www-106.ibm.com/developerworks/linux/library/l-fs7/ http://www-106.ibm.com/developerworks/linux/library/l-fs7/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment