]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/fdisk.8
docs: Fix dead references to kernel documentation
[thirdparty/util-linux.git] / disk-utils / fdisk.8
CommitLineData
6dbe3af9 1.\" Copyright 1992, 1993 Rickard E. Faith (faith@cs.unc.edu)
2b6fc908 2.\" Copyright 1998 Andries E. Brouwer (aeb@cwi.nl)
6efb4b12 3.\" Copyright 2012 Davidlohr Bueso <dave@gnu.org>
811d2ecc 4.\" Copyright (C) 2013 Karel Zak <kzak@redhat.com>
6dbe3af9 5.\" May be distributed under the GNU General Public License
49b7f95e 6.TH FDISK 8 "February 2016" "util-linux" "System Administration"
eb2be4fd 7
6dbe3af9 8.SH NAME
232dc924 9fdisk \- manipulate disk partition table
eb2be4fd 10
6dbe3af9 11.SH SYNOPSIS
57bc4707 12.B fdisk
f49ccec2 13[options]
57bc4707 14.I device
2b6fc908 15.sp
57bc4707 16.B fdisk \-l
57bc4707 17.RI [ device ...]
eb2be4fd 18
6dbe3af9 19.SH DESCRIPTION
278f63c0 20.B fdisk
811d2ecc 21is a dialog-driven program for creation and manipulation of partition tables.
870a6df5 22It understands GPT, MBR, Sun, SGI and BSD partition tables.
278f63c0 23
870a6df5 24Block devices can be divided into one or more logical disks called
2b6fc908 25.IR partitions .
a1939d70
BS
26This division is recorded in the
27.IR "partition table" ,
811d2ecc 28usually found in sector 0 of the disk.
a1939d70 29(In the BSD world one talks about `disk slices' and a `disklabel'.)
2b6fc908 30
870a6df5 31All partitioning is driven by device I/O limits (the topology) by default.
6dbe3af9 32.B fdisk
870a6df5
BS
33is able to optimize the disk layout for a 4K-sector size and use an alignment offset on
34modern devices for MBR and GPT. It is always a good idea to follow \fBfdisk\fR's defaults
eb024893 35as the default values (e.g., first and last partition sectors) and partition
757cefbb 36sizes specified by the +/-<size>{M,G,...} notation are always aligned according
811d2ecc 37to the device properties.
6dbe3af9 38
b0eca21a 39CHS (Cylinder-Head-Sector) addressing is deprecated and not used by default.
1c4c6024 40Please, do not follow old articles and recommendations with "fdisk \-S <n> \-H
b0eca21a
KZ
41<n>" advices for SSD or 4K-sector devices.
42
811d2ecc 43Note that
870a6df5
BS
44.BR partx (8)
45provides a rich interface for scripts to print disk layouts,
46.B fdisk
47is mostly designed for humans. Backward compatibility in the output of
811d2ecc 48.B fdisk
870a6df5 49is not guaranteed. The input (the commands) should always be backward compatible.
6dbe3af9
KZ
50
51.SH OPTIONS
52.TP
b06c1ca6 53\fB\-b\fR, \fB\-\-sector\-size\fR \fIsectorsize\fP
870a6df5
BS
54Specify the sector size of the disk. Valid values are 512, 1024, 2048, and 4096.
55(Recent kernels know the sector size. Use this option only on old kernels or
eb2be4fd 56to override the kernel's ideas.) Since util-linux-2.17, \fBfdisk\fR differentiates
a1939d70 57between logical and physical sector size. This option changes both sector sizes to
7f152745 58.IB sectorsize .
6dbe3af9 59.TP
aeb9a30b 60\fB\-B\fR, \fB\-\-protect\-boot\fP
f708d71a 61Don't erase the beginning of the first disk sector when creating a new disk label. This
aeb9a30b
KZ
62feature is supported for GPT and MBR.
63.TP
49b7f95e 64\fB\-c\fR, \fB\-\-compatibility\fR[=\fImode\fR]
455fe9a0 65Specify the compatibility mode, 'dos' or 'nondos'. The default is non-DOS
a1939d70 66mode. For backward compatibility, it is possible to use the option without
eb2be4fd 67the \fImode\fR argument -- then the default is used. Note that the optional
1c4c6024
BIG
68\fImode\fR argument cannot be separated from the \fB\-c\fR option by a space,
69the correct form is for example '\-c=dos'.
78498b7b 70.TP
e3a4aaa7 71\fB\-h\fR, \fB\-\-help\fR
eb2be4fd 72Display a help text and exit.
a1939d70 73.TP
7e3b3f47 74\fB\-L\fR, \fB\-\-color\fR[=\fIwhen\fR]
5d51dc2a
KZ
75Colorize the output. The optional argument \fIwhen\fP
76can be \fBauto\fR, \fBnever\fR or \fBalways\fR. If the \fIwhen\fR argument is omitted,
7e3b3f47
BS
77it defaults to \fBauto\fR. The colors can be disabled; for the current built-in default
78see the \fB\-\-help\fR output. See also the \fBCOLORS\fR section.
80a1712f 79.TP
e3a4aaa7 80\fB\-l\fR, \fB\-\-list\fR
eb63b9b8
KZ
81List the partition tables for the specified devices and then exit.
82If no devices are given, those mentioned in
83.I /proc/partitions
870a6df5 84(if that file exists) are used.
6dbe3af9 85.TP
f2229320 86\fB\-x\fR, \fB\-\-list\-details\fR
99d78b2f
KZ
87Like \fB\-\-list\fR, but provides more details.
88.TP
f2229320
KZ
89\fB\-n\fR, \fB\-\-noauto\-pt\fR
90Don't automatically create a default partition table on empty device. The partition table
91has to be explicitly created by user (by command like 'o', 'g', etc.).
92.TP
fff8ad58
KZ
93.BR \-o , " \-\-output " \fIlist\fP
94Specify which output columns to print. Use
95.B \-\-help
96to get a list of all supported columns.
97
98The default list of columns may be extended if \fIlist\fP is
1c4c6024 99specified in the format \fI+list\fP (e.g., \fB\-o +UUID\fP).
fff8ad58 100.TP
e3a4aaa7
KZ
101\fB\-s\fR, \fB\-\-getsz\fR
102Print the size in 512-byte sectors of each given block device. This option is DEPRECATED
9564e46c 103in favour of
dbeb1d73 104.BR blockdev (8).
2b6fc908 105.TP
e3a4aaa7 106\fB\-t\fR, \fB\-\-type\fR \fItype\fR
870a6df5
BS
107Enable support only for disklabels of the specified \fItype\fP, and disable
108support for all other types.
565b7da6 109.TP
49b7f95e 110\fB\-u\fR, \fB\-\-units\fR[=\fIunit\fR]
a1939d70
BS
111When listing partition tables, show sizes in 'sectors' or in 'cylinders'. The
112default is to show sizes in sectors. For backward compatibility, it is possible
eb2be4fd 113to use the option without the \fIunit\fR argument -- then the default is used.
1c4c6024
BIG
114Note that the optional \fIunit\fR argument cannot be separated from the \fB\-u\fR
115option by a space, the correct form is for example '\-u=cylinders'.
e3a4aaa7
KZ
116
117.TP
4b4e391a 118\fB\-C\fR, \fB\-\-cylinders\fR \fInumber\fR
e3a4aaa7
KZ
119Specify the number of cylinders of the disk.
120I have no idea why anybody would want to do so.
121.TP
4b4e391a 122\fB\-H\fR, \fB\-\-heads\fR \fInumber\fR
e3a4aaa7
KZ
123Specify the number of heads of the disk. (Not the physical number,
124of course, but the number used for partition tables.)
125Reasonable values are 255 and 16.
126.TP
4b4e391a 127\fB\-S\fR, \fB\-\-sectors\fR \fInumber\fR
e3a4aaa7
KZ
128Specify the number of sectors per track of the disk.
129(Not the physical number, of course, but the number used for
130partition tables.) A reasonable value is 63.
131
cb9a4b00 132.TP
589b6931 133\fB\-w\fR, \fB\-\-wipe\fR \fIwhen\fR
a4aa4a6c
KZ
134Wipe filesystem, RAID and partition-table signatures from the device, in order
135to avoid possible collisions. The argument \fIwhen\fR can be \fBauto\fR,
136\fBnever\fR or \fBalways\fR. When this option is not given, the default is
137\fBauto\fR, in which case signatures are wiped only when in interactive mode.
138In all cases detected signatures are reported by warning messages
139before a new partition table is created. See also
140.BR wipefs (8)
141command.
142
143.TP
144\fB\-W\fR, \fB\-\-wipe-partition\fR \fIwhen\fR
ba465623
KZ
145Wipe filesystem, RAID and partition-table signatures from a newly created
146partitions, in order to avoid possible collisions. The argument \fIwhen\fR can
147be \fBauto\fR, \fBnever\fR or \fBalways\fR. When this option is not given, the
148default is \fBauto\fR, in which case signatures are wiped only when in
149interactive mode and after confirmation by user. In all cases detected
150signatures are reported by warning messages before a new partition is
151created. See also
152.BR wipefs (8)
153command.
154
22853e4a 155.TP
e3a4aaa7 156\fB\-V\fR, \fB\-\-version\fR
eb2be4fd 157Display version information and exit.
24505fb2 158
811d2ecc
KZ
159.SH DEVICES
160The
161.I device
162is usually /dev/sda, /dev/sdb or so. A device name refers to the entire disk.
163Old systems without libata (a library used inside the Linux kernel to support
164ATA host controllers and devices) make a difference between IDE and SCSI disks.
165In such cases the device name will be /dev/hd* (IDE) or /dev/sd* (SCSI).
166
167The
168.I partition
169is a device name followed by a partition number. For example, /dev/sda1 is the
170first partition on the first hard disk in the system. See also Linux kernel
5fdb0866 171documentation (the Documentation/admin-guide/devices.txt file).
811d2ecc 172
fd211531
KZ
173.SH SIZES
174The "last sector" dialog accepts partition size specified by number of sectors
757cefbb 175or by +/-<size>{K,B,M,G,...} notation.
fd211531
KZ
176
177If the size is prefixed by '+' then it is interpreted as relative to the
1c4c6024 178partition first sector. If the size is prefixed by '\-' then it is interpreted
757cefbb
AG
179as relative to the high limit (last available sector for the partition).
180
181In the case the size is specified in bytes than the number may be followed by
182the multiplicative suffixes KiB=1024, MiB=1024*1024, and so on for GiB, TiB,
eb024893 183PiB, EiB, ZiB and YiB. The "iB" is optional, e.g., "K" has the same meaning as
757cefbb 184"KiB".
fd211531
KZ
185
186The relative sizes are always aligned according to device I/O limits. The
757cefbb 187+/-<size>{K,B,M,G,...} notation is recommended.
fd211531
KZ
188
189For backward compatibility fdisk also accepts the suffixes KB=1000,
190MB=1000*1000, and so on for GB, TB, PB, EB, ZB and YB. These 10^N suffixes
191are deprecated.
192
a30e4ef4
KZ
193.SH SCRIPT FILES
194.B fdisk
195allows to read (by 'I' command) sfdisk compatible script files. The script is
196applied to in-memory partition table, and then it is possible to modify the
197partition table before you write it to the device.
198.PP
199And vice-versa it is possible to write the current in-memory disk layout
200to the script file by command 'O'.
201.PP
202The script files are compatible between cfdisk, sfdisk, fdisk and another
203libfdisk applications. For more details see
204.BR sfdisk (8).
205
811d2ecc
KZ
206.SH DISK LABELS
207.B GPT (GUID Partition Table)
208.RS
870a6df5
BS
209GPT is modern standard for the layout of the partition table. GPT uses 64-bit
210logical block addresses, checksums, UUIDs and names for partitions and an
211unlimited number of partitions (although the number of partitions is
811d2ecc
KZ
212usually restricted to 128 in many partitioning tools).
213
214Note that the first sector is still reserved for a
215.B protective MBR
870a6df5
BS
216in the GPT specification. It prevents MBR-only partitioning tools
217from mis-recognizing and overwriting GPT disks.
811d2ecc 218
870a6df5 219GPT is always a better choice than MBR, especially on modern hardware with a UEFI
811d2ecc
KZ
220boot loader.
221.RE
222
223.B DOS-type (MBR)
224.RS
870a6df5 225A DOS-type partition table can describe an unlimited number of partitions. In sector 0
811d2ecc
KZ
226there is room for the description of 4 partitions (called `primary'). One of
227these may be an extended partition; this is a box holding logical partitions,
228with descriptors found in a linked list of sectors, each preceding the
229corresponding logical partitions. The four primary partitions, present or not,
870a6df5 230get numbers 1-4. Logical partitions are numbered starting from 5.
811d2ecc
KZ
231
232In a DOS-type partition table the starting offset and the size of each
233partition is stored in two ways: as an absolute number of sectors (given in 32
234bits), and as a
235.B Cylinders/Heads/Sectors
236triple (given in 10+8+6 bits). The former is OK -- with 512-byte sectors this
237will work up to 2 TB. The latter has two problems. First, these C/H/S fields
238can be filled only when the number of heads and the number of sectors per track
239are known. And second, even if we know what these numbers should be, the 24
240bits that are available do not suffice. DOS uses C/H/S only, Windows uses
870a6df5 241both, Linux never uses C/H/S. The
811d2ecc 242.B C/H/S addressing is deprecated
0d0d12ad 243and may be unsupported in some later fdisk version.
811d2ecc 244
870a6df5 245.B Please, read the DOS-mode section if you want DOS-compatible partitions.
811d2ecc 246.B fdisk
870a6df5 247does not care about cylinder boundaries by default.
811d2ecc
KZ
248.RE
249
870a6df5 250.B BSD/Sun-type
811d2ecc 251.RS
870a6df5 252A BSD/Sun disklabel can describe 8 partitions, the third of which should be a `whole
811d2ecc
KZ
253disk' partition. Do not start a partition that actually uses its first sector
254(like a swap partition) at cylinder 0, since that will destroy the disklabel.
870a6df5 255Note that a
811d2ecc 256.B BSD label
870a6df5 257is usually nested within a DOS partition.
811d2ecc
KZ
258.RE
259
260.B IRIX/SGI-type
261.RS
870a6df5 262An IRIX/SGI disklabel can describe 16 partitions, the eleventh of which should be an entire
811d2ecc
KZ
263`volume' partition, while the ninth should be labeled `volume header'. The
264volume header will also cover the partition table, i.e., it starts at block
265zero and extends by default over five cylinders. The remaining space in the
266volume header may be used by header directory entries. No partitions may
267overlap with the volume header. Also do not change its type or make some
268filesystem on it, since you will lose the partition table. Use this type of
269label only when working with Linux on IRIX/SGI machines or IRIX/SGI disks under
270Linux.
271.RE
272
870a6df5 273A sync() and an ioctl(BLKRRPART) (rereading the partition table from disk)
811d2ecc
KZ
274are performed before exiting when the partition table has been updated.
275
276.SH "DOS mode and DOS 6.x WARNING"
870a6df5
BS
277.B Note that all this is deprecated. You don't have to care about things like
278.B geometry and cylinders on modern operating systems. If you really want
279.B DOS-compatible partitioning then you have to enable DOS mode and cylinder
1c4c6024 280.B units by using the '\-c=dos \-u=cylinders' fdisk command-line options.
811d2ecc
KZ
281
282The DOS 6.x FORMAT command looks for some information in the first sector of
283the data area of the partition, and treats this information as more reliable
284than the information in the partition table. DOS FORMAT expects DOS FDISK to
285clear the first 512 bytes of the data area of a partition whenever a size
286change occurs. DOS FORMAT will look at this extra information even if the /U
287flag is given -- we consider this a bug in DOS FORMAT and DOS FDISK.
288
ba5ad6a4 289The bottom line is that if you use \fBfdisk\fR or \fBcfdisk\fR to change the
870a6df5
BS
290size of a DOS partition table entry, then you must also use
291.BR dd "(1) to " "zero the first 512 bytes"
811d2ecc 292of that partition before using DOS FORMAT to format the partition. For
870a6df5
BS
293example, if you were using \fBfdisk\fR to make a DOS partition table entry for
294/dev/sda1, then (after exiting \fBfdisk\fR and rebooting Linux so that the
811d2ecc
KZ
295partition table information is valid) you would use the command "dd
296if=/dev/zero of=/dev/sda1 bs=512 count=1" to zero the first 512 bytes of the
297partition.
298
299.B fdisk
870a6df5 300usually obtains the disk geometry automatically. This is not necessarily the
811d2ecc 301physical disk geometry (indeed, modern disks do not really have anything like a
870a6df5 302physical geometry, certainly not something that can be described in the simplistic
811d2ecc
KZ
303Cylinders/Heads/Sectors form), but it is the disk geometry that MS-DOS uses for
304the partition table.
305
306Usually all goes well by default, and there are no problems if Linux is the
307only system on the disk. However, if the disk has to be shared with other
308operating systems, it is often a good idea to let an fdisk from another
309operating system make at least one partition. When Linux boots it looks at the
310partition table, and tries to deduce what (fake) geometry is required for good
311cooperation with other systems.
312
313Whenever a partition table is printed out in DOS mode, a consistency check is
314performed on the partition table entries. This check verifies that the
315physical and logical start and end points are identical, and that each
316partition starts and ends on a cylinder boundary (except for the first
317partition).
318
319Some versions of MS-DOS create a first partition which does not begin
320on a cylinder boundary, but on sector 2 of the first cylinder.
321Partitions beginning in cylinder 1 cannot begin on a cylinder boundary, but
322this is unlikely to cause difficulty unless you have OS/2 on your machine.
323
324For best results, you should always use an OS-specific partition table
325program. For example, you should make DOS partitions with the DOS FDISK
870a6df5 326program and Linux partitions with the Linux fdisk or Linux cfdisk programs.
4ffbedba 327.SH COLORS
496c979a 328Implicit coloring can be disabled by an empty file \fI/etc/terminal-colors.d/fdisk.disable\fR.
811d2ecc 329
496c979a
KZ
330See
331.BR terminal-colors.d (5)
332for more details about colorization configuration. The logical color names
333supported by
334.B fdisk
335are:
336.TP
337.B header
338The header of the output tables.
339.TP
340.B help-title
341The help section titles.
342.TP
343.B warn
344The warning messages.
345.TP
346.B welcome
347The welcome message.
4ffbedba 348
811d2ecc
KZ
349.SH AUTHORS
350.MT kzak@redhat.com
351Karel Zak
352.ME
353.br
354.MT dave@gnu.org
355Davidlohr Bueso
356.ME
357.br
358.PP
359The original version was written by
360Andries E. Brouwer, A. V. Le Blanc and others.
361
24505fb2 362.SH ENVIRONMENT
47dd6918
KZ
363.IP FDISK_DEBUG=all
364enables fdisk debug output.
68e422ec
KZ
365.IP LIBFDISK_DEBUG=all
366enables libfdisk debug output.
367.IP LIBBLKID_DEBUG=all
368enables libblkid debug output.
369.IP LIBSMARTCOLS_DEBUG=all
370enables libsmartcols debug output.
37948503
KZ
371.IP LIBSMARTCOLS_DEBUG_PADDING=on
372use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
24505fb2 373
612721db
KZ
374.SH "SEE ALSO"
375.BR cfdisk (8),
63cccae4 376.BR mkfs (8),
f053ff1e
MK
377.BR partx (8),
378.BR sfdisk (8)
eb2be4fd 379
86d62711 380.SH AVAILABILITY
601d12fb 381The fdisk command is part of the util-linux package and is available from
d673b74e 382https://www.kernel.org/pub/linux/utils/util-linux/.