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