blob: 9c38e2038f0cc76945ef820e147e725296ce7e96 [file] [log] [blame]
Theodore Ts'o3839e651997-04-26 13:21:57 +00001.\" -*- nroff -*-
Theodore Ts'oa418d3a1997-04-26 14:00:26 +00002.\" 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.
Benno Schulenberg98794d02008-07-31 00:06:36 +02004.\"
Theodore Ts'o74becf31997-04-26 14:37:06 +00005.TH MKE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
Theodore Ts'o3839e651997-04-26 13:21:57 +00006.SH NAME
Theodore Ts'o4f858542009-05-30 12:34:28 -04007mke2fs \- create an ext2/ext3/ext4 filesystem
Theodore Ts'o3839e651997-04-26 13:21:57 +00008.SH SYNOPSIS
9.B mke2fs
10[
11.B \-c
Benno Schulenberg98794d02008-07-31 00:06:36 +020012|
Theodore Ts'o3839e651997-04-26 13:21:57 +000013.B \-l
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000014.I filename
Theodore Ts'o3839e651997-04-26 13:21:57 +000015]
16[
17.B \-b
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000018.I block-size
Theodore Ts'o3839e651997-04-26 13:21:57 +000019]
20[
Theodore Ts'o37c8db72012-03-22 16:00:49 -040021.B \-D
22]
23[
Theodore Ts'o3839e651997-04-26 13:21:57 +000024.B \-f
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000025.I fragment-size
Theodore Ts'o3839e651997-04-26 13:21:57 +000026]
27[
Theodore Ts'o5e055412003-04-11 14:00:53 -040028.B \-g
29.I blocks-per-group
30]
31[
Theodore Ts'o9ba40002008-04-22 08:27:01 -040032.B \-G
33.I number-of-groups
34]
35[
Theodore Ts'o3839e651997-04-26 13:21:57 +000036.B \-i
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000037.I bytes-per-inode
Theodore Ts'o3839e651997-04-26 13:21:57 +000038]
39[
Andreas Dilger067911a2006-07-15 22:08:20 -040040.B \-I
41.I inode-size
42]
43[
Theodore Ts'o85ef4ae2000-10-24 19:33:45 +000044.B \-j
Theodore Ts'odc2ec522001-01-18 01:51:15 +000045]
46[
47.B \-J
Theodore Ts'o8ddaa662000-11-17 04:55:24 +000048.I journal-options
Theodore Ts'o85ef4ae2000-10-24 19:33:45 +000049]
50[
Theodore Ts'o5515e6b1999-01-05 07:25:06 +000051.B \-N
52.I number-of-inodes
53]
54[
Theodore Ts'oa26ba652008-08-24 01:04:43 -040055.B \-n
Theodore Ts'o27401561999-09-14 20:11:19 +000056]
57[
Theodore Ts'o3839e651997-04-26 13:21:57 +000058.B \-m
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000059.I reserved-blocks-percentage
60]
61[
62.B \-o
63.I creator-os
Theodore Ts'o3839e651997-04-26 13:21:57 +000064]
65[
Benno Schulenberg98794d02008-07-31 00:06:36 +020066.B \-O
Theodore Ts'o5c4c3872013-12-31 22:53:52 -050067[^]\fIfeature\fR[,...]
Theodore Ts'o896938d1999-10-23 01:04:50 +000068]
69[
Theodore Ts'of3db3561997-04-26 13:34:30 +000070.B \-q
71]
72[
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +000073.B \-r
74.I fs-revision-level
Theodore Ts'oa29f4d31997-04-29 21:26:48 +000075]
76[
Theodore Ts'oc6a44132005-01-05 11:12:20 -050077.B \-E
78.I extended-options
Theodore Ts'o521e3681997-04-29 17:48:10 +000079]
80[
Theodore Ts'o3839e651997-04-26 13:21:57 +000081.B \-v
82]
Theodore Ts'of3db3561997-04-26 13:34:30 +000083[
Theodore Ts'o74becf31997-04-26 14:37:06 +000084.B \-F
85]
86[
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000087.B \-L
88.I volume-label
89]
90[
91.B \-M
92.I last-mounted-directory
93]
94[
Theodore Ts'of3db3561997-04-26 13:34:30 +000095.B \-S
96]
Theodore Ts'o818180c1998-06-27 05:11:14 +000097[
Theodore Ts'o3d438362008-02-19 08:32:58 -050098.B \-t
99.I fs-type
100]
101[
Theodore Ts'o50787ea1999-07-19 15:30:21 +0000102.B \-T
Theodore Ts'o3d438362008-02-19 08:32:58 -0500103.I usage-type
Theodore Ts'o50787ea1999-07-19 15:30:21 +0000104]
105[
Theodore Ts'ob0afdda2009-01-20 13:18:23 -0500106.B \-U
107.I UUID
108]
109[
Theodore Ts'o818180c1998-06-27 05:11:14 +0000110.B \-V
111]
Theodore Ts'o1e3472c1997-04-29 14:53:37 +0000112.I device
Theodore Ts'o3839e651997-04-26 13:21:57 +0000113[
Theodore Ts'o1e3472c1997-04-29 14:53:37 +0000114.I blocks-count
Theodore Ts'o3839e651997-04-26 13:21:57 +0000115]
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000116@JDEV@.sp
Theodore Ts'o8d641742001-05-14 04:12:27 +0000117@JDEV@.B "mke2fs \-O journal_dev"
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000118@JDEV@[
119@JDEV@.B \-b
120@JDEV@.I block-size
121@JDEV@]
Theodore Ts'o8d641742001-05-14 04:12:27 +0000122.\" No external-journal specific journal options yet (size is ignored)
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000123.\" @JDEV@[
124.\" @JDEV@.B \-J
125.\" @JDEV@.I journal-options
126.\" @JDEV@]
127@JDEV@[
128@JDEV@.B \-L
129@JDEV@.I volume-label
130@JDEV@]
131@JDEV@[
132@JDEV@.B \-n
133@JDEV@]
134@JDEV@[
135@JDEV@.B \-q
136@JDEV@]
137@JDEV@[
138@JDEV@.B \-v
139@JDEV@]
Theodore Ts'o8d641742001-05-14 04:12:27 +0000140@JDEV@.I external-journal
Andreas Dilger2d155762001-08-17 03:48:11 -0600141@JDEV@[
142@JDEV@.I blocks-count
143@JDEV@]
Theodore Ts'o3839e651997-04-26 13:21:57 +0000144.SH DESCRIPTION
145.B mke2fs
Theodore Ts'o4f858542009-05-30 12:34:28 -0400146is used to create an ext2, ext3, or ext4 filesystem, usually in a disk
147partition.
Theodore Ts'o3839e651997-04-26 13:21:57 +0000148.I device
Benno Schulenberg98794d02008-07-31 00:06:36 +0200149is the special file corresponding to the device (e.g
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000150.IR /dev/hdXX ).
Theodore Ts'o3839e651997-04-26 13:21:57 +0000151.I blocks-count
152is the number of blocks on the device. If omitted,
153.B mke2fs
Andreas Dilger0072f8d2002-02-25 23:11:26 -0700154automagically figures the file system size. If called as
155.B mkfs.ext3
156a journal is created as if the
157.B \-j
158option was specified.
Theodore Ts'ode7a86e2009-04-22 22:36:36 -0400159.PP
160The defaults of the parameters for the newly created filesystem, if not
161overridden by the options listed below, are controlled by the
162.B /etc/mke2fs.conf
163configuration file. See the
164.BR mke2fs.conf (5)
165manual page for more details.
Theodore Ts'o3839e651997-04-26 13:21:57 +0000166.SH OPTIONS
167.TP
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000168.BI \-b " block-size"
Benno Schulenberg98794d02008-07-31 00:06:36 +0200169Specify the size of blocks in bytes. Valid block-size values are 1024,
Theodore Ts'o06968e71999-10-23 03:17:10 +00001702048 and 4096 bytes per block. If omitted,
Benno Schulenberg98794d02008-07-31 00:06:36 +0200171block-size is heuristically determined by the filesystem size and
Theodore Ts'oc5290fa2003-04-11 22:10:50 -0400172the expected usage of the filesystem (see the
Theodore Ts'o06968e71999-10-23 03:17:10 +0000173.B \-T
Benno Schulenberg98794d02008-07-31 00:06:36 +0200174option). If
Theodore Ts'oc5290fa2003-04-11 22:10:50 -0400175.I block-size
Eric Sandeeneddf36b2010-07-29 11:59:42 -0500176is preceded by a negative sign ('-'), then
Theodore Ts'oc6a44132005-01-05 11:12:20 -0500177.B mke2fs
178will use heuristics to determine the
Theodore Ts'oc5290fa2003-04-11 22:10:50 -0400179appropriate block size, with the constraint that the block size will be
Benno Schulenberg98794d02008-07-31 00:06:36 +0200180at least
Theodore Ts'oc5290fa2003-04-11 22:10:50 -0400181.I block-size
182bytes. This is useful for certain hardware devices which require that
183the blocksize be a multiple of 2k.
Theodore Ts'o3839e651997-04-26 13:21:57 +0000184.TP
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000185.B \-c
Theodore Ts'o3ed57c22001-12-24 15:01:59 -0500186Check the device for bad blocks before creating the file system. If
Benno Schulenberg98794d02008-07-31 00:06:36 +0200187this option is specified twice, then a slower read-write
Theodore Ts'o3ed57c22001-12-24 15:01:59 -0500188test is used instead of a fast read-only test.
Theodore Ts'o3839e651997-04-26 13:21:57 +0000189.TP
Zheng Liu0f680ee2013-01-13 17:08:15 +0800190.B \-C " cluster-size"
191Specify the size of cluster in bytes for filesystems using the bigalloc
192feature. Valid cluster-size values are from 2048 to 256M bytes per
Theodore Ts'o9518b292013-12-28 17:50:54 -0500193cluster. This can only be specified if the bigalloc feature is
194enabled. (See the
195.B ext4 (5)
196man page for more details about bigalloc.) The default cluster size if
197bigalloc is enabled is 16 times the block size.
Zheng Liu0f680ee2013-01-13 17:08:15 +0800198.TP
Theodore Ts'o37c8db72012-03-22 16:00:49 -0400199.B \-D
200Use direct I/O when writing to the disk. This avoids mke2fs dirtying a
201lot of buffer cache memory, which may impact other applications running
202on a busy server. This option will cause mke2fs to run much more
203slowly, however, so there is a tradeoff to using direct I/O.
204.TP
Theodore Ts'oc6a44132005-01-05 11:12:20 -0500205.BI \-E " extended-options"
206Set extended options for the filesystem. Extended options are comma
207separated, and may take an argument using the equals ('=') sign. The
Theodore Ts'oa26ba652008-08-24 01:04:43 -0400208.B \-E
Benno Schulenberg98794d02008-07-31 00:06:36 +0200209option used to be
Theodore Ts'oa26ba652008-08-24 01:04:43 -0400210.B \-R
Benno Schulenberg98794d02008-07-31 00:06:36 +0200211in earlier versions of
Theodore Ts'oc6a44132005-01-05 11:12:20 -0500212.BR mke2fs .
Benno Schulenberg98794d02008-07-31 00:06:36 +0200213The
Theodore Ts'oa26ba652008-08-24 01:04:43 -0400214.B \-R
Andreas Dilgerb769aae2013-12-23 16:09:49 -0500215option is still accepted for backwards compatibility, but is deprecated.
216The following extended options are supported:
Theodore Ts'oc6a44132005-01-05 11:12:20 -0500217.RS 1.2i
218.TP
Andreas Dilger0f5eba72011-09-24 13:48:55 -0400219.BI mmp_update_interval= interval
220Adjust the initial MMP update interval to
221.I interval
222seconds. Specifying an
223.I interval
224of 0 means to use the default interval. The specified interval must
225be less than 300 seconds. Requires that the
226.B mmp
227feature be enabled.
228.TP
Theodore Ts'o0c17cb22008-02-18 22:56:25 -0500229.BI stride= stride-size
Theodore Ts'oc6a44132005-01-05 11:12:20 -0500230Configure the filesystem for a RAID array with
Theodore Ts'o0c17cb22008-02-18 22:56:25 -0500231.I stride-size
232filesystem blocks. This is the number of blocks read or written to disk
Benno Schulenberg98794d02008-07-31 00:06:36 +0200233before moving to the next disk, which is sometimes referred to as the
Theodore Ts'o2ac7f062008-07-10 09:40:48 -0400234.I chunk size.
235This mostly affects placement of filesystem metadata like bitmaps at
Theodore Ts'oa4396e92008-04-18 10:19:27 -0400236.B mke2fs
Benno Schulenberg98794d02008-07-31 00:06:36 +0200237time to avoid placing them on a single disk, which can hurt performance.
238It may also be used by the block allocator.
Theodore Ts'o0c17cb22008-02-18 22:56:25 -0500239.TP
Andreas Dilgerd4c0d8e2011-07-17 23:13:47 -0400240.BI stripe_width= stripe-width
Theodore Ts'o0c17cb22008-02-18 22:56:25 -0500241Configure the filesystem for a RAID array with
242.I stripe-width
Benno Schulenberg98794d02008-07-31 00:06:36 +0200243filesystem blocks per stripe. This is typically stride-size * N, where
Theodore Ts'o2ac7f062008-07-10 09:40:48 -0400244N is the number of data-bearing disks in the RAID (e.g. for RAID 5 there is one
Benno Schulenberg98794d02008-07-31 00:06:36 +0200245parity disk, so N will be the number of disks in the array minus 1).
Theodore Ts'o0c17cb22008-02-18 22:56:25 -0500246This allows the block allocator to prevent read-modify-write of the
247parity in a RAID stripe if possible when the data is written.
Theodore Ts'oc6a44132005-01-05 11:12:20 -0500248.TP
Theodore Ts'o88ee0232013-12-30 23:03:09 -0500249.BI offset= offset
250Create the filesystem at an offset from the beginning of the device or
251file. This can be useful when creating disk images for virtual machines.
252.TP
Theodore Ts'oc6a44132005-01-05 11:12:20 -0500253.BI resize= max-online-resize
254Reserve enough space so that the block group descriptor table can grow
Benno Schulenberg98794d02008-07-31 00:06:36 +0200255to support a filesystem that has
256.I max-online-resize
257blocks.
Theodore Ts'o6cb27402008-01-26 19:06:35 -0500258.TP
Theodore Ts'o3b4a66c2008-09-02 21:23:35 -0400259.B lazy_itable_init\fR[\fB= \fI<0 to disable, 1 to enable>\fR]
Theodore Ts'oa4396e92008-04-18 10:19:27 -0400260If enabled and the uninit_bg feature is enabled, the inode table will
Benno Schulenberg98794d02008-07-31 00:06:36 +0200261not be fully initialized by
Theodore Ts'oa4396e92008-04-18 10:19:27 -0400262.BR mke2fs .
263This speeds up filesystem
Benno Schulenberg98794d02008-07-31 00:06:36 +0200264initialization noticeably, but it requires the kernel to finish
Theodore Ts'oa4396e92008-04-18 10:19:27 -0400265initializing the filesystem in the background when the filesystem is
Theodore Ts'o43781b92008-04-27 19:38:02 -0400266first mounted. If the option value is omitted, it defaults to 1 to
Andreas Dilger6c546892011-06-11 12:17:29 -0400267enable lazy inode table zeroing.
268.TP
269.B lazy_journal_init\fR[\fB= \fI<0 to disable, 1 to enable>\fR]
270If enabled, the journal inode will not be fully zeroed out by
271.BR mke2fs .
272This speeds up filesystem initialization noticeably, but carries some
273small risk if the system crashes before the journal has been overwritten
274entirely one time. If the option value is omitted, it defaults to 1 to
275enable lazy journal inode zeroing.
Theodore Ts'oa4396e92008-04-18 10:19:27 -0400276.TP
Theodore Ts'o65c6c3e2014-01-11 22:11:42 -0500277.BI num_backup_sb= <0|1|2>
278If the
279.B sparse_super2
280file system feature is enabled this option controls whether there will
281be 0, 1, or 2 backup superblocks created in the file system.
282.TP
Theodore Ts'o3c6e91c2014-01-28 14:44:23 -0500283.B packed_meta_blocks\fR[\fB= \fI<0 to disable, 1 to enable>\fR]
284Place the allocation bitmaps and the inode table at the beginning of the
285disk. This option requires that the flex_bg file system feature to be
286enabled in order for it to have effect, and will also create the journal
287at the beginning of the file system. This option is useful for flash
288devices that use SLC flash at the beginning of the disk.
289It also maximizes the range of contiguous data blocks, which
290can be useful for certain specialized use cases, such as supported
291Shingled Drives.
292.TP
Andreas Dilgerdc9cc702013-06-15 21:45:37 -0400293.BI root_owner [=uid:gid]
294Specify the numeric user and group ID of the root directory. If no UID:GID
295is specified, use the user and group ID of the user running \fBmke2fs\fR.
296In \fBmke2fs\fR 1.42 and earlier the UID and GID of the root directory were
297set by default to the UID and GID of the user running the mke2fs command.
298The \fBroot_owner=\fR option allows explicitly specifying these values,
299and avoid side-effects for users that do not expect the contents of the
300filesystem to change based on the user running \fBmke2fs\fR.
301.TP
Theodore Ts'o6cb27402008-01-26 19:06:35 -0500302.B test_fs
303Set a flag in the filesystem superblock indicating that it may be
304mounted using experimental kernel code, such as the ext4dev filesystem.
Lukas Czerner0bc85df2010-11-18 14:38:39 +0100305.TP
306.BI discard
307Attempt to discard blocks at mkfs time (discarding blocks initially is useful
308on solid state devices and sparse / thin-provisioned storage). When the device
309advertises that discard also zeroes data (any subsequent read after the discard
310and before write returns zero), then mark all not-yet-zeroed inode tables as
311zeroed. This significantly speeds up filesystem initialization. This is set
312as default.
313.TP
314.BI nodiscard
Lukas Czerner855a77a2011-02-01 17:56:41 +0100315Do not attempt to discard blocks at mkfs time.
Eric Sandeenf5589f42013-10-14 08:54:15 -0400316@QUOTA_MAN_COMMENT@.TP
317@QUOTA_MAN_COMMENT@.BI quotatype
Uri Corin4727c672013-12-16 00:53:35 -0500318@QUOTA_MAN_COMMENT@Specify which quota type ('usr' or 'grp') is to be
Theodore Ts'o3c22bf72013-12-24 15:15:31 -0500319@QUOTA_MAN_COMMENT@initialized. This option has effect only if the
Eric Sandeenf5589f42013-10-14 08:54:15 -0400320@QUOTA_MAN_COMMENT@.B quota
Uri Corin4727c672013-12-16 00:53:35 -0500321@QUOTA_MAN_COMMENT@feature is set. Without this extended option, the default
322@QUOTA_MAN_COMMENT@behavior is to initialize both user and group quotas.
Theodore Ts'oc6a44132005-01-05 11:12:20 -0500323.RE
324.TP
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000325.BI \-f " fragment-size"
Theodore Ts'o3839e651997-04-26 13:21:57 +0000326Specify the size of fragments in bytes.
327.TP
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000328.B \-F
Benno Schulenberg98794d02008-07-31 00:06:36 +0200329Force
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000330.B mke2fs
Andreas Dilgerc16e6102006-08-05 19:05:53 -0400331to create a filesystem, even if the specified device is not a partition
332on a block special device, or if other parameters do not make sense.
Benno Schulenberg98794d02008-07-31 00:06:36 +0200333In order to force
Andreas Dilgerc16e6102006-08-05 19:05:53 -0400334.B mke2fs
Benno Schulenberg98794d02008-07-31 00:06:36 +0200335to create a filesystem even if the filesystem appears to be in use
Andreas Dilgerc16e6102006-08-05 19:05:53 -0400336or is mounted (a truly dangerous thing to do), this option must be
337specified twice.
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000338.TP
Theodore Ts'o5e055412003-04-11 14:00:53 -0400339.BI \-g " blocks-per-group"
340Specify the number of blocks in a block group. There is generally no
Benno Schulenberg98794d02008-07-31 00:06:36 +0200341reason for the user to ever set this parameter, as the default is optimal
Theodore Ts'o5e055412003-04-11 14:00:53 -0400342for the filesystem. (For administrators who are creating
343filesystems on RAID arrays, it is preferable to use the
344.I stride
345RAID parameter as part of the
Andreas Dilgere28a1bc2008-03-30 14:02:00 -0400346.B \-E
Benno Schulenberg98794d02008-07-31 00:06:36 +0200347option rather than manipulating the number of blocks per group.)
Theodore Ts'o5e055412003-04-11 14:00:53 -0400348This option is generally used by developers who
Benno Schulenberg98794d02008-07-31 00:06:36 +0200349are developing test cases.
Zheng Liu0f680ee2013-01-13 17:08:15 +0800350.IP
351If the bigalloc feature is enabled, the
352.B \-g
353option will specify the number of clusters in a block group.
Theodore Ts'o5e055412003-04-11 14:00:53 -0400354.TP
Theodore Ts'o9ba40002008-04-22 08:27:01 -0400355.BI \-G " number-of-groups"
Benno Schulenberg98794d02008-07-31 00:06:36 +0200356Specify the number of block groups that will be packed together to
Theodore Ts'o7a9f0552009-09-07 15:17:51 -0400357create a larger virtual block group (or "flex_bg group") in an
358ext4 filesystem. This improves meta-data locality and performance
359on meta-data heavy workloads. The number of groups must be a power
360of 2 and may only be specified if the
361.B flex_bg
362filesystem feature is enabled.
Theodore Ts'o9ba40002008-04-22 08:27:01 -0400363.TP
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000364.BI \-i " bytes-per-inode"
Benno Schulenberg98794d02008-07-31 00:06:36 +0200365Specify the bytes/inode ratio.
Theodore Ts'o3839e651997-04-26 13:21:57 +0000366.B mke2fs
367creates an inode for every
368.I bytes-per-inode
Benno Schulenberg98794d02008-07-31 00:06:36 +0200369bytes of space on the disk. The larger the
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000370.I bytes-per-inode
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000371ratio, the fewer inodes will be created. This value generally shouldn't
Benno Schulenberg98794d02008-07-31 00:06:36 +0200372be smaller than the blocksize of the filesystem, since in that case more
373inodes would be made than can ever be used. Be warned that it is not
Phillip Susie2883e22013-10-15 23:37:51 -0400374possible to change this ratio on a filesystem after it is created, so be
375careful deciding the correct value for this parameter. Note that resizing
376a filesystem changes the numer of inodes to maintain this ratio.
Andreas Dilger067911a2006-07-15 22:08:20 -0400377.TP
378.BI \-I " inode-size"
Benno Schulenberg98794d02008-07-31 00:06:36 +0200379Specify the size of each inode in bytes.
Theodore Ts'o886056b2013-12-28 17:06:38 -0500380The
Andreas Dilger067911a2006-07-15 22:08:20 -0400381.I inode-size
Benno Schulenberg98794d02008-07-31 00:06:36 +0200382value must be a power of 2 larger or equal to 128. The larger the
Andreas Dilger067911a2006-07-15 22:08:20 -0400383.I inode-size
384the more space the inode table will consume, and this reduces the usable
Benno Schulenberg98794d02008-07-31 00:06:36 +0200385space in the filesystem and can also negatively impact performance.
Theodore Ts'o886056b2013-12-28 17:06:38 -0500386It is not
387possible to change this value after the filesystem is created.
388.IP
389In kernels after 2.6.10 and some
390earlier vendor kernels it is possible to utilize inodes larger than
391128 bytes to store
392extended attributes for improved performance.
Theodore Ts'oe67670c2008-03-08 19:48:56 -0500393Extended attributes
Andreas Dilger067911a2006-07-15 22:08:20 -0400394stored in large inodes are not visible with older kernels, and such
Theodore Ts'o886056b2013-12-28 17:06:38 -0500395filesystems will not be mountable with 2.4 kernels at all.
396.IP
397The default inode size is controlled by the
398.BR mke2fs.conf (5)
399file. In the
400.B mke2fs.conf
401file shipped with e2fsprogs, the default inode size is 256 bytes for
402most file systems, except for small file systems where the inode size
403will be 128 bytes.
Benno Schulenberg98794d02008-07-31 00:06:36 +0200404.TP
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000405.B \-j
406Create the filesystem with an ext3 journal. If the
Theodore Ts'odc2ec522001-01-18 01:51:15 +0000407.B \-J
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000408option is not specified, the default journal parameters will be used to
Benno Schulenberg98794d02008-07-31 00:06:36 +0200409create an appropriately sized journal (given the size of the filesystem)
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000410stored within the filesystem. Note that you must be using a kernel
411which has ext3 support in order to actually make use of the journal.
Theodore Ts'odc2ec522001-01-18 01:51:15 +0000412.TP
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000413.BI \-J " journal-options"
Theodore Ts'odc2ec522001-01-18 01:51:15 +0000414Create the ext3 journal using options specified on the command-line.
Theodore Ts'o8ddaa662000-11-17 04:55:24 +0000415Journal options are comma
416separated, and may take an argument using the equals ('=') sign.
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000417The following journal options are supported:
418.RS 1.2i
Theodore Ts'odc2ec522001-01-18 01:51:15 +0000419.TP
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000420.BI size= journal-size
Theodore Ts'of0865ce2002-07-02 10:08:27 -0400421Create an internal journal (i.e., stored inside the filesystem) of size
Benno Schulenberg98794d02008-07-31 00:06:36 +0200422.I journal-size
Theodore Ts'o8d641742001-05-14 04:12:27 +0000423megabytes.
Benno Schulenberg98794d02008-07-31 00:06:36 +0200424The size of the journal must be at least 1024 filesystem blocks
425(i.e., 1MB if using 1k blocks, 4MB if using 4k blocks, etc.)
Surbhi Palande57cb2712011-08-31 16:35:57 +0300426and may be no more than 10,240,000 filesystem blocks or half the total
427file system size (whichever is smaller)
Theodore Ts'ob8182052014-01-28 12:58:56 -0500428.TP
429.BI location =journal-location
430Specify the location of the journal. The argument
431.I journal-location
432can either be specified as a block number, or if the number has a units
433suffix (e.g., 'M', 'G', etc.) interpret it as the offset from the
434beginning of the file system.
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000435@JDEV@.TP
436@JDEV@.BI device= external-journal
Theodore Ts'o8d641742001-05-14 04:12:27 +0000437@JDEV@Attach the filesystem to the journal block device located on
438@JDEV@.IR external-journal .
439@JDEV@The external
440@JDEV@journal must already have been created using the command
441@JDEV@.IP
Andreas Dilger2d155762001-08-17 03:48:11 -0600442@JDEV@.B mke2fs -O journal_dev
443@JDEV@.I external-journal
Theodore Ts'o8d641742001-05-14 04:12:27 +0000444@JDEV@.IP
445@JDEV@Note that
446@JDEV@.I external-journal
447@JDEV@must have been created with the
448@JDEV@same block size as the new filesystem.
Theodore Ts'o3024d882006-03-27 11:53:00 -0500449@JDEV@In addition, while there is support for attaching
450@JDEV@multiple filesystems to a single external journal,
Benno Schulenberg98794d02008-07-31 00:06:36 +0200451@JDEV@the Linux kernel and
Theodore Ts'o3024d882006-03-27 11:53:00 -0500452@JDEV@.BR e2fsck (8)
453@JDEV@do not currently support shared external journals yet.
Andreas Dilger2d155762001-08-17 03:48:11 -0600454@JDEV@.IP
455@JDEV@Instead of specifying a device name directly,
456@JDEV@.I external-journal
457@JDEV@can also be specified by either
458@JDEV@.BI LABEL= label
459@JDEV@or
460@JDEV@.BI UUID= UUID
461@JDEV@to locate the external journal by either the volume label or UUID
462@JDEV@stored in the ext2 superblock at the start of the journal. Use
463@JDEV@.BR dumpe2fs (8)
464@JDEV@to display a journal device's volume label and UUID. See also the
465@JDEV@.B -L
466@JDEV@option of
467@JDEV@.BR tune2fs (8).
Theodore Ts'o8d641742001-05-14 04:12:27 +0000468.RE
469@JDEV@.IP
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000470@JDEV@Only one of the
471@JDEV@.BR size " or " device
472@JDEV@options can be given for a filesystem.
Theodore Ts'odc2ec522001-01-18 01:51:15 +0000473.TP
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000474.BI \-l " filename"
475Read the bad blocks list from
Benno Schulenberg98794d02008-07-31 00:06:36 +0200476.IR filename .
Theodore Ts'o3ed57c22001-12-24 15:01:59 -0500477Note that the block numbers in the bad block list must be generated
Benno Schulenberg98794d02008-07-31 00:06:36 +0200478using the same block size as used by
479.BR mke2fs .
480As a result, the
Theodore Ts'o3ed57c22001-12-24 15:01:59 -0500481.B \-c
Benno Schulenberg98794d02008-07-31 00:06:36 +0200482option to
Theodore Ts'o3ed57c22001-12-24 15:01:59 -0500483.B mke2fs
484is a much simpler and less error-prone method of checking a disk for bad
Benno Schulenberg98794d02008-07-31 00:06:36 +0200485blocks before formatting it, as
Theodore Ts'o3ed57c22001-12-24 15:01:59 -0500486.B mke2fs
487will automatically pass the correct parameters to the
488.B badblocks
489program.
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000490.TP
Theodore Ts'o6a7075d2005-09-24 18:47:39 -0400491.BI \-L " new-volume-label"
492Set the volume label for the filesystem to
493.IR new-volume-label .
494The maximum length of the
495volume label is 16 bytes.
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000496.TP
497.BI \-m " reserved-blocks-percentage"
Benno Schulenberg98794d02008-07-31 00:06:36 +0200498Specify the percentage of the filesystem blocks reserved for
Theodore Ts'o029de632004-10-08 10:47:30 -0400499the super-user. This avoids fragmentation, and allows root-owned
Benno Schulenberg98794d02008-07-31 00:06:36 +0200500daemons, such as
Theodore Ts'o029de632004-10-08 10:47:30 -0400501.BR syslogd (8),
Benno Schulenberg98794d02008-07-31 00:06:36 +0200502to continue to function correctly after non-privileged processes are
503prevented from writing to the filesystem. The default percentage
Theodore Ts'o029de632004-10-08 10:47:30 -0400504is 5%.
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000505.TP
Benno Schulenberg98794d02008-07-31 00:06:36 +0200506.BI \-M " last-mounted-directory"
507Set the last mounted directory for the filesystem. This might be useful
508for the sake of utilities that key off of the last mounted directory to
Theodore Ts'obcf5aea2005-04-09 00:33:21 -0400509determine where the filesystem should be mounted.
Theodore Ts'o85ef4ae2000-10-24 19:33:45 +0000510.TP
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000511.B \-n
Benno Schulenberg98794d02008-07-31 00:06:36 +0200512Causes
513.B mke2fs
514to not actually create a filesystem, but display what it
Theodore Ts'o1f22ce32002-08-17 18:16:29 -0400515would do if it were to create a filesystem. This can be used to
516determine the location of the backup superblocks for a particular
Benno Schulenberg98794d02008-07-31 00:06:36 +0200517filesystem, so long as the
518.B mke2fs
519parameters that were passed when the
Theodore Ts'o1f22ce32002-08-17 18:16:29 -0400520filesystem was originally created are used again. (With the
Benno Schulenberg98794d02008-07-31 00:06:36 +0200521.B \-n
Theodore Ts'o1f22ce32002-08-17 18:16:29 -0400522option added, of course!)
Theodore Ts'o27401561999-09-14 20:11:19 +0000523.TP
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000524.BI \-N " number-of-inodes"
Benno Schulenberg98794d02008-07-31 00:06:36 +0200525Overrides the default calculation of the number of inodes that should be
526reserved for the filesystem (which is based on the number of blocks and
527the
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000528.I bytes-per-inode
Benno Schulenberg98794d02008-07-31 00:06:36 +0200529ratio). This allows the user to specify the number
Theodore Ts'o5515e6b1999-01-05 07:25:06 +0000530of desired inodes directly.
531.TP
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000532.BI \-o " creator-os"
Benno Schulenberg98794d02008-07-31 00:06:36 +0200533Overrides the default value of the "creator operating system" field of the
534filesystem. The creator field is set by default to the name of the OS the
Theodore Ts'o583ccdc1997-05-09 03:06:31 +0000535.B mke2fs
Benno Schulenberg98794d02008-07-31 00:06:36 +0200536executable was compiled for.
Theodore Ts'o1e3472c1997-04-29 14:53:37 +0000537.TP
Theodore Ts'o5c4c3872013-12-31 22:53:52 -0500538.B "\-O \fR[^]\fIfeature\fR[,...]"
Benno Schulenberg98794d02008-07-31 00:06:36 +0200539Create a filesystem with the given features (filesystem options),
540overriding the default filesystem options. The features that are
Theodore Ts'o9dc6ad12006-03-23 22:00:01 -0500541enabled by default are specified by the
542.I base_features
543relation, either in the
Benno Schulenberg98794d02008-07-31 00:06:36 +0200544.I [defaults]
Theodore Ts'o9dc6ad12006-03-23 22:00:01 -0500545section in the
546.B /etc/mke2fs.conf
Theodore Ts'o3d438362008-02-19 08:32:58 -0500547configuration file,
Benno Schulenberg98794d02008-07-31 00:06:36 +0200548or in the
Theodore Ts'o9dc6ad12006-03-23 22:00:01 -0500549.I [fs_types]
Benno Schulenberg98794d02008-07-31 00:06:36 +0200550subsections for the usage types as specified by the
Theodore Ts'oa26ba652008-08-24 01:04:43 -0400551.B \-T
Theodore Ts'o3d438362008-02-19 08:32:58 -0500552option, further modified by the
553.I features
554relation found in the
Benno Schulenberg98794d02008-07-31 00:06:36 +0200555.I [fs_types]
556subsections for the filesystem and usage types. See the
Theodore Ts'o3d438362008-02-19 08:32:58 -0500557.BR mke2fs.conf (5)
558manual page for more details.
559The filesystem type-specific configuration setting found in the
Theodore Ts'o9dc6ad12006-03-23 22:00:01 -0500560.I [fs_types]
561section will override the global default found in
Benno Schulenberg98794d02008-07-31 00:06:36 +0200562.IR [defaults] .
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000563.sp
Benno Schulenberg98794d02008-07-31 00:06:36 +0200564The filesystem feature set will be further edited
565using either the feature set specified by this option,
566or if this option is not given, by the
Theodore Ts'o9dc6ad12006-03-23 22:00:01 -0500567.I default_features
Benno Schulenberg98794d02008-07-31 00:06:36 +0200568relation for the filesystem type being created, or in the
569.I [defaults]
Theodore Ts'o9dc6ad12006-03-23 22:00:01 -0500570section of the configuration file.
571.sp
572The filesystem feature set is comprised of a list of features, separated
573by commas, that are to be enabled. To disable a feature, simply
Theodore Ts'o5c4c3872013-12-31 22:53:52 -0500574prefix the feature name with a caret ('^') character.
Theodore Ts'o3c22bf72013-12-24 15:15:31 -0500575Features with dependencies will not be removed successfully.
Uri Corin4727c672013-12-16 00:53:35 -0500576The pseudo-filesystem feature "none" will clear all filesystem features.
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000577.TP
Theodore Ts'o3c22bf72013-12-24 15:15:31 -0500578For more information about the features which can be set, please see
579the manual page
580.BR ext4 (5).
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000581.TP
Theodore Ts'o8d641742001-05-14 04:12:27 +0000582.B \-q
Benno Schulenberg98794d02008-07-31 00:06:36 +0200583Quiet execution. Useful if
Theodore Ts'o8d641742001-05-14 04:12:27 +0000584.B mke2fs
585is run in a script.
586.TP
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000587.BI \-r " revision"
588Set the filesystem revision for the new filesystem. Note that 1.2
Benno Schulenberg98794d02008-07-31 00:06:36 +0200589kernels only support revision 0 filesystems. The default is to
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000590create revision 1 filesystems.
591.TP
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000592.B \-S
Theodore Ts'of3db3561997-04-26 13:34:30 +0000593Write superblock and group descriptors only. This is useful if all of
594the superblock and backup superblocks are corrupted, and a last-ditch
Benno Schulenberg98794d02008-07-31 00:06:36 +0200595recovery method is desired. It causes
Theodore Ts'o583ccdc1997-05-09 03:06:31 +0000596.B mke2fs
Benno Schulenberg98794d02008-07-31 00:06:36 +0200597to reinitialize the
Theodore Ts'of3db3561997-04-26 13:34:30 +0000598superblock and group descriptors, while not touching the inode table
599and the block and inode bitmaps. The
600.B e2fsck
601program should be run immediately after this option is used, and there
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000602is no guarantee that any data will be salvageable. It is critical to
603specify the correct filesystem blocksize when using this option,
604or there is no chance of recovery.
Theodore Ts'o8d641742001-05-14 04:12:27 +0000605.\" .TP
606.\" .BI \-t " test"
607.\" Check the device for bad blocks before creating the file system
608.\" using the specified test.
Theodore Ts'o818180c1998-06-27 05:11:14 +0000609.TP
Theodore Ts'o3d438362008-02-19 08:32:58 -0500610.BI \-t " fs-type"
Uri Corin4727c672013-12-16 00:53:35 -0500611Specify the filesystem type (i.e., ext2, ext3, ext4, etc.) that is
612to be created.
Benno Schulenberg98794d02008-07-31 00:06:36 +0200613If this option is not specified,
614.B mke2fs
615will pick a default either via how
616the command was run (for example, using a name of the form mkfs.ext2,
Theodore Ts'o3d438362008-02-19 08:32:58 -0500617mkfs.ext3, etc.) or via a default as defined by the
Theodore Ts'o626a2e72013-06-15 21:19:39 -0400618.B /etc/mke2fs.conf
Theodore Ts'o08c8b1a2008-10-02 08:45:02 -0400619file. This option controls which filesystem options are used by
620default, based on the
621.B fstypes
622configuration stanza in
Theodore Ts'o626a2e72013-06-15 21:19:39 -0400623.BR /etc/mke2fs.conf .
Theodore Ts'o08c8b1a2008-10-02 08:45:02 -0400624.sp
625If the
626.B \-O
627option is used to explicitly add or remove filesystem options that
628should be set in the newly created filesystem, the
629resulting filesystem may not be supported by the requested
630.IR fs-type .
Theodore Ts'ob7150802011-09-15 14:24:37 -0400631(e.g., "\fBmke2fs \-t ext3 \-O extent /dev/sdXX\fR" will create a
Theodore Ts'o08c8b1a2008-10-02 08:45:02 -0400632filesystem that is not supported by the ext3 implementation as found in
Theodore Ts'o93aa0242009-05-30 00:15:22 -0400633the Linux kernel; and "\fBmke2fs \-t ext3 \-O ^has_journal /dev/hdXX\fR"
Theodore Ts'o08c8b1a2008-10-02 08:45:02 -0400634will create a filesystem that does not have a journal and hence will not
635be supported by the ext3 filesystem code in the Linux kernel.)
Theodore Ts'o3d438362008-02-19 08:32:58 -0500636.TP
637.BI \-T " usage-type[,...]"
Benno Schulenberg98794d02008-07-31 00:06:36 +0200638Specify how the filesystem is going to be used, so that
639.B mke2fs
Theodore Ts'o3d438362008-02-19 08:32:58 -0500640can choose optimal filesystem parameters for that use. The usage
641types that are supported are defined in the configuration file
Theodore Ts'o626a2e72013-06-15 21:19:39 -0400642.BR /etc/mke2fs.conf .
Theodore Ts'o3d438362008-02-19 08:32:58 -0500643The user may specify one or more usage types
644using a comma separated list.
645.sp
646If this option is is not specified,
647.B mke2fs
648will pick a single default usage type based on the size of the filesystem to
649be created. If the filesystem size is less than or equal to 3 megabytes,
Theodore Ts'oa4396e92008-04-18 10:19:27 -0400650.B mke2fs
Theodore Ts'o3d438362008-02-19 08:32:58 -0500651will use the filesystem type
652.IR floppy .
653If the filesystem size is greater than 3 but less than or equal to
654512 megabytes,
655.BR mke2fs (8)
Namhyung Kim9a2767f2010-11-29 17:55:12 +0900656will use the filesystem type
Theodore Ts'o3d438362008-02-19 08:32:58 -0500657.IR small .
Namhyung Kim9a2767f2010-11-29 17:55:12 +0900658If the filesystem size is greater than or equal to 4 terabytes but less than
65916 terabytes,
660.BR mke2fs (8)
661will use the filesystem type
662.IR big .
663If the filesystem size is greater than or equal to 16 terabytes,
664.BR mke2fs (8)
665will use the filesystem type
666.IR huge .
Theodore Ts'o3d438362008-02-19 08:32:58 -0500667Otherwise,
668.BR mke2fs (8)
669will use the default filesystem type
670.IR default .
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000671.TP
Theodore Ts'ob0afdda2009-01-20 13:18:23 -0500672.BI \-U " UUID"
673Create the filesystem with the specified UUID.
674.TP
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000675.B \-v
676Verbose execution.
Theodore Ts'o50787ea1999-07-19 15:30:21 +0000677.TP
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000678.B \-V
Benno Schulenberg98794d02008-07-31 00:06:36 +0200679Print the version number of
Theodore Ts'o818180c1998-06-27 05:11:14 +0000680.B mke2fs
681and exit.
Namhyung Kim5182ad42010-11-29 17:55:17 +0900682.SH ENVIRONMENT
683.TP
684.BI MKE2FS_SYNC
685If set to non-zero integer value, its value is used to determine how often
686.BR sync (2)
687is called during inode table initialization.
688.TP
689.BI MKE2FS_CONFIG
690Determines the location of the configuration file (see
691.BR mke2fs.conf (5)).
692.TP
693.BI MKE2FS_FIRST_META_BG
694If set to non-zero integer value, its value is used to determine first meta
695block group. This is mostly for debugging purposes.
696.TP
697.BI MKE2FS_DEVICE_SECTSIZE
698If set to non-zero integer value, its value is used to determine physical
699sector size of the
700.IR device .
701.TP
702.BI MKE2FS_SKIP_CHECK_MSG
703If set, do not show the message of filesystem automatic check caused by
704mount count or check interval.
Theodore Ts'o3839e651997-04-26 13:21:57 +0000705.SH AUTHOR
706This version of
707.B mke2fs
Theodore Ts'oa418d3a1997-04-26 14:00:26 +0000708has been written by Theodore Ts'o <tytso@mit.edu>.
Theodore Ts'o3839e651997-04-26 13:21:57 +0000709.SH BUGS
710.B mke2fs
Theodore Ts'ocaf8ce41999-10-21 19:56:34 +0000711accepts the
712.B \-f
713option but currently ignores it because the second
Theodore Ts'o3839e651997-04-26 13:21:57 +0000714extended file system does not support fragments yet.
715.br
Theodore Ts'o48015ce2001-04-22 03:58:32 +0000716There may be other ones. Please, report them to the author.
Theodore Ts'o3839e651997-04-26 13:21:57 +0000717.SH AVAILABILITY
718.B mke2fs
Benno Schulenberg98794d02008-07-31 00:06:36 +0200719is part of the e2fsprogs package and is available from
Theodore Ts'o348e43d2001-05-03 14:43:43 +0000720http://e2fsprogs.sourceforge.net.
Theodore Ts'o3839e651997-04-26 13:21:57 +0000721.SH SEE ALSO
Theodore Ts'o9dc6ad12006-03-23 22:00:01 -0500722.BR mke2fs.conf (5),
Theodore Ts'oe72a9ba1999-06-25 15:40:18 +0000723.BR badblocks (8),
Theodore Ts'o3839e651997-04-26 13:21:57 +0000724.BR dumpe2fs (8),
725.BR e2fsck (8),
Theodore Ts'o3c22bf72013-12-24 15:15:31 -0500726.BR tune2fs (8),
727.BR ext4 (5)