blob: 1685bf8102ee06621194261e3616a8dd1932c5a8 [file] [log] [blame]
srs569455d92612010-03-07 22:16:07 -05001.\" Copyright 2010 Roderick W. Smith (rodsmith@rodsbooks.com)
srs569473ba4792010-01-12 18:18:17 -05002.\" May be distributed under the GNU General Public License
srs5694c54e9b42010-05-01 21:04:23 -04003.TH "SGDISK" "8" "0.6.7" "Roderick W. Smith" "GPT fdisk Manual"
srs569473ba4792010-01-12 18:18:17 -05004.SH "NAME"
5sgdisk \- Command\-line GUID partition table (GPT) manipulator for Linux and Unix
6.SH "SYNOPSIS"
7.BI "sgdisk "
8[ options ]
9.I device
10
11.SH "DESCRIPTION"
12GPT fdisk is a text\-mode menu\-driven package for creation and manipulation of
13partition tables. It consists of two programs: the text\-mode interactive
14\fBgdisk\fR and the command\-line \fBsgdisk\fR. Either program will
15automatically convert an old\-style Master Boot Record (MBR) partition table
16or BSD disklabel stored without an MBR carrier partition to the newer Globally
17Unique Identifier (GUID) Partition Table (GPT) format, or will load a GUID
18partition table. This man page documents the command\-line \fBsgdisk\fR
19program.
20
21Some advanced data manipulation and
22recovery options require you to understand the distinctions between the
23main and backup data, as well as between the GPT headers and the partition
24tables. For information on MBR vs. GPT, as well as GPT terminology and
25structure, see the extended \fBgdisk\fR documentation at
26\fIhttp://www.rodsbooks.com/gdisk/\fR or consult Wikipedia.
27
28The \fBsgdisk\fR program employs a user interface that's based entirely on
29the command line, making it suitable for use in scripts or by experts who
30want to make one or two quick changes to a disk. (The program may query the
31user when certain errors are encountered, though.) The program's name is
32based on \fBsfdisk\fR, but the user options of the two programs are
33entirely different from one another.
34
35Ordinarily, \fBsgdisk\fR operates on disk device files, such as
36\fI/dev/sda\fR or \fI/dev/hda\fR under Linux, \fI/dev/disk0\fR under
37Mac OS X, or \fI/dev/ad0\fR or \fI/dev/da0\fR under FreeBSD. The program
38can also operate on disk image files, which can be either copies of whole
39disks (made with \fBdd\fR, for instance) or raw disk images used by
40emulators such as QEMU or VMWare. Note that only \fIraw\fR disk images
41are supported; \fBsgdisk\fR cannot work on compressed or other advanced
42disk image formats.
43
44The MBR partitioning system uses a combination of cylinder/head/sector
45(CHS) addressing and logical block addressing (LBA). The former is klunky
46and limiting. GPT drops CHS addressing and uses 64\-bit LBA mode
47exclusively. Thus, GPT data structures, and therefore
48\fBsgdisk\fR, do not need to deal with CHS geometries and all the problems
49they create.
50
51For best results, you should use an OS\-specific partition table
52program whenever possible. For example, you should make Mac OS X
53partitions with the Mac OS X Disk Utility program and Linux partitions
54with the Linux \fBgdisk\fR, \fBsgdisk\fR, or GNU Parted programs.
55
56Upon start, \fBsgdisk\fR attempts to identify the partition type in use on
57the disk. If it finds valid GPT data, \fBsgdisk\fR will use it. If
58\fBsgdisk\fR finds a valid MBR or BSD disklabel but no GPT data, it will
59attempt to convert the MBR or disklabel into GPT form. (BSD disklabels are
60likely to have unusable first and/or final partitions because they overlap
61with the GPT data structures, though.) GPT fdisk can identify, but not use
62data in, Apple Partition Map (APM) disks, which are used on 680x0\- and
srs569408bb0da2010-02-19 17:19:55 -050063PowerPC\-based Macintoshes. If you specify any option that results in
64changes to an MBR or BSD disklabel, \fBsgdisk\fR ignores those changes
65unless the \fI\-g\fR (\fI\-\-mbrtogpt\fR), \fI\-z\fR (\fI\-\-zap\fR), or
66\fI\-Z\fR (\fI\-\-zap\-all\fR) option is used. If you use the \fI\-g\fR
67option, \fBsgdisk\fR replaces the MBR or disklabel with a GPT. \fIThis
68action is potentially dangerous!\fR Your system may become unbootable, and
69partition type codes may become corrupted if the disk uses unrecognized
70type codes. Boot problems are particularly likely if you're multi\-booting
71with any GPT\-unaware OS.
srs569473ba4792010-01-12 18:18:17 -050072
73The MBR\-to\-GPT conversion will leave at least one gap in the partition
74numbering if the original MBR used logical partitions. These gaps are
75harmless, but you can eliminate them by using the \fI\-s\fR (\fI\-\-sort\fR)
76option, if you like. (Doing this may require you to update your
77\fI/etc/fstab\fR file.)
78
79When creating a fresh partition table, certain considerations may be in
80order:
81
82.TP
83.B *
84For data (non\-boot) disks, and for boot disks used on BIOS\-based computers
85with GRUB as the boot loader, partitions may be created in whatever order
86and in whatever sizes are desired.
87
88.TP
89.B *
90Boot disks for EFI\-based systems require an \fIEFI System
91Partition\fR (\fBsgdisk\fR internal code 0xEF00) formatted as FAT\-32.
92The recommended size of this partition is between 100 and 200 MiB.
93Boot\-related files are stored here. (Note that GNU Parted identifies
94such partitions as having the "boot flag" set.)
95
96.TP
97.B *
98Some boot loaders for BIOS\-based systems make use of a \fIBIOS Boot
99Partition\fR (\fBsgdisk\fR internal code 0xEF02), in which the secondary
100boot loader is stored, possibly without the benefit of a filesystem. This
101partition can typically be quite small (roughly 32 to 200 KiB), but you
102should consult your boot loader documentation for details.
103
104.TP
105.B *
106If Windows is to boot from a GPT disk, a partition of type \fIMicrosoft
107Reserved\fR (\fBsgdisk\fR
108internal code 0x0C01) is recommended. This partition should be about 128 MiB
109in size. It ordinarily follows the EFI System Partition and immediately
110precedes the Windows data partitions. (Note that GNU Parted creates all
111FAT partitions as this type, which actually makes the partition unusable
112for normal file storage in both Windows and Mac OS X.)
113
114.TP
115.B *
116Some OSes' GPT utilities create some blank space (typically 128 MiB) after
117each partition. The intent is to enable future disk utilities to use this
118space. Such free space is not required of GPT disks, but creating it may
119help in future disk maintenance.
120
121.SH "OPTIONS"
122Some options take no arguments, others take one argument (typically a partition
123number), and others take compound arguments with colon delimitation. For
124instance, \fI\-n\fR (\fI\-\-new\fR) takes a partition number, a starting
125sector number, and an ending sector number, as in \fBsgdisk \-n 2:2000:50000
126/dev/sdc\fR, which creates a new partition, numbered 2, starting at sector
1272000 an ending at sector 50,000, on \fI/dev/sdc\fR.
128
129Unrelated options may be combined; however, some such combinations will be
130nonsense (such as deleting a partition and then changing its GUID type code).
131\fBsgdisk\fR interprets options in the order in which they're entered, so
132effects can vary depending on order. For instance, \fBsgdisk \-s \-d 2\fR
133sorts the partition table entries and then deletes partition 2 from the
134newly\-sorted list; but \fBsgdisk \-d 2 \-s\fR deletes the original partition
1352 and then sorts the modified partition table.
136
137Error checking and opportunities to correct mistakes in \fBsgdisk\fR are
138minimal. Although the program endeavors to keep the GPT data structures legal,
139it does not prompt for verification before performing its actions. Unless you
140require a command\-line\-driven program, you should use the interactive
141\fBgdisk\fR instead of \fBsgdisk\fR, since \fBgdisk\fR allows you to
142quit without saving your changes, should you make a mistake.
143
144Although \fBsgdisk\fR is based on the same partition\-manipulation code as
145\fBgdisk\fR, \fBsgdisk\fR implements fewer features than its interactive
146sibling. Options available in \fBsgdisk\fR are:
147
148.TP
149.B \-a, \-\-set\-alignment=value
150Set the sector alignment multiple. GPT fdisk aligns the start of partitions
srs56948a4ddfc2010-03-21 19:05:49 -0400151to sectors that are multiples of this value, which defaults to 2048 on
152freshly formatted disks. This alignment value is necessary to obtain optimum
153performance with Western Digital Advanced Format and similar drives with larger
154physical than logical sector sizes and with some types of RAID arrays.
srs569473ba4792010-01-12 18:18:17 -0500155
156.TP
157.B \-b, \-\-backup=file
158Save partition data to a backup file. You can back up your current
159in\-memory partition table to a disk file using this option. The resulting
160file is a binary file consisting of the protective MBR, the main GPT
161header, the backup GPT header, and one copy of the partition table, in that
162order. Note that the backup is of the current in\-memory data structures, so
163if you launch the program, make changes, and then use this option, the
164backup will reflect your changes. If the GPT data structures are damaged,
165the backup may not accurately reflect the damaged state; instead, they
166will reflect GPT fdisk's first\-pass interpretation of the GPT.
167
168.TP
169.B \-c, \-\-change=partnum:name
170Change the GPT name of a partition. This name is encoded as a UTF\-16
171string, but \fBsgdisk\fR
172supports only ASCII characters as names. For the most part, Linux ignores
173the partition name, but it may be important in some OSes. GPT fdisk sets
174a default name based on the partition type code. If you want to set a name
175that includes a space, enclose it in quotation marks, as in
srs5694c54e9b42010-05-01 21:04:23 -0400176\fIsgdisk \-c 1:"Sample Name" /dev/sdb\fR. Note that the GPT name of a
177partition is distinct from the filesystem name, which is encoded in the
178filesystem's data structures.
srs569473ba4792010-01-12 18:18:17 -0500179
180.TP
181.B \-d, \-\-delete=partnum
182Delete a partition. This action deletes the entry from the partition table
183but does not disturb the data within the sectors originally allocated to
184the partition on the disk. If a corresponding hybrid MBR partition exists,
185\fBgdisk\fR deletes it, as well, and expands any adjacent 0xEE (EFI GPT)
186MBR protective partition to fill the new free space.
187
188.TP
srs569455d92612010-03-07 22:16:07 -0500189.B \-D, \-\-display\-alignment
190Display current sector alignment value. Partitions will be created on multiples
191of the sector value reported by this option. You can change the alignment value
192with the \-a option.
193
194.TP
srs569473ba4792010-01-12 18:18:17 -0500195.B e, \-\-move\-second\-header
196Move backup GPT data structures to the end of the disk. Use this option if
197you've added disks to a RAID array, thus creating a virtual disk with space
198that follows the backup GPT data structures. This command moves the backup
199GPT data structures to the end of the disk, where they belong.
200
201.TP
202.B E, \-\-end\-of\-largest
203Displays the sector number of the end of the largest available block of
204sectors on the disk. A script may store this value and pass it back as
205part of \fI\-n\fR's option to create a partition. If no unallocated
206sectors are available, this function returns the value 0.
207
208.TP
209.B \-f, \-\-first\-in\-largest
210Displays the sector number of the start of the largest available block of
211sectors on the disk. A script may store this value and pass it back as
212part of \fI\-n\fR's option to create a partition. If no unallocated
213sectors are available, this function returns the value 0.
214
215.TP
216.B \-g, \-\-mbrtogpt
srs56943c0af382010-01-15 19:19:18 -0500217Convert an MBR or BSD disklabel disk to a GPT disk. As a safety measure, use of
218this option is required on MBR or BSD disklabel disks if you intend to save your
219changes, in order to prevent accidentally damaging such disks.
srs569473ba4792010-01-12 18:18:17 -0500220
srs569455d92612010-03-07 22:16:07 -0500221.TP
srs569408bb0da2010-02-19 17:19:55 -0500222.B \-h, \-\-hybrid
223Create a hybrid MBR. This option takes from one to three partition numbers,
224separated by colons, as arguments. The created hybrid MBR places an EFI GPT
225(type 0xEE) partition first in the table, followed by the partition(s) you
226specify. Their type codes are based on the GPT fdisk type codes divided by
2270x0100, which is usually correct for Windows partitions. If the
228active/bootable flag should be set, you must do so in another program, such
229as \fBfdisk\fR. The \fBgdisk\fR program offers additional hybrid MBR
230creation options.
231
srs569473ba4792010-01-12 18:18:17 -0500232.TP
233.B \-i, \-\-info=partnum
234Show detailed partition information. The summary information produced by
235the \fI\-p\fR command necessarily omits many details, such as the partition's
236unique GUID and the translation of \fBsgdisk\fR's
237internal partition type code to a plain type name. The \fI\-i\fR option
238displays this information for a single partition.
239
240.TP
241.B \-l, \-\-load\-backup=file
242Load partition data from a backup file. This option is the reverse of the
243\fI\-b\fR option. Note that restoring partition data from anything
244but the original disk is not recommended.
245
246.TP
247.B \-L, \-\-list\-types
248Display a summary of partition types. GPT uses a GUID to identify
249partition types for particular OSes and purposes. For ease of data entry,
250\fBsgdisk\fR compresses these into two\-byte (four\-digit hexadecimal)
251values that are related to their equivalent MBR codes. Specifically, the
252MBR code is multiplied by hexadecimal 0x0100. For instance, the code for
253Linux swap space in MBR is 0x82, and it's 0x8200 in \fBgdisk\fR.
254A one\-to\-one correspondence is impossible, though. Most notably, many DOS,
255Windows, and Linux data partition codes correspond to a single GPT code
256(entered as 0x0700 in \fBsgdisk\fR). Some OSes use a single MBR code but
257employ many more codes in GPT. For these, \fBsgdisk\fR
258adds code numbers sequentially, such as 0xa500 for a FreeBSD disklabel,
2590xa501 for FreeBSD boot, 0xa502 for FreeBSD swap, and so on. Note that
260these two\-byte codes are unique to \fBgdisk\fR and \fBsgdisk\fR. This
261option does not require you to specify a valid disk device filename.
262
srs569455d92612010-03-07 22:16:07 -0500263.TP
srs569408bb0da2010-02-19 17:19:55 -0500264.B \-m, \-\-gpttombr
265Convert disk from GPT to MBR form. This option takes from one to four
266partition numbers, separated by colons, as arguments. Their type codes are
267based on the GPT fdisk type codes divided by 0x0100. If the active/bootable
268flag should be set, you must do so in another program, such as \fBfdisk\fR.
269The \fBgdisk\fR program offers additional MBR conversion options. It is not
270possible to convert more than four partitions from GPT to MBR form or to
271convert partitions that start above the 2TiB mark or that are larger than
2722TiB.
273
srs569473ba4792010-01-12 18:18:17 -0500274.TP
275.B \-n, \-\-new=partnum:start:end
276Create a new partition. You enter a partition
277number, starting sector, and an ending sector. Both start and end sectors
278can be specified in absolute terms as sector numbers or as positions
279measured in kilobytes (K), megabytes (M), gigabytes (G), or terabytes (T);
280for instance, \fI\fB40M\fR\fR specifies a position 40MiB from the start of
281the disk. You can specify locations relative to the start or end of the
282specified default range by preceding the number by a '+' or '\-' symbol, as
283in \fI\fB+2G\fR\fR to specify a point 2GiB after the default start sector,
284or \fI\fB\-200M\fR\fR to specify a point 200MiB before the last available
285sector. Pressing the Enter key with no input specifies the default value,
286which is the start of the largest available block for the start sector and
287the end of the same block for the end sector.
288
289.TP
290.B \-o, \-\-clear
291Clear out all partition data. This includes GPT header data,
292all partition definitions, and the protective MBR.
293
294.TP
295.B \-p, \-\-print
296Display basic partition summary data. This includes partition
297numbers, starting and ending sector numbers, partition sizes,
298\fBsgdisk\fR's partition types codes, and partition names. For
299additional information, use the \fI\-i\fR (\fI\-\-info\fR) option.
300
301.TP
302.B \-P, \-\-pretend
303Pretend to make specified changes. In\-memory GPT data structures are
304altered according to other parameters, but changes are not written
305to disk.
306
srs569455d92612010-03-07 22:16:07 -0500307.TP
srs569408bb0da2010-02-19 17:19:55 -0500308.B \-r, \-\-transpose
309Swap two partitions' entries in the partition table. One or both partitions
310may be empty, although swapping two empty partitions is pointless. For
311instance, if partitions 1\-4 are defined, transposing 1 and 5 results in a
312table with partitions numbered from 2\-5. Transposing partitions in this
313way has no effect on their disk space allocation; it only alters their
314order in the partition table.
315
srs569473ba4792010-01-12 18:18:17 -0500316.TP
317.B \-s, \-\-sort
318Sort partition entries. GPT partition numbers need not match the order of
319partitions on the disk. If you want them to match, you can use this option.
320Note that some partitioning utilities sort partitions whenever they make
321changes. Such changes will be reflected in your device filenames, so you
322may need to edit \fI/etc/fstab\fR if you use this option.
323
324.TP
325.B \-t, \-\-typecode=partnum:hexcode
326Change a single partition's type code. You enter the type code using a
327two\-byte hexadecimal number, as described earlier.
328
329.TP
330.B \-T, \-\-transform\-bsd=partnum
331Transform BSD partitions into GPT partitions. This option works on BSD
332disklabels held within GPT (or converted MBR) partitions. Converted
333partitions' type codes are likely to need manual adjustment. \fBsgdisk\fR
334will attempt to convert BSD disklabels stored on the main disk when
335launched, but this conversion is likely to produce first and/or last
336partitions that are unusable. The many BSD variants means that the
337probability of \fBsgdisk\fR being unable to convert a BSD disklabel is
338high compared to the likelihood of problems with an MBR conversion.
339
340.TP
341.B \-\-usage
342Print a brief summary of available options.
343
344.TP
345.B \-v, \-\-verify
346Verify disk. This option checks for a variety of problems, such as
347incorrect CRCs and mismatched main and backup data. This option does not
348automatically correct most problems, though; for that, you must use
349options on the recovery & transformation menu. If no problems are found,
350this command displays a summary of unallocated disk space.
351
352.TP
353.B \-V, \-\-version
354Display program version information. This option may be used without
355specifying a device filename.
356
357.TP
358.B \-z, \-\-zap
srs569408bb0da2010-02-19 17:19:55 -0500359Zap (destroy) the GPT data structures and then exit. Use this option if you
360want to repartition a GPT disk using \fBfdisk\fR or some other GPT\-unaware
361program. This option destroys only the GPT data structures; it leaves the
362MBR intact. This makes it useful for wiping out GPT data structures after a
srs569455d92612010-03-07 22:16:07 -0500363disk has been repartitioned for MBR using a GPT\-unaware utility; however,
srs569408bb0da2010-02-19 17:19:55 -0500364there's a risk that it will damage boot loaders or even the start of the
365first or end of the last MBR partition. If you use it on a valid GPT disk,
366the MBR will be left with an inappropriate EFI GPT (0xEE) partition
367definition, which you can delete using another utility.
368
srs569455d92612010-03-07 22:16:07 -0500369.TP
srs569408bb0da2010-02-19 17:19:55 -0500370.B \-Z, \-\-zap\-all
371Zap (destroy) the GPT and MBR data structures and then exit. This option
372works much like \fI\-z\fR, but as it wipes the MBR as well as the GPT, it's
373more suitable if you want to repartition a disk after using this option,
374and completely unsuitable if you've already repartitioned the disk.
srs569473ba4792010-01-12 18:18:17 -0500375
376.TP
377.B \-?, \-\-help
378Print a summary of options.
379
380.SH "RETURN VALUES"
381\fBsgdisk\fR returns various values depending on its success or failure:
382
383.TP
384.B 0
385Normal program execution
386
387.TP
388.B 1
389Too few arguments
390
391.TP
srs56943c0af382010-01-15 19:19:18 -0500392.B 2
srs569473ba4792010-01-12 18:18:17 -0500393An error occurred while reading the partition table
394
395.TP
396.B 3
397Non\-GPT disk detected and no \fI\-g\fR option
398
399.TP
400.B 4
401An error prevented saving changes
402.SH "BUGS"
srs56948a4ddfc2010-03-21 19:05:49 -0400403As of March 2010 (version 0.6.6), \fBsgdisk\fR
srs569473ba4792010-01-12 18:18:17 -0500404should be considered beta software. Known bugs and limitations include:
405
406.TP
407.B *
408The program compiles correctly only on Linux, FreeBSD, and Mac OS X. Linux
409versions for x86\-64 (64\-bit), x86 (32\-bit), and PowerPC (32\-bit) have been
410tested, with the x86\-64 version having seen the most testing.
411
412.TP
413.B *
414The FreeBSD version of the program can't write changes to the partition
415table to a disk when existing partitions on that disk are mounted. (The
416same problem exists with many other FreeBSD utilities, such as
srs56947dbb9322010-01-20 16:56:30 -0500417\fBgpt\fR, \fBfdisk\fR, and \fBdd\fR.) This limitation can be overcome
418by typing \fBsysctl kern.geom.debugflags=16\fR at a shell prompt.
srs569473ba4792010-01-12 18:18:17 -0500419
420.TP
421.B *
422The fields used to display the start and end sector numbers for partitions
423in the \fI\-p\fR option are 14 characters wide. This translates to a limitation
424of about 45 PiB. On larger disks, the displayed columns will go out of
425alignment.
426
427.TP
428.B *
429Only ASCII characters are supported in the partition name field. If an
430existing partition uses non\-ASCII UTF\-16 characters, they're likely to be
431corrupted in the 'i' and 'p' menu options' displays; however, they should be
432preserved when loading and saving partitions.
433
434.TP
435.B *
436The program can load only up to 128 partitions (4 primary partitions and
437124 logical partitions) when converting from MBR format. This limit can
438be raised by changing the \fI#define MAX_MBR_PARTS\fR line in the
439\fImbr.h\fR source code file and recompiling; however, such a change
440will require using a larger\-than\-normal partition table. (The limit
441of 128 partitions was chosen because that number equals the 128 partitions
442supported by the most common partition table size.)
443
444.TP
445.B *
446Converting from MBR format sometimes fails because of insufficient space at
447the start or (more commonly) the end of the disk. Resizing the partition
448table (using the 's' option in the experts' menu) can sometimes overcome
449this problem; however, in extreme cases it may be necessary to resize a
450partition using GNU Parted or a similar tool prior to conversion with
451\fBgdisk\fR.
452
453.TP
454.B *
455MBR conversions work only if the disk has correct LBA partition
456descriptors. These descriptors should be present on any disk over 8 GiB in
457size or on smaller disks partitioned with any but very ancient software.
458
459.TP
460.B *
461BSD disklabel support can create first and/or last partitions that overlap
462with the GPT data structures. This can sometimes be compensated by
463adjusting the partition table size, but in extreme cases the affected
464partition(s) may need to be deleted.
465
466.TP
467.B *
468Because of the highly variable nature of BSD disklabel structures,
469conversions from this form may be unreliable \-\- partitions may be dropped,
470converted in a way that creates overlaps with other partitions, or
471converted with incorrect start or end values. Use this feature with
472caution!
473
474.TP
475.B *
476Booting after converting an MBR or BSD disklabel disk is likely to be
477disrupted. Sometimes re\-installing a boot loader will fix the problem, but
478other times you may need to switch boot loaders. Except on EFI\-based
479platforms, Windows through at least Windows 7 RC doesn't support booting
480from GPT disks. Creating a hybrid MBR (using the 'h' option on the recovery &
481transformation menu) or abandoning GPT in favor of MBR may be your only
482options in this case.
483
484.PP
485
486The support for big\-endian CPUs (PowerPC, for example) is new, as of version
4870.3.5. I advise using caution on that platform, particularly with the more
488obscure features of the program.
489
490.SH "AUTHORS"
491Primary author: Roderick W. Smith (rodsmith@rodsbooks.com)
492
493Contributors:
494
495* Yves Blusseau (1otnwmz02@sneakemail.com)
496
497* David Hubbard (david.c.hubbard@gmail.com)
498
499.SH "SEE ALSO"
500\fBcfdisk (8)\fR,
501\fBfdisk (8)\fR,
502\fBgdisk (8)\fR,
503\fBmkfs (8)\fR,
504\fBparted (8)\fR,
505\fBsfdisk (8)\fR
506
507\fIhttp://en.wikipedia.org/wiki/GUID_Partition_Table\fR
508
509\fIhttp://developer.apple.com/technotes/tn2006/tn2166.html\fR
510
511\fIhttp://www.rodsbooks.com/gdisk/\fR
512
513.SH "AVAILABILITY"
514The \fBsgdisk\fR command is part of the \fIGPT fdisk\fR package and is
515available from Rod Smith.