Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Tore Anderson and committed by
Linus Torvalds
e56d5ae3 75ba0861

+2 -2
+2 -2
Documentation/filesystems/ext3.txt
··· 84 84 85 85 noreservation 86 86 87 - resize= 88 - 89 87 bsddf (*) Make 'df' act like BSD. 90 88 minixdf Make 'df' act like Minix. 91 89 ··· 173 175 tune2fs: create a ext3 journal on a ext2 partition with the -j flag. 174 176 mke2fs: create a ext3 partition with the -j flag. 175 177 debugfs: ext2 and ext3 file system debugger. 178 + ext2online: online (mounted) ext2 and ext3 filesystem resizer 176 179 177 180 178 181 References ··· 183 184 <file:fs/jbd/> 184 185 185 186 programs: http://e2fsprogs.sourceforge.net/ 187 + http://ext2resize.sourceforge.net 186 188 187 189 useful links: http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html 188 190 http://www-106.ibm.com/developerworks/linux/library/l-fs7/