Whamcloud - gitweb
tune2fs: fix casefold+encrypt error message
[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 ext2/ext3/ext4 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 \-f
23 ]
24 [
25 .B \-i
26 .I interval-between-checks
27 ]
28 [
29 .B \-I
30 .I new_inode_size
31 ]
32 [
33 .B \-j
34 ]
35 [
36 .B \-J
37 .I journal-options
38 ]
39 [
40 .B \-m
41 .I reserved-blocks-percentage
42 ]
43 [
44 .B \-o
45 .RI [^]mount-options [,...]
46 ]
47 [
48 .B \-r
49 .I reserved-blocks-count
50 ]
51 [
52 .B \-u
53 .I user
54 ]
55 [
56 .B \-g
57 .I group
58 ]
59 [
60 .B \-C
61 .I mount-count
62 ]
63 [
64 .B \-E
65 .I extended-options
66 ]
67 [
68 .B \-L
69 .I volume-label
70 ]
71 [
72 .B \-M
73 .I last-mounted-directory
74 ]
75 [
76 .B \-O
77 .RI [^] feature [,...]
78 ]
79 [
80 .B \-Q
81 .I quota-options
82 ]
83 [
84 .B \-T
85 .I time-last-checked
86 ]
87 [
88 .B \-U
89 .I UUID
90 ]
91 [
92 .B \-z
93 .I undo_file
94 ]
95 device
96 .SH DESCRIPTION
97 .B tune2fs
98 allows the system administrator to adjust various tunable filesystem
99 parameters on Linux ext2, ext3, or ext4 filesystems.  The current values
100 of these options can be displayed by using the
101 .B -l
102 option to
103 .BR tune2fs (8)
104 program, or by using the
105 .BR dumpe2fs (8)
106 program.
107 .PP
108 The
109 .I device
110 specifier can either be a filename (i.e., /dev/sda1), or a LABEL or UUID
111 specifier: "\fBLABEL=\fIvolume-label\fR" or "\fBUUID=\fIuuid\fR".  (i.e.,
112 LABEL=home or UUID=e40486c6-84d5-4f2f-b99c-032281799c9d).
113 .SH OPTIONS
114 .TP
115 .BI \-c " max-mount-counts"
116 Adjust the number of mounts after which the filesystem will be checked by
117 .BR e2fsck (8).
118 If
119 .I max-mount-counts
120 is 0 or \-1, the number of times the filesystem is mounted will be disregarded
121 by
122 .BR e2fsck (8)
123 and the kernel.
124 .sp
125 Staggering the mount-counts at which filesystems are forcibly
126 checked will avoid all filesystems being checked at one time
127 when using journaled filesystems.
128 .sp
129 Mount-count-dependent checking is disabled by default to avoid
130 unanticipated long reboots while e2fsck does its work.  However,
131 you may wish to consider the consequences of disabling
132 mount-count-dependent checking entirely.  Bad disk drives, cables,
133 memory, and kernel bugs could all corrupt a filesystem without
134 marking the filesystem dirty or in error.  If you are using
135 journaling on your filesystem, your filesystem will
136 .B never
137 be marked dirty, so it will not normally be checked.  A
138 filesystem error detected by the kernel will still force
139 an fsck on the next reboot, but it may already be too late
140 to prevent data loss at that point.
141 .sp
142 See also the
143 .B \-i
144 option for time-dependent checking.
145 .TP
146 .BI \-C " mount-count"
147 Set the number of times the filesystem has been mounted.
148 If set to a greater value than the max-mount-counts parameter
149 set by the
150 .B \-c
151 option,
152 .BR e2fsck (8)
153 will check the filesystem at the next reboot.
154 .TP
155 .BI \-e " error-behavior"
156 Change the behavior of the kernel code when errors are detected.
157 In all cases, a filesystem error will cause
158 .BR e2fsck (8)
159 to check the filesystem on the next boot.
160 .I error-behavior
161 can be one of the following:
162 .RS 1.2i
163 .TP 1.2i
164 .B continue
165 Continue normal execution.
166 .TP
167 .B remount-ro
168 Remount filesystem read-only.
169 .TP
170 .B panic
171 Cause a kernel panic.
172 .RE
173 .TP
174 .BI \-E " extended-options"
175 Set extended options for the filesystem.  Extended options are comma
176 separated, and may take an argument using the equals ('=') sign.
177 The following extended options are supported:
178 .RS 1.2i
179 .TP
180 .B clear_mmp
181 Reset the MMP block (if any) back to the clean state.  Use only if
182 absolutely certain the device is not currently mounted or being
183 fscked, or major filesystem corruption can result.  Needs '-f'.
184 .TP
185 .BI mmp_update_interval= interval
186 Adjust the initial MMP update interval to
187 .I interval
188 seconds.  Specifying an
189 .I interval
190 of 0 means to use the default interval.  The specified interval must
191 be less than 300 seconds.  Requires that the
192 .B mmp
193 feature be enabled.
194 .TP
195 .BI stride= stride-size
196 Configure the filesystem for a RAID array with
197 .I stride-size
198 filesystem blocks. This is the number of blocks read or written to disk
199 before moving to next disk. This mostly affects placement of filesystem
200 metadata like bitmaps at
201 .BR mke2fs (2)
202 time to avoid placing them on a single disk, which can hurt the performance.
203 It may also be used by block allocator.
204 .TP
205 .BI stripe_width= stripe-width
206 Configure the filesystem for a RAID array with
207 .I stripe-width
208 filesystem blocks per stripe. This is typically be stride-size * N, where
209 N is the number of data disks in the RAID (e.g. RAID 5 N+1, RAID 6 N+2).
210 This allows the block allocator to prevent read-modify-write of the
211 parity in a RAID stripe if possible when the data is written.
212 .TP
213 .BI hash_alg= hash-alg
214 Set the default hash algorithm used for filesystems with hashed b-tree
215 directories.  Valid algorithms accepted are:
216 .IR legacy ,
217 .IR half_md4 ,
218 and
219 .IR tea .
220 .TP
221 .BI mount_opts= mount_option_string
222 Set a set of default mount options which will be used when the file
223 system is mounted.  Unlike the bitmask-based default mount options which
224 can be specified with the
225 .B -o
226 option,
227 .I mount_option_string
228 is an arbitrary string with a maximum length of 63 bytes, which is
229 stored in the superblock.
230 .IP
231 The ext4 file system driver will first apply
232 the bitmask-based default options, and then parse the
233 .IR mount_option_string ,
234 before parsing the mount options passed from the
235 .BR mount (8)
236 program.
237 .IP
238 This superblock setting is only honored in 2.6.35+ kernels;
239 and not at all by the ext2 and ext3 file system drivers.
240 .TP
241 .B force_fsck
242 Set a flag in the filesystem superblock indicating that errors have been found.
243 This will force fsck to run at the next mount.
244 .TP
245 .B test_fs
246 Set a flag in the filesystem superblock indicating that it may be
247 mounted using experimental kernel code, such as the ext4dev filesystem.
248 .TP
249 .B ^test_fs
250 Clear the test_fs flag, indicating the filesystem should only be mounted
251 using production-level filesystem code.
252 .RE
253 .TP
254 .B \-f
255 Force the tune2fs operation to complete even in the face of errors.  This
256 option is useful when removing the
257 .B has_journal
258 filesystem feature from a filesystem which has
259 an external journal (or is corrupted
260 such that it appears to have an external journal), but that
261 external journal is not available.   If the filesystem appears to require
262 journal replay, the
263 .B \-f
264 flag must be specified twice to proceed.
265 .sp
266 .B WARNING:
267 Removing an external journal from a filesystem which was not cleanly unmounted
268 without first replaying the external journal can result in
269 severe data loss and filesystem corruption.
270 .TP
271 .BI \-g " group"
272 Set the group which can use the reserved filesystem blocks.
273 The
274 .I group
275 parameter can be a numerical gid or a group name.  If a group name is given,
276 it is converted to a numerical gid before it is stored in the superblock.
277 .TP
278 .B \-i " \fIinterval-between-checks\fR[\fBd\fR|\fBm\fR|\fBw\fR]"
279 Adjust the maximal time between two filesystem checks.
280 No suffix or
281 .B d
282 will interpret the number
283 .I interval-between-checks
284 as days,
285 .B m
286 as months, and
287 .B w
288 as weeks.  A value of zero will disable the time-dependent checking.
289 .sp
290 There are pros and cons to disabling these periodic checks; see the
291 discussion under the
292 .B \-c
293 (mount-count-dependent check) option for details.
294 .TP
295 .B \-I
296 Change the inode size used by the file system.   This requires rewriting
297 the inode table, so it requires that the file system is checked for
298 consistency first using
299 .BR e2fsck (8).
300 This operation can also take a while and the file system can be
301 corrupted and data lost if it is interrupted while in the middle of
302 converting the file system.  Backing up the file system before changing
303 inode size is recommended.
304 .IP
305 File systems with an inode size of 128 bytes do not support timestamps
306 beyond January 19, 2038.  Inodes which are 256 bytes or larger will
307 support extended timestamps, project id's, and the ability to store some
308 extended attributes in the inode table for improved performance.
309 .TP
310 .B \-j
311 Add an ext3 journal to the filesystem.  If the
312 .B \-J
313 option is not specified, the default journal parameters will be used to create
314 an appropriately sized journal (given the size of the filesystem)
315 stored within the filesystem.  Note that you must be using a kernel
316 which has ext3 support in order to actually make use of the journal.
317 .IP
318 If this option is used to create a journal on a mounted filesystem, an
319 immutable file,
320 .BR .journal ,
321 will be created in the top-level directory of the filesystem, as it is
322 the only safe way to create the journal inode while the filesystem is
323 mounted.  While the ext3 journal is visible, it is not safe to
324 delete it, or modify it while the filesystem is mounted; for this
325 reason the file is marked immutable.
326 While checking unmounted filesystems,
327 .BR e2fsck (8)
328 will automatically move
329 .B .journal
330 files to the invisible, reserved journal inode.  For all filesystems
331 except for the root filesystem,  this should happen automatically and
332 naturally during the next reboot cycle.  Since the root filesystem is
333 mounted read-only,
334 .BR e2fsck (8)
335 must be run from a rescue floppy in order to effect this transition.
336 .IP
337 On some distributions, such as Debian, if an initial ramdisk is used,
338 the initrd scripts will automatically convert an ext2 root filesystem
339 to ext3 if the
340 .B /etc/fstab
341 file specifies the ext3 filesystem for the root filesystem in order to
342 avoid requiring the use of a rescue floppy to add an ext3 journal to
343 the root filesystem.
344 .TP
345 .BR \-J " journal-options"
346 Override the default ext3 journal parameters. Journal options are comma
347 separated, and may take an argument using the equals ('=')  sign.
348 The following journal options are supported:
349 .RS 1.2i
350 .TP
351 .BI size= journal-size
352 Create a journal stored in the filesystem of size
353 .I journal-size
354 megabytes.   The size of the journal must be at least 1024 filesystem blocks
355 (i.e., 1MB if using 1k blocks, 4MB if using 4k blocks, etc.)
356 and may be no more than 10,240,000 filesystem blocks.
357 There must be enough free space in the filesystem to create a journal of
358 that size.
359 .TP
360 .BI fast_commit_size= fast-commit-size
361 Create an additional fast commit journal area of size
362 .I fast-commit-size
363 kilobytes.
364 This option is only valid if
365 .B fast_commit
366 feature is enabled
367 on the file system. If this option is not specified and if
368 .B fast_commit
369 feature is turned on, fast commit area size defaults to
370 .I journal-size
371 / 64 megabytes. The total size of the journal with
372 .B fast_commit
373 feature set is
374 .I journal-size
375 + (
376 .I fast-commit-size
377 * 1024) megabytes. The total journal size may be no more than
378 10,240,000 filesystem blocks or half the total file system size
379 (whichever is smaller).
380 .TP
381 .BI location =journal-location
382 Specify the location of the journal.  The argument
383 .I journal-location
384 can either be specified as a block number, or if the number has a units
385 suffix (e.g., 'M', 'G', etc.) interpret it as the offset from the
386 beginning of the file system.
387 @JDEV@.TP
388 @JDEV@.BI device= external-journal
389 @JDEV@Attach the filesystem to the journal block device located on
390 @JDEV@.IR external-journal .
391 @JDEV@The external
392 @JDEV@journal must have been already created using the command
393 @JDEV@.IP
394 @JDEV@.B mke2fs -O journal_dev
395 @JDEV@.I external-journal
396 @JDEV@.IP
397 @JDEV@Note that
398 @JDEV@.I external-journal
399 @JDEV@must be formatted with the same block
400 @JDEV@size as filesystems which will be using it.
401 @JDEV@In addition, while there is support for attaching
402 @JDEV@multiple filesystems to a single external journal,
403 @JDEV@the Linux kernel and
404 @JDEV@.BR e2fsck (8)
405 @JDEV@do not currently support shared external journals yet.
406 @JDEV@.IP
407 @JDEV@Instead of specifying a device name directly,
408 @JDEV@.I external-journal
409 @JDEV@can also be specified by either
410 @JDEV@.BI LABEL= label
411 @JDEV@or
412 @JDEV@.BI UUID= UUID
413 @JDEV@to locate the external journal by either the volume label or UUID
414 @JDEV@stored in the ext2 superblock at the start of the journal.  Use
415 @JDEV@.BR dumpe2fs (8)
416 @JDEV@to display a journal device's volume label and UUID.  See also the
417 @JDEV@.B -L
418 @JDEV@option of
419 @JDEV@.BR tune2fs (8).
420 .RE
421 @JDEV@.IP
422 @JDEV@Only one of the
423 @JDEV@.BR size " or " device
424 @JDEV@options can be given for a filesystem.
425 .TP
426 .B \-l
427 List the contents of the filesystem superblock, including the current
428 values of the parameters that can be set via this program.
429 .TP
430 .BI \-L " volume-label"
431 Set the volume label of the filesystem.
432 Ext2 filesystem labels can be at most 16 characters long; if
433 .I volume-label
434 is longer than 16 characters,
435 .B tune2fs
436 will truncate it and print a warning.  The volume label can be used
437 by
438 .BR mount (8),
439 .BR fsck (8),
440 and
441 .BR /etc/fstab (5)
442 (and possibly others) by specifying
443 .BI LABEL= volume-label
444 instead of a block special device name like
445 .BR /dev/hda5 .
446 .TP
447 .BI \-m " reserved-blocks-percentage"
448 Set the percentage of the filesystem which may only be allocated
449 by privileged processes.   Reserving some number of filesystem blocks
450 for use by privileged processes is done
451 to avoid filesystem fragmentation, and to allow system
452 daemons, such as
453 .BR syslogd (8),
454 to continue to function correctly after non-privileged processes are
455 prevented from writing to the filesystem.  Normally, the default percentage
456 of reserved blocks is 5%.
457 .TP
458 .BI \-M " last-mounted-directory"
459 Set the last-mounted directory for the filesystem.
460 .TP
461 .BR \-o " [^]\fImount-option\fR[,...]"
462 Set or clear the indicated default mount options in the filesystem.
463 Default mount options can be overridden by mount options specified
464 either in
465 .BR /etc/fstab (5)
466 or on the command line arguments to
467 .BR mount (8).
468 Older kernels may not support this feature; in particular,
469 kernels which predate 2.4.20 will almost certainly ignore the
470 default mount options field in the superblock.
471 .IP
472 More than one mount option can be cleared or set by separating
473 features with commas.  Mount options prefixed with a
474 caret character ('^') will be cleared in the filesystem's superblock;
475 mount options without a prefix character or prefixed with a plus
476 character ('+') will be added to the filesystem.
477 .IP
478 The following mount options can be set or cleared using
479 .BR tune2fs :
480 .RS 1.2i
481 .TP
482 .B debug
483 Enable debugging code for this filesystem.
484 .TP
485 .B bsdgroups
486 Emulate BSD behavior when creating new files: they will take the group-id
487 of the directory in which they were created.  The standard System V behavior
488 is the default, where newly created files take on the fsgid of the current
489 process, unless the directory has the setgid bit set, in which case it takes
490 the gid from the parent directory, and also gets the setgid bit set if it is
491 a directory itself.
492 .TP
493 .B user_xattr
494 Enable user-specified extended attributes.
495 .TP
496 .B acl
497 Enable Posix Access Control Lists.
498 .TP
499 .B uid16
500 Disables 32-bit UIDs and GIDs.  This is for interoperability with
501 older kernels which only store and expect 16-bit values.
502 .TP
503 .B journal_data
504 When the filesystem is mounted with journalling enabled, all data
505 (not just metadata) is committed into the journal prior to being written
506 into the main filesystem.
507 .TP
508 .B journal_data_ordered
509 When the filesystem is mounted with journalling enabled, all data is forced
510 directly out to the main file system prior to its metadata being committed
511 to the journal.
512 .TP
513 .B journal_data_writeback
514 When the filesystem is mounted with journalling enabled, data may be
515 written into the main filesystem after its metadata has been committed
516 to the journal.  This may increase throughput, however, it may allow old
517 data to appear in files after a crash and journal recovery.
518 .TP
519 .B nobarrier
520 The file system will be mounted with barrier operations in the journal
521 disabled.  (This option is currently only supported by the ext4 file
522 system driver in 2.6.35+ kernels.)
523 .TP
524 .B block_validity
525 The file system will be mounted with the block_validity option enabled,
526 which causes extra checks to be performed after reading or writing from
527 the file system.  This prevents corrupted metadata blocks from causing
528 file system damage by overwriting parts of the inode table or block
529 group descriptors.  This comes at the cost of increased memory and CPU
530 overhead, so it is enabled only for debugging purposes.  (This option is
531 currently only supported by the ext4 file system driver in 2.6.35+
532 kernels.)
533 .TP
534 .B discard
535 The file system will be mounted with the discard mount option.  This will
536 cause the file system driver to attempt to use the trim/discard feature
537 of some storage devices (such as SSD's and thin-provisioned drives
538 available in some enterprise storage arrays) to inform the storage
539 device that blocks belonging to deleted files can be reused for other
540 purposes.  (This option is currently only supported by the ext4 file
541 system driver in 2.6.35+ kernels.)
542 .TP
543 .B nodelalloc
544 The file system will be mounted with the nodelalloc mount option.  This
545 will disable the delayed allocation feature.  (This option is currently
546 only supported by the ext4 file system driver in 2.6.35+ kernels.)
547 .RE
548 .TP
549 .BR \-O " [^]\fIfeature\fR[,...]"
550 Set or clear the indicated filesystem features (options) in the filesystem.
551 More than one filesystem feature can be cleared or set by separating
552 features with commas.  Filesystem features prefixed with a
553 caret character ('^') will be cleared in the filesystem's superblock;
554 filesystem features without a prefix character or prefixed with a plus
555 character ('+') will be added to the filesystem.  For a detailed
556 description of the file system features, please see the man page
557 .BR ext4 (5).
558 .IP
559 The following filesystem features can be set or cleared using
560 .BR tune2fs :
561 .RS 1.2i
562 .TP
563 .B 64bit
564 Enable the file system to be larger than 2^32 blocks.
565 .TP
566 .B dir_index
567 Use hashed b-trees to speed up lookups for large directories.
568 .TP
569 .B dir_nlink
570 Allow more than 65000 subdirectories per directory.
571 .TP
572 .B ea_inode
573 Allow the value of each extended attribute to be placed in the data blocks of a
574 separate inode if necessary, increasing the limit on the size and number of
575 extended attributes per file.
576 .B Tune2fs
577 currently only supports setting this filesystem feature.
578 .TP
579 .B encrypt
580 Enable support for file system level encryption.
581 .B Tune2fs
582 currently only supports setting this filesystem feature.
583 .TP
584 .B extent
585 Enable the use of extent trees to store the location of data blocks in inodes.
586 .B Tune2fs
587 currently only supports setting this filesystem feature.
588 .TP
589 .B extra_isize
590 Enable the extended inode fields used by ext4.
591 .TP
592 .B filetype
593 Store file type information in directory entries.
594 .TP
595 .B flex_bg
596 Allow bitmaps and inode tables for a block group to be placed
597 anywhere on the storage media.  \fBTune2fs\fR will not reorganize
598 the location of the inode tables and allocation bitmaps, as
599 .BR mke2fs (8)
600 will do when it creates a freshly formatted file system with
601 .B flex_bg
602 enabled.
603 .TP
604 .B has_journal
605 Use a journal to ensure filesystem consistency even across unclean shutdowns.
606 Setting the filesystem feature is equivalent to using the
607 .B \-j
608 option.
609 .TP
610 .TP
611 .B fast_commit
612 Enable fast commit journaling feature to improve fsync latency.
613 .TP
614 .B large_dir
615 Increase the limit on the number of files per directory.
616 .B Tune2fs
617 currently only supports setting this filesystem feature.
618 .TP
619 .B huge_file
620 Support files larger than 2 terabytes in size.
621 .TP
622 .B large_file
623 Filesystem can contain files that are greater than 2GB.
624 .TP
625 .B metadata_csum
626 Store a checksum to protect the contents in each metadata block.
627 .TP
628 .B metadata_csum_seed
629 Allow the filesystem to store the metadata checksum seed in the
630 superblock, enabling the administrator to change the UUID of a filesystem
631 using the
632 .B metadata_csum
633 feature while it is mounted.
634 .TP
635 .B mmp
636 Enable or disable multiple mount protection (MMP) feature.
637 .TP
638 .B project
639 Enable project ID tracking.  This is used for project quota tracking.
640 .TP
641 .B quota
642 Enable internal file system quota inodes.
643 .TP
644 .B read-only
645 Force the kernel to mount the file system read-only.
646 .TP
647 .B resize_inode
648 Reserve space so the block group descriptor table may grow in the
649 future.
650 .B Tune2fs
651 only supports clearing this filesystem feature.
652 .TP
653 .B sparse_super
654 Limit the number of backup superblocks to save space on large filesystems.
655 .B Tune2fs
656 currently only supports setting this filesystem feature.
657 .TP
658 .B stable_inodes
659 Prevent the filesystem from being shrunk or having its UUID changed, in order to
660 allow the use of specialized encryption settings that make use of the inode
661 numbers and UUID.
662 .B Tune2fs
663 currently only supports setting this filesystem feature.
664 .TP
665 .B uninit_bg
666 Allow the kernel to initialize bitmaps and inode tables lazily, and to
667 keep a high watermark for the unused inodes in a filesystem, to reduce
668 .BR e2fsck (8)
669 time.  The first e2fsck run after enabling this feature will take the
670 full time, but subsequent e2fsck runs will take only a fraction of the
671 original time, depending on how full the file system is.
672 .TP
673 .B verity
674 Enable support for verity protected files.
675 .B Tune2fs
676 currently only supports setting this filesystem feature.
677 .RE
678 .IP
679 After setting or clearing
680 .BR sparse_super ,
681 .BR uninit_bg ,
682 .BR filetype ,
683 or
684 .B resize_inode
685 filesystem features,
686 the file system may require being checked using
687 .BR e2fsck (8)
688 to return the filesystem to a consistent state.
689 .B Tune2fs
690 will print a message requesting that the system administrator run
691 .BR e2fsck (8)
692 if necessary.  After setting the
693 .B dir_index
694 feature,
695 .B e2fsck -D
696 can be run to convert existing directories to the hashed B-tree format.
697 Enabling certain filesystem features may prevent the filesystem from being
698 mounted by kernels which do not support those features.  In particular, the
699 .B uninit_bg
700 and
701 .B flex_bg
702 features are only supported by the ext4 filesystem.
703 .TP
704 .BI \-r " reserved-blocks-count"
705 Set the number of reserved filesystem blocks.
706 .TP
707 .BI \-Q " quota-options"
708 Sets 'quota' feature on the superblock and works on the quota files for the
709 given quota type. Quota options could be one or more of the following:
710 .RS 1.2i
711 .TP
712 .B [^]usrquota
713 Sets/clears user quota inode in the superblock.
714 .TP
715 .B [^]grpquota
716 Sets/clears group quota inode in the superblock.
717 .TP
718 .B [^]prjquota
719 Sets/clears project quota inode in the superblock.
720 .RE
721 .TP
722 .BI \-T " time-last-checked"
723 Set the time the filesystem was last checked using
724 .BR  e2fsck .
725 The time is interpreted using the current (local) timezone.
726 This can be useful in scripts which use a Logical Volume Manager to make
727 a consistent snapshot of a filesystem, and then check the filesystem
728 during off hours to make sure it hasn't been corrupted due to
729 hardware problems, etc.  If the filesystem was clean, then this option can
730 be used to set the last checked time on the original filesystem.  The format
731 of
732 .I time-last-checked
733 is the international date format, with an optional time specifier, i.e.
734 YYYYMMDD[HH[MM[SS]]].   The keyword
735 .B now
736 is also accepted, in which case the last checked time will be set to the
737 current time.
738 .TP
739 .BI \-u " user"
740 Set the user who can use the reserved filesystem blocks.
741 .I user
742 can be a numerical uid or a user name.  If a user name is given, it
743 is converted to a numerical uid before it is stored in the superblock.
744 .TP
745 .BI \-U " UUID"
746 Set the universally unique identifier (UUID) of the filesystem to
747 .IR UUID .
748 The format of the UUID is a series of hex digits separated by hyphens,
749 like this:
750 "c1b9d5a2-f162-11cf-9ece-0020afc76f16".
751 The
752 .I UUID
753 parameter may also be one of the following:
754 .RS 1.2i
755 .TP
756 .I clear
757 clear the filesystem UUID
758 .TP
759 .I random
760 generate a new randomly-generated UUID
761 .TP
762 .I time
763 generate a new time-based UUID
764 .RE
765 .IP
766 The UUID may be used by
767 .BR mount (8),
768 .BR fsck (8),
769 and
770 .BR /etc/fstab (5)
771 (and possibly others) by specifying
772 .BI UUID= uuid
773 instead of a block special device name like
774 .BR /dev/hda1 .
775 .IP
776 See
777 .BR uuidgen (8)
778 for more information.
779 If the system does not have a good random number generator such as
780 .I /dev/random
781 or
782 .IR /dev/urandom ,
783 .B tune2fs
784 will automatically use a time-based UUID instead of a randomly-generated UUID.
785 .TP
786 .BI \-z " undo_file"
787 Before overwriting a file system block, write the old contents of the block to
788 an undo file.  This undo file can be used with e2undo(8) to restore the old
789 contents of the file system should something go wrong.  If the empty string is
790 passed as the undo_file argument, the undo file will be written to a file named
791 tune2fs-\fIdevice\fR.e2undo in the directory specified via the
792 \fIE2FSPROGS_UNDO_DIR\fR environment variable.
793
794 WARNING: The undo file cannot be used to recover from a power or system crash.
795 .SH BUGS
796 We haven't found any bugs yet.  That doesn't mean there aren't any...
797 .SH AUTHOR
798 .B tune2fs
799 was written by Remy Card <Remy.Card@linux.org>.  It is currently being
800 maintained by Theodore Ts'o <tytso@alum.mit.edu>.
801 .B tune2fs
802 uses the ext2fs library written by Theodore Ts'o <tytso@mit.edu>.
803 This manual page was written by Christian Kuhtz <chk@data-hh.Hanse.DE>.
804 Time-dependent checking was added by Uwe Ohse <uwe@tirka.gun.de>.
805 .SH AVAILABILITY
806 .B tune2fs
807 is part of the e2fsprogs package and is available from
808 http://e2fsprogs.sourceforge.net.
809 .SH SEE ALSO
810 .BR debugfs (8),
811 .BR dumpe2fs (8),
812 .BR e2fsck (8),
813 .BR mke2fs (8),
814 .BR ext4 (5)