Whamcloud - gitweb
ChangeLog, tune2fs.8.in, tune2fs.c:
[tools/e2fsprogs.git] / misc / tune2fs.8.in
1 .\" Revision 1.0 93/06/3 23:00  chk
2 .\" Initial revision
3 .\"
4 .\"
5 .TH TUNE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
6 .SH NAME
7 tune2fs \- adjust tunable filesystem parameters on second extended filesystems
8 .SH SYNOPSIS
9 .B tune2fs
10 [
11 .B \-l
12 ]
13 [
14 .B \-c
15 .I max-mount-counts
16 ]
17 [
18 .B \-e
19 .I errors-behavior
20 ]
21 [
22 .B \-i
23 .I interval-between-checks
24 ]
25 [
26 .B \-m
27 .I reserved-blocks-percentage
28 ]
29 [
30 .B \-r
31 .I reserved-blocks-count
32 ]
33 [
34 .B \-s
35 .I sparse-super-flag
36 ]
37 [
38 .B \-u
39 .I user
40 ]
41 [
42 .B \-g
43 .I group
44 ]
45 [
46 .B \-C
47 .I mount-count
48 ]
49 [
50 .B \-L
51 .I volume-name
52 ]
53 [
54 .B \-M
55 .I last-mounted-directory
56 ]
57 [
58 .B \-O 
59 \fR[^]\fIfeature\fR[,...]
60 ]
61 [
62 .B \-U
63 .I UUID
64 ]
65 device
66 .SH DESCRIPTION
67 .BI tune2fs
68 adjusts tunable filesystem parameters on a Linux second extended filesystem.
69 .SH OPTIONS
70 .TP
71 .BI \-c " max-mount-counts"
72 adjust the maximal mounts count between two filesystem checks.  If 
73 .I max-mount-counts
74 is -1 then the number of times the filesystem is mounted will be disregarded
75 by e2fsck and the kernel.
76 .TP
77 .BI \-e " error-behavior"
78 change the behavior of the kernel code when errors are detected.
79 .I error-behavior
80 can be one of the following:
81 .br
82 \       continue\       \       Continue normal execution.
83 .br
84 \       remount-ro\     Remount filesystem read-only.
85 .br
86 \       panic\  \       Cause a kernel panic.
87 .TP
88 .BI \-g " group"
89 set the user group which can benefit from the reserved blocks.
90 .br
91 .I group
92 can be a numerical gid or a group name.
93 .TP
94 .BI \-i " interval-between-checks\fR[\fBd\fR|\fBm\fR|\fBw\fR]"
95 adjust the maximal time between two filesystem checks. 
96 No postfix or
97 .B d
98 result in days,
99 .B m
100 in months, and
101 .B w
102 in weeks.  A value of zero will disable the timedependent checking.
103 .TP
104 .B \-l
105 list the contents of the filesystem superblock.
106 .TP
107 .BI \-m " reserved-blocks-percentage"
108 adjust the reserved blocks percentage on the given device.
109 .TP
110 .BI \-r " reserved-blocks-count"
111 adjust the reserved blocks count on the given device.
112 .TP
113 .BI \-s " sparse_super_flag"
114 set or reset the sparse_superblock flag.  The sparse_superblock feature
115 saves space on really big filesystems.
116 .B Warning:
117 The Linux 2.0 kernel does not properly support this feature.  Neither do
118 all Linux 2.1 kernels; please don't use this unless you know what you're
119 doing!
120 .TP
121 .BI \-u " user"
122 set the user who can benefit from the reserved blocks.
123 .I user
124 can be a numerical uid or a user name.
125 .TP
126 .BI \-C " mount-count"
127 set the number of times the filesystem has been mounted.
128 .TP
129 .BI \-L " volume-label"
130 set the volume label of the filesystem.  
131 Ext2 filesystem labels can be at most 16 characters long; if
132 .I volume-label 
133 is longer than 16 characters, 
134 .B tune2fs
135 will truncate it and print a warning message.  
136 .TP
137 .BI \-M " last-mounted-directory"
138 set the last-mounted directory for the filesystem.
139 .TP
140 .BI \-O " \fR[^]\fIfeature\fR[,...]"
141 set or clear the indicated filesystem features (options) in the filesystem.
142 .I Feature
143 can be one of the following supported filesystem options: 
144 .IR sparse_super ,
145 which will cause the filesystem to use sparse superblocks, and
146 .IR filetype ,
147 which will cause the filesystem to store file type information in 
148 directory entries.  After setting or clearing either filesystem feature,
149 e2fsck must be run on the filesystem.
150 .TP
151 .BI \-U " UUID"
152 set the UUID of the filesystem.  A sample UUID looks like this: 
153 "c1b9d5a2-f162-11cf-9ece-0020afc76f16".  The uuid may also be
154 .IR null ,
155 which will set the filesystem UUID to the null UUID.  The uuid may also be
156 .IR random ,
157 which will generate a new random UUID for the filesystem.
158 .SH BUGS
159 We haven't found any bugs yet. Perhaps there are bugs but it's unlikely.
160 .SH WARNING
161 Never use tune2fs to change parameters of a read/write mounted filesystem!
162 .B Use this utility
163 .B at your own risk.
164 You're modifying a filesystem!
165 .SH AUTHOR
166 .B tune2fs 
167 was written by Remy Card <Remy.Card@linux.org>.
168 .B tune2fs
169 uses the ext2fs library written by Theodore Ts'o <tytso@mit.edu>.
170 This manual page was written by Christian Kuhtz <chk@data-hh.Hanse.DE>.
171 Timedependent checking was added by Uwe Ohse <uwe@tirka.gun.de>.
172 .SH AVAILABILITY
173 .B tune2fs
174 is part of the e2fsprogs package and is available for anonymous 
175 ftp from tsx-11.mit.edu in /pub/linux/packages/ext2fs.
176 .SH SEE ALSO
177 .BR dumpe2fs (8),
178 .BR e2fsck (8),
179 .BR mke2fs (8)