Skip to content

Commit

Permalink
[PATCH] ext3: fix documentation of online resizing
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tore Anderson authored and Linus Torvalds committed Jan 12, 2006
1 parent 75ba086 commit e56d5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/filesystems/ext3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ reservation

noreservation

resize=

bsddf (*) Make 'df' act like BSD.
minixdf Make 'df' act like Minix.

Expand Down Expand Up @@ -175,6 +173,7 @@ See manual pages to learn more.
tune2fs: create a ext3 journal on a ext2 partition with the -j flag.
mke2fs: create a ext3 partition with the -j flag.
debugfs: ext2 and ext3 file system debugger.
ext2online: online (mounted) ext2 and ext3 filesystem resizer


References
Expand All @@ -184,6 +183,7 @@ kernel source: <file:fs/ext3/>
<file:fs/jbd/>

programs: http://e2fsprogs.sourceforge.net/
http://ext2resize.sourceforge.net

useful links: http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html
http://www-106.ibm.com/developerworks/linux/library/l-fs7/
Expand Down

0 comments on commit e56d5ae

Please sign in to comment.