Whamcloud - gitweb
mke2fs: optionally create undo file
[tools/e2fsprogs.git] / misc / mke2fs.8.in
1 .\" -*- nroff -*-
2 .\" Copyright 1993, 1994, 1995 by Theodore Ts'o.  All Rights Reserved.
3 .\" This file may be copied under the terms of the GNU Public License.
4 .\"
5 .TH MKE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
6 .SH NAME
7 mke2fs \- create an ext2/ext3/ext4 filesystem
8 .SH SYNOPSIS
9 .B mke2fs
10 [
11 .B \-c
12 |
13 .B \-l
14 .I filename
15 ]
16 [
17 .B \-b
18 .I block-size
19 ]
20 [
21 .B \-D
22 ]
23 [
24 .B \-f
25 .I fragment-size
26 ]
27 [
28 .B \-g
29 .I blocks-per-group
30 ]
31 [
32 .B \-G
33 .I number-of-groups
34 ]
35 [
36 .B \-i
37 .I bytes-per-inode
38 ]
39 [
40 .B \-I
41 .I inode-size
42 ]
43 [
44 .B \-j
45 ]
46 [
47 .B \-J
48 .I journal-options
49 ]
50 [
51 .B \-N
52 .I number-of-inodes
53 ]
54 [
55 .B \-d
56 .I root-directory
57 ]
58 [
59 .B \-n
60 ]
61 [
62 .B \-m
63 .I reserved-blocks-percentage
64 ]
65 [
66 .B \-o
67 .I creator-os
68 ]
69 [
70 .B \-O
71 [^]\fIfeature\fR[,...]
72 ]
73 [
74 .B \-q
75 ]
76 [
77 .B \-r
78 .I fs-revision-level
79 ]
80 [
81 .B \-E
82 .I extended-options
83 ]
84 [
85 .B \-v
86 ]
87 [
88 .B \-F
89 ]
90 [
91 .B \-L
92 .I volume-label
93 ]
94 [
95 .B \-M
96 .I last-mounted-directory
97 ]
98 [
99 .B \-S
100 ]
101 [
102 .B \-t
103 .I fs-type
104 ]
105 [
106 .B \-T
107 .I usage-type
108 ]
109 [
110 .B \-U
111 .I UUID
112 ]
113 [
114 .B \-V
115 ]
116 [
117 .B \-e
118 .I errors-behavior
119 ]
120 [
121 .B \-z
122 .I undo_file
123 ]
124 .I device
125 [
126 .I fs-size
127 ]
128 @JDEV@.sp
129 @JDEV@.B "mke2fs \-O journal_dev"
130 @JDEV@[
131 @JDEV@.B \-b
132 @JDEV@.I block-size
133 @JDEV@]
134 .\" No external-journal specific journal options yet (size is ignored)
135 .\" @JDEV@[
136 .\" @JDEV@.B \-J
137 .\" @JDEV@.I journal-options
138 .\" @JDEV@]
139 @JDEV@[
140 @JDEV@.B \-L
141 @JDEV@.I volume-label
142 @JDEV@]
143 @JDEV@[
144 @JDEV@.B \-n
145 @JDEV@]
146 @JDEV@[
147 @JDEV@.B \-q
148 @JDEV@]
149 @JDEV@[
150 @JDEV@.B \-v
151 @JDEV@]
152 @JDEV@.I external-journal
153 @JDEV@[
154 @JDEV@.I fs-size
155 @JDEV@]
156 .SH DESCRIPTION
157 .B mke2fs
158 is used to create an ext2, ext3, or ext4 filesystem, usually in a disk
159 partition (or file) named by
160 .IR device .
161 .PP
162 The file system size is specified by
163 .IR fs-size .
164 If
165 .I fs-size
166 does not have a suffix, it is interpreted as power-of-two kilobytes,
167 unless the
168 .B \-b
169 .I blocksize
170 option is specified, in which case
171 .I fs-size
172 is interpreted as the number of
173 .I blocksize
174 blocks.   If the fs-size is suffixed by 'k', 'm', 'g', 't'
175 (either upper-case or lower-case), then it is interpreted in
176 power-of-two kilobytes, megabytes, gigabytes, terabytes, etc.
177 If
178 .I fs-size
179 is omitted,
180 .B mke2fs
181 will create the file system based on the device size.
182 .PP
183 If
184 .B mke2fs
185 is run as
186 .B mkfs.XXX
187 (i.e.,
188 .BR mkfs.ext2 ,
189 .BR mkfs.ext3 ,
190 or
191 .BR mkfs.ext4 )
192 the option
193 .B \-t
194 .I XXX
195 is implied; so
196 .B mkfs.ext3
197 will create a file system for use with ext3,
198 .B mkfs.ext4
199 will create a file system for use with ext4, and so on.
200 .PP
201 The defaults of the parameters for the newly created filesystem, if not
202 overridden by the options listed below, are controlled by the
203 .B /etc/mke2fs.conf
204 configuration file.  See the
205 .BR mke2fs.conf (5)
206 manual page for more details.
207 .SH OPTIONS
208 .TP
209 .BI \-b " block-size"
210 Specify the size of blocks in bytes.  Valid block-size values are 1024,
211 2048 and 4096 bytes per block.  If omitted,
212 block-size is heuristically determined by the filesystem size and
213 the expected usage of the filesystem (see the
214 .B \-T
215 option).  If
216 .I block-size
217 is preceded by a negative sign ('-'), then
218 .B mke2fs
219 will use heuristics to determine the
220 appropriate block size, with the constraint that the block size will be
221 at least
222 .I block-size
223 bytes.  This is useful for certain hardware devices which require that
224 the blocksize be a multiple of 2k.
225 .TP
226 .B \-c
227 Check the device for bad blocks before creating the file system.  If
228 this option is specified twice, then a slower read-write
229 test is used instead of a fast read-only test.
230 .TP
231 .B \-C " cluster-size"
232 Specify the size of cluster in bytes for filesystems using the bigalloc
233 feature.  Valid cluster-size values are from 2048 to 256M bytes per
234 cluster.  This can only be specified if the bigalloc feature is
235 enabled.  (See the
236 .B ext4 (5)
237 man page for more details about bigalloc.)   The default cluster size if
238 bigalloc is enabled is 16 times the block size.
239 .TP
240 .B \-D
241 Use direct I/O when writing to the disk.  This avoids mke2fs dirtying a
242 lot of buffer cache memory, which may impact other applications running
243 on a busy server.  This option will cause mke2fs to run much more
244 slowly, however, so there is a tradeoff to using direct I/O.
245 .TP
246 .BI \-e " error-behavior"
247 Change the behavior of the kernel code when errors are detected.
248 In all cases, a filesystem error will cause
249 .BR e2fsck (8)
250 to check the filesystem on the next boot.
251 .I error-behavior
252 can be one of the following:
253 .RS 1.2i
254 .TP 1.2i
255 .B continue
256 Continue normal execution.
257 .TP
258 .B remount-ro
259 Remount filesystem read-only.
260 .TP
261 .B panic
262 Cause a kernel panic.
263 .RE
264 .TP
265 .BI \-E " extended-options"
266 Set extended options for the filesystem.  Extended options are comma
267 separated, and may take an argument using the equals ('=') sign.  The
268 .B \-E
269 option used to be
270 .B \-R
271 in earlier versions of
272 .BR mke2fs .
273 The
274 .B \-R
275 option is still accepted for backwards compatibility, but is deprecated.
276 The following extended options are supported:
277 .RS 1.2i
278 .TP
279 .BI mmp_update_interval= interval
280 Adjust the initial MMP update interval to
281 .I interval
282 seconds.  Specifying an
283 .I interval
284 of 0 means to use the default interval.  The specified interval must
285 be less than 300 seconds.  Requires that the
286 .B mmp
287 feature be enabled.
288 .TP
289 .BI stride= stride-size
290 Configure the filesystem for a RAID array with
291 .I stride-size
292 filesystem blocks. This is the number of blocks read or written to disk
293 before moving to the next disk, which is sometimes referred to as the
294 .I chunk size.
295 This mostly affects placement of filesystem metadata like bitmaps at
296 .B mke2fs
297 time to avoid placing them on a single disk, which can hurt performance.
298 It may also be used by the block allocator.
299 .TP
300 .BI stripe_width= stripe-width
301 Configure the filesystem for a RAID array with
302 .I stripe-width
303 filesystem blocks per stripe. This is typically stride-size * N, where
304 N is the number of data-bearing disks in the RAID (e.g. for RAID 5 there is one
305 parity disk, so N will be the number of disks in the array minus 1).
306 This allows the block allocator to prevent read-modify-write of the
307 parity in a RAID stripe if possible when the data is written.
308 .TP
309 .BI offset= offset
310 Create the filesystem at an offset from the beginning of the device or
311 file.  This can be useful when creating disk images for virtual machines.
312 .TP
313 .BI resize= max-online-resize
314 Reserve enough space so that the block group descriptor table can grow
315 to support a filesystem that has
316 .I max-online-resize
317 blocks.
318 .TP
319 .B lazy_itable_init\fR[\fB= \fI<0 to disable, 1 to enable>\fR]
320 If enabled and the uninit_bg feature is enabled, the inode table will
321 not be fully initialized by
322 .BR mke2fs .
323 This speeds up filesystem
324 initialization noticeably, but it requires the kernel to finish
325 initializing the filesystem in the background when the filesystem is
326 first mounted.  If the option value is omitted, it defaults to 1 to
327 enable lazy inode table zeroing.
328 .TP
329 .B lazy_journal_init\fR[\fB= \fI<0 to disable, 1 to enable>\fR]
330 If enabled, the journal inode will not be fully zeroed out by
331 .BR mke2fs .
332 This speeds up filesystem initialization noticeably, but carries some
333 small risk if the system crashes before the journal has been overwritten
334 entirely one time.  If the option value is omitted, it defaults to 1 to
335 enable lazy journal inode zeroing.
336 .TP
337 .BI num_backup_sb= <0|1|2>
338 If the
339 .B sparse_super2
340 file system feature is enabled this option controls whether there will
341 be 0, 1, or 2 backup superblocks created in the file system.
342 .TP
343 .B packed_meta_blocks\fR[\fB= \fI<0 to disable, 1 to enable>\fR]
344 Place the allocation bitmaps and the inode table at the beginning of the
345 disk.  This option requires that the flex_bg file system feature to be
346 enabled in order for it to have effect, and will also create the journal
347 at the beginning of the file system.  This option is useful for flash
348 devices that use SLC flash at the beginning of the disk.
349 It also maximizes the range of contiguous data blocks, which
350 can be useful for certain specialized use cases, such as supported
351 Shingled Drives.
352 .TP
353 .BI root_owner [=uid:gid]
354 Specify the numeric user and group ID of the root directory.  If no UID:GID
355 is specified, use the user and group ID of the user running \fBmke2fs\fR.
356 In \fBmke2fs\fR 1.42 and earlier the UID and GID of the root directory were
357 set by default to the UID and GID of the user running the mke2fs command.
358 The \fBroot_owner=\fR option allows explicitly specifying these values,
359 and avoid side-effects for users that do not expect the contents of the
360 filesystem to change based on the user running \fBmke2fs\fR.
361 .TP
362 .B test_fs
363 Set a flag in the filesystem superblock indicating that it may be
364 mounted using experimental kernel code, such as the ext4dev filesystem.
365 .TP
366 .BI discard
367 Attempt to discard blocks at mkfs time (discarding blocks initially is useful
368 on solid state devices and sparse / thin-provisioned storage). When the device
369 advertises that discard also zeroes data (any subsequent read after the discard
370 and before write returns zero), then mark all not-yet-zeroed inode tables as
371 zeroed. This significantly speeds up filesystem initialization. This is set
372 as default.
373 .TP
374 .BI nodiscard
375 Do not attempt to discard blocks at mkfs time.
376 @QUOTA_MAN_COMMENT@.TP
377 @QUOTA_MAN_COMMENT@.BI quotatype
378 @QUOTA_MAN_COMMENT@Specify which quota type ('usr' or 'grp') is to be
379 @QUOTA_MAN_COMMENT@initialized. This option has effect only if the
380 @QUOTA_MAN_COMMENT@.B quota
381 @QUOTA_MAN_COMMENT@feature is set. Without this extended option, the default
382 @QUOTA_MAN_COMMENT@behavior is to initialize both user and group quotas.
383 .RE
384 .TP
385 .BI \-f " fragment-size"
386 Specify the size of fragments in bytes.
387 .TP
388 .B \-F
389 Force
390 .B mke2fs
391 to create a filesystem, even if the specified device is not a partition
392 on a block special device, or if other parameters do not make sense.
393 In order to force
394 .B mke2fs
395 to create a filesystem even if the filesystem appears to be in use
396 or is mounted (a truly dangerous thing to do), this option must be
397 specified twice.
398 .TP
399 .BI \-g " blocks-per-group"
400 Specify the number of blocks in a block group.  There is generally no
401 reason for the user to ever set this parameter, as the default is optimal
402 for the filesystem.  (For administrators who are creating
403 filesystems on RAID arrays, it is preferable to use the
404 .I stride
405 RAID parameter as part of the
406 .B \-E
407 option rather than manipulating the number of blocks per group.)
408 This option is generally used by developers who
409 are developing test cases.
410 .IP
411 If the bigalloc feature is enabled, the
412 .B \-g
413 option will specify the number of clusters in a block group.
414 .TP
415 .BI \-G " number-of-groups"
416 Specify the number of block groups that will be packed together to
417 create a larger virtual block group (or "flex_bg group") in an
418 ext4 filesystem.  This improves meta-data locality and performance
419 on meta-data heavy workloads.  The number of groups must be a power
420 of 2 and may only be specified if the 
421 .B flex_bg
422 filesystem feature is enabled.
423 .TP
424 .BI \-i " bytes-per-inode"
425 Specify the bytes/inode ratio.
426 .B mke2fs
427 creates an inode for every
428 .I bytes-per-inode
429 bytes of space on the disk.  The larger the
430 .I bytes-per-inode
431 ratio, the fewer inodes will be created.  This value generally shouldn't
432 be smaller than the blocksize of the filesystem, since in that case more
433 inodes would be made than can ever be used.  Be warned that it is not
434 possible to change this ratio on a filesystem after it is created, so be
435 careful deciding the correct value for this parameter.  Note that resizing
436 a filesystem changes the numer of inodes to maintain this ratio.
437 .TP
438 .BI \-I " inode-size"
439 Specify the size of each inode in bytes.
440 The
441 .I inode-size
442 value must be a power of 2 larger or equal to 128.  The larger the
443 .I inode-size
444 the more space the inode table will consume, and this reduces the usable
445 space in the filesystem and can also negatively impact performance.
446 It is not
447 possible to change this value after the filesystem is created.
448 .IP
449 In kernels after 2.6.10 and some
450 earlier vendor kernels it is possible to utilize inodes larger than
451 128 bytes to store
452 extended attributes for improved performance.
453 Extended attributes
454 stored in large inodes are not visible with older kernels, and such
455 filesystems will not be mountable with 2.4 kernels at all.  
456 .IP
457 The default inode size is controlled by the
458 .BR mke2fs.conf (5)
459 file.  In the
460 .B mke2fs.conf
461 file shipped with e2fsprogs, the default inode size is 256 bytes for
462 most file systems, except for small file systems where the inode size
463 will be 128 bytes.
464 .TP
465 .B \-j
466 Create the filesystem with an ext3 journal.  If the
467 .B \-J
468 option is not specified, the default journal parameters will be used to
469 create an appropriately sized journal (given the size of the filesystem)
470 stored within the filesystem.  Note that you must be using a kernel
471 which has ext3 support in order to actually make use of the journal.
472 .TP
473 .BI \-J " journal-options"
474 Create the ext3 journal using options specified on the command-line.
475 Journal options are comma
476 separated, and may take an argument using the equals ('=')  sign.
477 The following journal options are supported:
478 .RS 1.2i
479 .TP
480 .BI size= journal-size
481 Create an internal journal (i.e., stored inside the filesystem) of size
482 .I journal-size
483 megabytes.
484 The size of the journal must be at least 1024 filesystem blocks
485 (i.e., 1MB if using 1k blocks, 4MB if using 4k blocks, etc.)
486 and may be no more than 10,240,000 filesystem blocks or half the total
487 file system size (whichever is smaller)
488 .TP
489 .BI location =journal-location
490 Specify the location of the journal.  The argument
491 .I journal-location
492 can either be specified as a block number, or if the number has a units
493 suffix (e.g., 'M', 'G', etc.) interpret it as the offset from the
494 beginning of the file system.
495 @JDEV@.TP
496 @JDEV@.BI device= external-journal
497 @JDEV@Attach the filesystem to the journal block device located on
498 @JDEV@.IR external-journal .
499 @JDEV@The external
500 @JDEV@journal must already have been created using the command
501 @JDEV@.IP
502 @JDEV@.B mke2fs -O journal_dev
503 @JDEV@.I external-journal
504 @JDEV@.IP
505 @JDEV@Note that
506 @JDEV@.I external-journal
507 @JDEV@must have been created with the
508 @JDEV@same block size as the new filesystem.
509 @JDEV@In addition, while there is support for attaching
510 @JDEV@multiple filesystems to a single external journal,
511 @JDEV@the Linux kernel and
512 @JDEV@.BR e2fsck (8)
513 @JDEV@do not currently support shared external journals yet.
514 @JDEV@.IP
515 @JDEV@Instead of specifying a device name directly,
516 @JDEV@.I external-journal
517 @JDEV@can also be specified by either
518 @JDEV@.BI LABEL= label
519 @JDEV@or
520 @JDEV@.BI UUID= UUID
521 @JDEV@to locate the external journal by either the volume label or UUID
522 @JDEV@stored in the ext2 superblock at the start of the journal.  Use
523 @JDEV@.BR dumpe2fs (8)
524 @JDEV@to display a journal device's volume label and UUID.  See also the
525 @JDEV@.B -L
526 @JDEV@option of
527 @JDEV@.BR tune2fs (8).
528 .RE
529 @JDEV@.IP
530 @JDEV@Only one of the
531 @JDEV@.BR size " or " device
532 @JDEV@options can be given for a filesystem.
533 .TP
534 .BI \-l " filename"
535 Read the bad blocks list from
536 .IR filename .
537 Note that the block numbers in the bad block list must be generated
538 using the same block size as used by
539 .BR mke2fs .
540 As a result, the
541 .B \-c
542 option to
543 .B mke2fs
544 is a much simpler and less error-prone method of checking a disk for bad
545 blocks before formatting it, as
546 .B mke2fs
547 will automatically pass the correct parameters to the
548 .B badblocks
549 program.
550 .TP
551 .BI \-L " new-volume-label"
552 Set the volume label for the filesystem to
553 .IR new-volume-label .
554 The maximum length of the
555 volume label is 16 bytes.
556 .TP
557 .BI \-m " reserved-blocks-percentage"
558 Specify the percentage of the filesystem blocks reserved for
559 the super-user.  This avoids fragmentation, and allows root-owned
560 daemons, such as
561 .BR syslogd (8),
562 to continue to function correctly after non-privileged processes are
563 prevented from writing to the filesystem.  The default percentage
564 is 5%.
565 .TP
566 .BI \-M " last-mounted-directory"
567 Set the last mounted directory for the filesystem.  This might be useful
568 for the sake of utilities that key off of the last mounted directory to
569 determine where the filesystem should be mounted.
570 .TP
571 .B \-n
572 Causes
573 .B mke2fs
574 to not actually create a filesystem, but display what it
575 would do if it were to create a filesystem.  This can be used to
576 determine the location of the backup superblocks for a particular
577 filesystem, so long as the
578 .B mke2fs
579 parameters that were passed when the
580 filesystem was originally created are used again.  (With the
581 .B \-n
582 option added, of course!)
583 .TP
584 .BI \-N " number-of-inodes"
585 Overrides the default calculation of the number of inodes that should be
586 reserved for the filesystem (which is based on the number of blocks and
587 the
588 .I bytes-per-inode
589 ratio).  This allows the user to specify the number
590 of desired inodes directly.
591 .TP
592 .BI \-d " root-directory"
593 Add the files from the root-directory to the filesystem.
594 .TP
595 .BI \-o " creator-os"
596 Overrides the default value of the "creator operating system" field of the
597 filesystem.  The creator field is set by default to the name of the OS the
598 .B mke2fs
599 executable was compiled for.
600 .TP
601 .B "\-O \fR[^]\fIfeature\fR[,...]"
602 Create a filesystem with the given features (filesystem options),
603 overriding the default filesystem options.  The features that are
604 enabled by default are specified by the
605 .I base_features
606 relation, either in the
607 .I [defaults]
608 section in the
609 .B /etc/mke2fs.conf
610 configuration file,
611 or in the
612 .I [fs_types]
613 subsections for the usage types as specified by the
614 .B \-T
615 option, further modified by the
616 .I features
617 relation found in the
618 .I [fs_types]
619 subsections for the filesystem and usage types.  See the
620 .BR mke2fs.conf (5)
621 manual page for more details.
622 The filesystem type-specific configuration setting found in the
623 .I [fs_types]
624 section will override the global default found in
625 .IR [defaults] .
626 .sp
627 The filesystem feature set will be further edited
628 using either the feature set specified by this option,
629 or if this option is not given, by the
630 .I default_features
631 relation for the filesystem type being created, or in the
632 .I [defaults]
633 section of the configuration file.
634 .sp
635 The filesystem feature set is comprised of a list of features, separated
636 by commas, that are to be enabled.  To disable a feature, simply
637 prefix the feature name with a caret ('^') character.
638 Features with dependencies will not be removed successfully.
639 The pseudo-filesystem feature "none" will clear all filesystem features.
640 .TP
641 For more information about the features which can be set, please see
642 the manual page
643 .BR ext4 (5).
644 .TP
645 .B \-q
646 Quiet execution.  Useful if
647 .B mke2fs
648 is run in a script.
649 .TP
650 .BI \-r " revision"
651 Set the filesystem revision for the new filesystem.  Note that 1.2
652 kernels only support revision 0 filesystems.  The default is to
653 create revision 1 filesystems.
654 .TP
655 .B \-S
656 Write superblock and group descriptors only.  This is useful if all of
657 the superblock and backup superblocks are corrupted, and a last-ditch
658 recovery method is desired.  It causes
659 .B mke2fs
660 to reinitialize the
661 superblock and group descriptors, while not touching the inode table
662 and the block and inode bitmaps.  The
663 .B e2fsck
664 program should be run immediately after this option is used, and there
665 is no guarantee that any data will be salvageable.  It is critical to
666 specify the correct filesystem blocksize when using this option,
667 or there is no chance of recovery.
668 .\" .TP
669 .\" .BI \-t " test"
670 .\" Check the device for bad blocks before creating the file system
671 .\" using the specified test.
672 .TP
673 .BI \-t " fs-type"
674 Specify the filesystem type (i.e., ext2, ext3, ext4, etc.) that is
675 to be created.
676 If this option is not specified,
677 .B mke2fs
678 will pick a default either via how
679 the command was run (for example, using a name of the form mkfs.ext2,
680 mkfs.ext3, etc.) or via a default as defined by the
681 .B /etc/mke2fs.conf
682 file.   This option controls which filesystem options are used by
683 default, based on the
684 .B fstypes
685 configuration stanza in
686 .BR /etc/mke2fs.conf .
687 .sp
688 If the
689 .B \-O
690 option is used to explicitly add or remove filesystem options that
691 should be set in the newly created filesystem, the
692 resulting filesystem may not be supported by the requested
693 .IR fs-type .
694 (e.g., "\fBmke2fs \-t ext3 \-O extent /dev/sdXX\fR" will create a
695 filesystem that is not supported by the ext3 implementation as found in
696 the Linux kernel; and "\fBmke2fs \-t ext3 \-O ^has_journal /dev/hdXX\fR"
697 will create a filesystem that does not have a journal and hence will not
698 be supported by the ext3 filesystem code in the Linux kernel.)
699 .TP
700 .BI \-T " usage-type[,...]"
701 Specify how the filesystem is going to be used, so that
702 .B mke2fs
703 can choose optimal filesystem parameters for that use.  The usage
704 types that are supported are defined in the configuration file
705 .BR /etc/mke2fs.conf .
706 The user may specify one or more usage types
707 using a comma separated list.
708 .sp
709 If this option is is not specified,
710 .B mke2fs
711 will pick a single default usage type based on the size of the filesystem to
712 be created.  If the filesystem size is less than 3 megabytes,
713 .B mke2fs
714 will use the filesystem type
715 .IR floppy .
716 If the filesystem size is greater than or equal to 3 but less than
717 512 megabytes,
718 .BR mke2fs (8)
719 will use the filesystem type
720 .IR small .
721 If the filesystem size is greater than or equal to 4 terabytes but less than
722 16 terabytes,
723 .BR mke2fs (8)
724 will use the filesystem type
725 .IR big .
726 If the filesystem size is greater than or equal to 16 terabytes,
727 .BR mke2fs (8)
728 will use the filesystem type
729 .IR huge .
730 Otherwise,
731 .BR mke2fs (8)
732 will use the default filesystem type
733 .IR default .
734 .TP
735 .BI \-U " UUID"
736 Create the filesystem with the specified UUID.
737 .TP
738 .B \-v
739 Verbose execution.
740 .TP
741 .B \-V
742 Print the version number of
743 .B mke2fs
744 and exit.
745 .TP
746 .BI \-z " undo_file"
747 Before overwriting a file system block, write the old contents of the block to
748 an undo file.  This undo file can be used with e2undo(8) to restore the old
749 contents of the file system should something go wrong.  If the empty string is
750 passed as the undo_file argument, the undo file will be written to a file named
751 mke2fs-\fIdevice\fR.e2undo in the directory specified via the
752 \fIE2FSPROGS_UNDO_DIR\fR environment variable or the \fIundo_dir\fR directive
753 in the configuration file.
754
755 WARNING: The undo file cannot be used to recover from a power or system crash.
756 .SH ENVIRONMENT
757 .TP
758 .BI MKE2FS_SYNC
759 If set to non-zero integer value, its value is used to determine how often
760 .BR sync (2)
761 is called during inode table initialization.
762 .TP
763 .BI MKE2FS_CONFIG
764 Determines the location of the configuration file (see
765 .BR mke2fs.conf (5)).
766 .TP
767 .BI MKE2FS_FIRST_META_BG
768 If set to non-zero integer value, its value is used to determine first meta
769 block group. This is mostly for debugging purposes.
770 .TP
771 .BI MKE2FS_DEVICE_SECTSIZE
772 If set to non-zero integer value, its value is used to determine physical
773 sector size of the
774 .IR device .
775 .TP
776 .BI MKE2FS_SKIP_CHECK_MSG
777 If set, do not show the message of filesystem automatic check caused by
778 mount count or check interval.
779 .SH AUTHOR
780 This version of
781 .B mke2fs
782 has been written by Theodore Ts'o <tytso@mit.edu>.
783 .SH BUGS
784 .B mke2fs
785 accepts the
786 .B \-f
787 option but currently ignores it because the second
788 extended file system does not support fragments yet.
789 .br
790 There may be other ones.  Please, report them to the author.
791 .SH AVAILABILITY
792 .B mke2fs
793 is part of the e2fsprogs package and is available from
794 http://e2fsprogs.sourceforge.net.
795 .SH SEE ALSO
796 .BR mke2fs.conf (5),
797 .BR badblocks (8),
798 .BR dumpe2fs (8),
799 .BR e2fsck (8),
800 .BR tune2fs (8),
801 .BR ext4 (5)