diff options
-rw-r--r-- | Documentation/filesystems/ext3.txt | 4 |
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 | ||
85 | noreservation | 85 | noreservation |
86 | 86 | ||
87 | resize= | ||
88 | |||
89 | bsddf (*) Make 'df' act like BSD. | 87 | bsddf (*) Make 'df' act like BSD. |
90 | minixdf Make 'df' act like Minix. | 88 | minixdf Make 'df' act like Minix. |
91 | 89 | ||
@@ -175,6 +173,7 @@ See manual pages to learn more. | |||
175 | tune2fs: create a ext3 journal on a ext2 partition with the -j flag. | 173 | tune2fs: create a ext3 journal on a ext2 partition with the -j flag. |
176 | mke2fs: create a ext3 partition with the -j flag. | 174 | mke2fs: create a ext3 partition with the -j flag. |
177 | debugfs: ext2 and ext3 file system debugger. | 175 | debugfs: ext2 and ext3 file system debugger. |
176 | ext2online: online (mounted) ext2 and ext3 filesystem resizer | ||
178 | 177 | ||
179 | 178 | ||
180 | References | 179 | References |
@@ -184,6 +183,7 @@ kernel source: <file:fs/ext3/> | |||
184 | <file:fs/jbd/> | 183 | <file:fs/jbd/> |
185 | 184 | ||
186 | programs: http://e2fsprogs.sourceforge.net/ | 185 | programs: http://e2fsprogs.sourceforge.net/ |
186 | http://ext2resize.sourceforge.net | ||
187 | 187 | ||
188 | useful links: http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html | 188 | useful 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/ |