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