summaryrefslogtreecommitdiff
path: root/misc/tune2fs.8.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-02-27 15:01:19 -0500
committerTheodore Ts'o <tytso@mit.edu>2008-02-27 15:01:19 -0500
commit558df54458075856b3a76051648323643a56dadc (patch)
tree01c97a6b11516b2c06c1c07b3012cce9004336a1 /misc/tune2fs.8.in
parent15472658599eb29c522107377a9797c6322b93c3 (diff)
downloade2fsprogs-558df54458075856b3a76051648323643a56dadc.tar.gz
Add support for manipulating large_file feature in mke2fs and tune2fs
Previously we just let the kernel and e2fsck do this automatically, but e2fsck will no longer automatically clear the large_file feature. It still isn't really necessary to worry about this feature flag explicitly, but some users seem to care. Addresses-Red-Hat-Bugzilla: #258381 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/tune2fs.8.in')
-rw-r--r--misc/tune2fs.8.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in
index 2a8c42ba..b37e99d7 100644
--- a/misc/tune2fs.8.in
+++ b/misc/tune2fs.8.in
@@ -415,6 +415,10 @@ The following filesystem features can be set or cleared using
.BR tune2fs :
.RS 1.2i
.TP
+.B large_file
+Filesystem can contain files that are greater than 2GB. (Modern kernels
+set this feature automatically when a file > 2GB is created.)
+.TP
.B dir_index
Use hashed b-trees to speed up lookups in large directories.
.TP