resetting manifest requested domain to floor
[platform/upstream/gptfdisk.git] / sgdisk.8
1 .\" Copyright 2011, 2012 Roderick W. Smith (rodsmith@rodsbooks.com)
2 .\" May be distributed under the GNU General Public License
3 .TH "SGDISK" "8" "0.8.5" "Roderick W. Smith" "GPT fdisk Manual"
4 .SH "NAME"
5 sgdisk \- 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"
12 GPT fdisk is a text\-mode menu\-driven package for creation and manipulation of
13 partition tables. It consists of two programs: the text\-mode interactive
14 \fBgdisk\fR and the command\-line \fBsgdisk\fR. Either program will
15 automatically convert an old\-style Master Boot Record (MBR) partition table
16 or BSD disklabel stored without an MBR carrier partition to the newer Globally
17 Unique Identifier (GUID) Partition Table (GPT) format, or will load a GUID
18 partition table. This man page documents the command\-line \fBsgdisk\fR
19 program.
20
21 Some advanced data manipulation and
22 recovery options require you to understand the distinctions between the
23 main and backup data, as well as between the GPT headers and the partition
24 tables. For information on MBR vs. GPT, as well as GPT terminology and
25 structure, see the extended \fBgdisk\fR documentation at
26 \fIhttp://www.rodsbooks.com/gdisk/\fR or consult Wikipedia.
27
28 The \fBsgdisk\fR program employs a user interface that's based entirely on
29 the command line, making it suitable for use in scripts or by experts who
30 want to make one or two quick changes to a disk. (The program may query the
31 user when certain errors are encountered, though.) The program's name is
32 based on \fBsfdisk\fR, but the user options of the two programs are
33 entirely different from one another.
34
35 Ordinarily, \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
37 Mac OS X, or \fI/dev/ad0\fR or \fI/dev/da0\fR under FreeBSD. The program
38 can also operate on disk image files, which can be either copies of whole
39 disks (made with \fBdd\fR, for instance) or raw disk images used by
40 emulators such as QEMU or VMWare. Note that only \fIraw\fR disk images
41 are supported; \fBsgdisk\fR cannot work on compressed or other advanced
42 disk image formats.
43
44 The MBR partitioning system uses a combination of cylinder/head/sector
45 (CHS) addressing and logical block addressing (LBA). The former is klunky
46 and limiting. GPT drops CHS addressing and uses 64\-bit LBA mode
47 exclusively. Thus, GPT data structures, and therefore
48 \fBsgdisk\fR, do not need to deal with CHS geometries and all the problems
49 they create.
50
51 For best results, you should use an OS\-specific partition table
52 program whenever possible. For example, you should make Mac OS X
53 partitions with the Mac OS X Disk Utility program and Linux partitions
54 with the Linux \fBgdisk\fR, \fBsgdisk\fR, or GNU Parted programs.
55
56 Upon start, \fBsgdisk\fR attempts to identify the partition type in use on
57 the 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
59 attempt to convert the MBR or disklabel into GPT form. (BSD disklabels are
60 likely to have unusable first and/or final partitions because they overlap
61 with the GPT data structures, though.) GPT fdisk can identify, but not use
62 data in, Apple Partition Map (APM) disks, which are used on 680x0\- and
63 PowerPC\-based Macintoshes. If you specify any option that results in
64 changes to an MBR or BSD disklabel, \fBsgdisk\fR ignores those changes
65 unless 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
67 option, \fBsgdisk\fR replaces the MBR or disklabel with a GPT. \fIThis
68 action is potentially dangerous!\fR Your system may become unbootable, and
69 partition type codes may become corrupted if the disk uses unrecognized
70 type codes. Boot problems are particularly likely if you're multi\-booting
71 with any GPT\-unaware OS.
72
73 The MBR\-to\-GPT conversion will leave at least one gap in the partition
74 numbering if the original MBR used logical partitions. These gaps are
75 harmless, but you can eliminate them by using the \fI\-s\fR (\fI\-\-sort\fR)
76 option, if you like. (Doing this may require you to update your
77 \fI/etc/fstab\fR file.)
78
79 When creating a fresh partition table, certain considerations may be in
80 order:
81
82 .TP 
83 .B *
84 For data (non\-boot) disks, and for boot disks used on BIOS\-based computers
85 with GRUB as the boot loader, partitions may be created in whatever order
86 and in whatever sizes are desired.
87
88 .TP 
89 .B *
90 Boot disks for EFI\-based systems require an \fIEFI System
91 Partition\fR (\fBsgdisk\fR internal code 0xEF00) formatted as FAT\-32.
92 The recommended size of this partition is between 100 and 300 MiB.
93 Boot\-related files are stored here. (Note that GNU Parted identifies
94 such partitions as having the "boot flag" set.)
95
96 .TP 
97 .B *
98 Some boot loaders for BIOS\-based systems make use of a \fIBIOS Boot
99 Partition\fR (\fBsgdisk\fR internal code 0xEF02), in which the secondary
100 boot loader is stored, possibly without the benefit of a filesystem. This
101 partition can typically be quite small (roughly 32 to 200 KiB), but you
102 should consult your boot loader documentation for details.
103
104 .TP 
105 .B *
106 If Windows is to boot from a GPT disk, a partition of type \fIMicrosoft
107 Reserved\fR (\fBsgdisk\fR
108 internal code 0x0C01) is recommended. This partition should be about 128 MiB
109 in size. It ordinarily follows the EFI System Partition and immediately
110 precedes the Windows data partitions. (Note that GNU Parted creates all
111 FAT partitions as this type, which actually makes the partition unusable
112 for normal file storage in both Windows and Mac OS X.)
113
114 .TP 
115 .B *
116 Some OSes' GPT utilities create some blank space (typically 128 MiB) after
117 each partition. The intent is to enable future disk utilities to use this
118 space. Such free space is not required of GPT disks, but creating it may
119 help in future disk maintenance.
120
121 .SH "OPTIONS"
122 Some options take no arguments, others take one argument (typically a partition
123 number), and others take compound arguments with colon delimitation. For
124 instance, \fI\-n\fR (\fI\-\-new\fR) takes a partition number, a starting
125 sector 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
127 2000 an ending at sector 50,000, on \fI/dev/sdc\fR.
128
129 Unrelated options may be combined; however, some such combinations will be
130 nonsense (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
132 effects can vary depending on order. For instance, \fBsgdisk \-s \-d 2\fR
133 sorts the partition table entries and then deletes partition 2 from the
134 newly\-sorted list; but \fBsgdisk \-d 2 \-s\fR deletes the original partition
135 2 and then sorts the modified partition table.
136
137 Error checking and opportunities to correct mistakes in \fBsgdisk\fR are
138 minimal. Although the program endeavors to keep the GPT data structures legal,
139 it does not prompt for verification before performing its actions. Unless you
140 require a command\-line\-driven program, you should use the interactive
141 \fBgdisk\fR instead of \fBsgdisk\fR, since \fBgdisk\fR allows you to
142 quit without saving your changes, should you make a mistake.
143
144 Although \fBsgdisk\fR is based on the same partition\-manipulation code as
145 \fBgdisk\fR, \fBsgdisk\fR implements fewer features than its interactive
146 sibling. Options available in \fBsgdisk\fR are:
147
148 .TP 
149 .B \-a, \-\-set\-alignment=value
150 Set the sector alignment multiple. GPT fdisk aligns the start of partitions
151 to sectors that are multiples of this value, which defaults to 2048 on
152 freshly formatted disks. This alignment value is necessary to obtain optimum
153 performance with Western Digital Advanced Format and similar drives with larger
154 physical than logical sector sizes, with some types of RAID arrays, and
155 with SSD devices.
156
157 .TP
158 .B \-A, \-\-attributes=list|[partnum:show|or|nand|xor|=|set|clear|toggle|get[:bitnum|hexbitmask]]
159 View or set partition attributes. Use \fIlist\fR to see defined (known)
160 attribute values. Omit the partition number (and even the device filename)
161 when using this option. The others require a partition number. The
162 \fIshow\fR and \fIget\fR options show the current attribute settings
163 (all attributes or for a particular bit, respectively). The \fIor\fR,
164 \fInand\fR, \fIxor\fR, \fI=\fR, \fIset\fR, \fIclear\fR, and
165 \fItoggle\fR options enable you to change the attribute bit value. The
166 \fIset\fR, \fIclear\fR, \fItoggle\fR, and \fIget\fR options work on a
167 bit number; the others work on a hexadecimal bit mask. For example, type 
168 \fBsgdisk -A 4:set:2 /dev/sdc\fR to set the bit 2 attribute (legacy BIOS
169 bootable) on partition 4 on \fI/dev/sdc\fR.
170
171 .TP 
172 .B \-b, \-\-backup=file
173 Save partition data to a backup file. You can back up your current
174 in\-memory partition table to a disk file using this option. The resulting
175 file is a binary file consisting of the protective MBR, the main GPT
176 header, the backup GPT header, and one copy of the partition table, in that
177 order. Note that the backup is of the current in\-memory data structures, so
178 if you launch the program, make changes, and then use this option, the
179 backup will reflect your changes. If the GPT data structures are damaged,
180 the backup may not accurately reflect the damaged state; instead, they
181 will reflect GPT fdisk's first\-pass interpretation of the GPT.
182
183 .TP 
184 .B \-c, \-\-change\-name=partnum:name
185 Change the GPT name of a partition. This name is encoded as a UTF\-16
186 string, but proper entry and display of anything beyond basic ASCII values
187 requires suitable locale and font support. For the most part, Linux ignores
188 the partition name, but it may be important in some OSes. GPT fdisk sets
189 a default name based on the partition type code. If you want to set a name
190 that includes a space, enclose it in quotation marks, as in
191 \fIsgdisk \-c 1:"Sample Name" /dev/sdb\fR. Note that the GPT name of a
192 partition is distinct from the filesystem name, which is encoded in the
193 filesystem's data structures.
194
195 .TP
196 .B \-C, \-\-recompute-chs
197 Recompute CHS values in protective or hybrid MBR. This option can sometimes
198 help if a disk utility, OS, or BIOS doesn't like the CHS values used by the
199 partitions in the protective or hybrid MBR. In particular, the GPT
200 specification requires a CHS value of 0xFFFFFF for over-8GiB partitions,
201 but this value is technically illegal by the usual standards. Some BIOSes
202 hang if they encounter this value. This option will recompute a more normal
203 CHS value -- 0xFEFFFF for over-8GiB partitions, enabling these BIOSes to
204 boot.
205
206 .TP 
207 .B \-d, \-\-delete=partnum
208 Delete a partition. This action deletes the entry from the partition table
209 but does not disturb the data within the sectors originally allocated to
210 the partition on the disk. If a corresponding hybrid MBR partition exists,
211 \fBgdisk\fR deletes it, as well, and expands any adjacent 0xEE (EFI GPT)
212 MBR protective partition to fill the new free space.
213
214 .TP 
215 .B \-D, \-\-display\-alignment
216 Display current sector alignment value. Partitions will be created on multiples
217 of the sector value reported by this option. You can change the alignment value
218 with the \-a option.
219
220 .TP 
221 .B e, \-\-move\-second\-header
222 Move backup GPT data structures to the end of the disk. Use this option if
223 you've added disks to a RAID array, thus creating a virtual disk with space
224 that follows the backup GPT data structures. This command moves the backup
225 GPT data structures to the end of the disk, where they belong.
226
227 .TP 
228 .B \-E, \-\-end\-of\-largest
229 Displays the sector number of the end of the largest available block of
230 sectors on the disk. A script may store this value and pass it back as
231 part of \fI\-n\fR's option to create a partition. If no unallocated
232 sectors are available, this function returns the value 0.
233
234 .TP 
235 .B \-f, \-\-first\-in\-largest
236 Displays the sector number of the start of the largest available block of
237 sectors on the disk. A script may store this value and pass it back as
238 part of \fI\-n\fR's option to create a partition. If no unallocated
239 sectors are available, this function returns the value 0. Note that this
240 parameter is blind to partition alignment; when you actually create a
241 partition, its start point might be changed from this value.
242
243 .TP
244 .B \-F, \-\-first\-aligned\-in\-largest
245 Similar to \fI\-f\fR (\fI\-\-first\-in\-largest\fR), except returns the
246 sector number with the current alignment correction applied. Use this
247 function if you need to compute the actual partition start point rather
248 than a theoretical start point or the actual start point if you set the
249 alignment value to 1.
250
251 .TP 
252 .B \-g, \-\-mbrtogpt
253 Convert an MBR or BSD disklabel disk to a GPT disk. As a safety measure, use of
254 this option is required on MBR or BSD disklabel disks if you intend to save your
255 changes, in order to prevent accidentally damaging such disks.
256
257 .TP
258 .B \-G, \-\-randomize\-guids
259 Randomize the disk's GUID and all partitions' unique GUIDs (but not their
260 partition type code GUIDs). This function may be used after cloning a disk
261 in order to render all GUIDs once again unique.
262
263 .TP 
264 .B \-h, \-\-hybrid
265 Create a hybrid MBR. This option takes from one to three partition numbers,
266 separated by colons, as arguments. The created hybrid MBR places an EFI GPT
267 (type 0xEE) partition first in the table, followed by the partition(s) you
268 specify. Their type codes are based on the GPT fdisk type codes divided by
269 0x0100, which is usually correct for Windows partitions. If the
270 active/bootable flag should be set, you must do so in another program, such
271 as \fBfdisk\fR. The \fBgdisk\fR program offers additional hybrid MBR
272 creation options.
273
274 .TP 
275 .B \-i, \-\-info=partnum
276 Show detailed partition information. The summary information produced by
277 the \fI\-p\fR command necessarily omits many details, such as the partition's
278 unique GUID and the translation of \fBsgdisk\fR's
279 internal partition type code to a plain type name. The \fI\-i\fR option
280 displays this information for a single partition.
281
282 .TP 
283 .B \-l, \-\-load\-backup=file
284 Load partition data from a backup file. This option is the reverse of the
285 \fI\-b\fR option. Note that restoring partition data from anything
286 but the original disk is not recommended. This option will work even if the
287 disk's original partition table is bad; however, most other options on the
288 same command line will be ignored.
289
290 .TP 
291 .B \-L, \-\-list\-types
292 Display a summary of partition types. GPT uses a GUID to identify partition
293 types for particular OSes and purposes. For ease of data entry,
294 \fBsgdisk\fR compresses these into two\-byte (four\-digit hexadecimal)
295 values that are related to their equivalent MBR codes. Specifically, the
296 MBR code is multiplied by hexadecimal 0x0100. For instance, the code for
297 Linux swap space in MBR is 0x82, and it's 0x8200 in \fBgdisk\fR. A
298 one\-to\-one correspondence is impossible, though. Most notably, the codes
299 for all varieties of FAT and NTFS partition correspond to a single GPT code
300 (entered as 0x0700 in \fBsgdisk\fR). Some OSes use a single MBR code but
301 employ many more codes in GPT. For these, \fBsgdisk\fR adds code numbers
302 sequentially, such as 0xa500 for a FreeBSD disklabel, 0xa501 for FreeBSD
303 boot, 0xa502 for FreeBSD swap, and so on. Note that these two\-byte codes
304 are unique to \fBgdisk\fR and \fBsgdisk\fR. This option does not require
305 you to specify a valid disk device filename.
306
307 .TP 
308 .B \-m, \-\-gpttombr
309 Convert disk from GPT to MBR form. This option takes from one to four
310 partition numbers, separated by colons, as arguments. Their type codes are
311 based on the GPT fdisk type codes divided by 0x0100. If the active/bootable
312 flag should be set, you must do so in another program, such as \fBfdisk\fR.
313 The \fBgdisk\fR program offers additional MBR conversion options. It is not
314 possible to convert more than four partitions from GPT to MBR form or to
315 convert partitions that start above the 2TiB mark or that are larger than
316 2TiB.
317
318 .TP 
319 .B \-n, \-\-new=partnum:start:end
320 Create a new partition. You enter a partition number, starting sector, and
321 an ending sector. Both start and end sectors can be specified in absolute
322 terms as sector numbers or as positions measured in kibibytes (K),
323 mebibytes (M), gibibytes (G), tebibytes (T), or pebibytes (P); for
324 instance, \fI\fB40M\fR\fR specifies a position 40MiB from the start of the
325 disk. You can specify locations relative to the start or end of the
326 specified default range by preceding the number by a '+' or '\-' symbol, as
327 in \fI\fB+2G\fR\fR to specify a point 2GiB after the default start sector,
328 or \fI\fB\-200M\fR\fR to specify a point 200MiB before the last available
329 sector. A start or end value of 0 specifies the default value, which is the
330 start of the largest available block for the start sector and the end of
331 the same block for the end sector. A partnum value of 0 causes the program
332 to use the first available partition number.
333
334 .TP
335 .B \-N, \-\-largest\-new=num
336 Create a new partition that fills the largest available block of space on
337 the disk. Note that if used on a completely blank disk, this is likely to
338 result in a sector-moved warning, since the first available sector
339 (normally 34) doesn't fall on a 2048-sector boundary (the default for
340 alignment). You can use the \fI\-a\fR (\fI\-\-set\-alignment\fR) option to
341 adjust the alignment, if desired. A num value of 0 causes the program to
342 use the first available partition number.
343
344 .TP 
345 .B \-o, \-\-clear
346 Clear out all partition data. This includes GPT header data, all partition
347 definitions, and the protective MBR. Note that this operation will, like
348 most other operations, fail on a damaged disk. If you want to prepare a
349 disk you know to be damaged for GPT use, you should first wipe it with -Z
350 and then partition it normally. This option will work even if the
351 disk's original partition table is bad; however, most other options on the
352 same command line will be ignored.
353
354 .TP 
355 .B \-p, \-\-print
356 Display basic partition summary data. This includes partition
357 numbers, starting and ending sector numbers, partition sizes,
358 \fBsgdisk\fR's partition types codes, and partition names. For
359 additional information, use the \fI\-i\fR (\fI\-\-info\fR) option.
360
361 .TP 
362 .B \-P, \-\-pretend
363 Pretend to make specified changes. In\-memory GPT data structures are
364 altered according to other parameters, but changes are not written
365 to disk.
366
367 .TP 
368 .B \-r, \-\-transpose
369 Swap two partitions' entries in the partition table. One or both partitions
370 may be empty, although swapping two empty partitions is pointless. For
371 instance, if partitions 1\-4 are defined, transposing 1 and 5 results in a
372 table with partitions numbered from 2\-5. Transposing partitions in this
373 way has no effect on their disk space allocation; it only alters their
374 order in the partition table.
375
376 .TP
377 .B \-R, \-\-replicate=second_device_filename
378 Replicate the main device's partition table on the specified second device.
379 Note that the replicated partition table is an exact copy, including all
380 GUIDs; if the device should have its own unique GUIDs, you should use the
381 \-G option on the new disk.
382
383 .TP 
384 .B \-s, \-\-sort
385 Sort partition entries. GPT partition numbers need not match the order of
386 partitions on the disk. If you want them to match, you can use this option.
387 Note that some partitioning utilities sort partitions whenever they make
388 changes. Such changes will be reflected in your device filenames, so you
389 may need to edit \fI/etc/fstab\fR if you use this option.
390
391 .TP 
392 .B \-t, \-\-typecode=partnum:{hexcode|GUID}
393 Change a single partition's type code. You enter the type code using either
394 a two\-byte hexadecimal number, as described earlier, or a fully-specified
395 GUID value, such as EBD0A0A2-B9E5-4433-87C0-68B6B72699C7.
396
397 .TP 
398 .B \-T, \-\-transform\-bsd=partnum
399 Transform BSD partitions into GPT partitions. This option works on BSD
400 disklabels held within GPT (or converted MBR) partitions. Converted
401 partitions' type codes are likely to need manual adjustment. \fBsgdisk\fR
402 will attempt to convert BSD disklabels stored on the main disk when
403 launched, but this conversion is likely to produce first and/or last
404 partitions that are unusable. The many BSD variants means that the
405 probability of \fBsgdisk\fR being unable to convert a BSD disklabel is
406 high compared to the likelihood of problems with an MBR conversion.
407
408 .TP
409 .B \-u, \-\-partition-guid=partnum:guid
410 Set the partition unique GUID for an individual partition. The GUID may be
411 a complete GUID or 'R' to set a random GUID.
412
413 .TP
414 .B \-U, \-\-disk-guid=guid
415 Set the GUID for the disk. The GUID may be a complete GUID or 'R' to set a
416 random GUID.
417
418 .TP 
419 .B \-\-usage
420 Print a brief summary of available options.
421
422 .TP 
423 .B \-v, \-\-verify
424 Verify disk. This option checks for a variety of problems, such as
425 incorrect CRCs and mismatched main and backup data. This option does not
426 automatically correct most problems, though; for that, you must use options
427 on the recovery & transformation menu. If no problems are found, this
428 command displays a summary of unallocated disk space. This option will work
429 even if the disk's original partition table is bad; however, most other
430 options on the same command line will be ignored.
431
432 .TP 
433 .B \-V, \-\-version
434 Display program version information. This option may be used without
435 specifying a device filename.
436
437 .TP 
438 .B \-z, \-\-zap
439 Zap (destroy) the GPT data structures and then exit. Use this option if you
440 want to repartition a GPT disk using \fBfdisk\fR or some other GPT\-unaware
441 program. This option destroys only the GPT data structures; it leaves the
442 MBR intact. This makes it useful for wiping out GPT data structures after a
443 disk has been repartitioned for MBR using a GPT\-unaware utility; however,
444 there's a risk that it will damage boot loaders or even the start of the
445 first or end of the last MBR partition. If you use it on a valid GPT disk,
446 the MBR will be left with an inappropriate EFI GPT (0xEE) partition
447 definition, which you can delete using another utility.
448
449 .TP 
450 .B \-Z, \-\-zap\-all
451 Zap (destroy) the GPT and MBR data structures and then exit. This option
452 works much like \fI\-z\fR, but as it wipes the MBR as well as the GPT, it's
453 more suitable if you want to repartition a disk after using this option,
454 and completely unsuitable if you've already repartitioned the disk.
455
456 .TP 
457 .B \-?, \-\-help
458 Print a summary of options.
459
460 .SH "RETURN VALUES"
461 \fBsgdisk\fR returns various values depending on its success or failure:
462
463 .TP 
464 .B 0
465 Normal program execution
466
467 .TP 
468 .B 1
469 Too few arguments
470
471 .TP 
472 .B 2
473 An error occurred while reading the partition table
474
475 .TP 
476 .B 3
477 Non\-GPT disk detected and no \fI\-g\fR option
478
479 .TP 
480 .B 4
481 An error prevented saving changes
482
483 .TP
484 .B 5
485 An error occurred while reading standard input (should never occur with
486 sgdisk, but may with gdisk)
487
488 .TP
489 .B 8
490 Disk replication operation (-R) failed
491
492 .SH "BUGS"
493 As of May 2012 (version 0.8.5), \fBsgdisk\fR
494 should be considered beta software. Known bugs and limitations include:
495
496 .TP 
497 .B *
498 The program compiles correctly only on Linux, FreeBSD, and Mac OS X. Linux
499 versions for x86\-64 (64\-bit), x86 (32\-bit), and PowerPC (32\-bit) have been
500 tested, with the x86\-64 version having seen the most testing.
501
502 .TP 
503 .B *
504 The FreeBSD version of the program can't write changes to the partition
505 table to a disk when existing partitions on that disk are mounted. (The
506 same problem exists with many other FreeBSD utilities, such as
507 \fBgpt\fR, \fBfdisk\fR, and \fBdd\fR.) This limitation can be overcome
508 by typing \fBsysctl kern.geom.debugflags=16\fR at a shell prompt.
509
510 .TP 
511 .B *
512 The fields used to display the start and end sector numbers for partitions
513 in the \fI\-p\fR option are 14 characters wide. This translates to a limitation
514 of about 45 PiB. On larger disks, the displayed columns will go out of
515 alignment.
516
517 .TP 
518 .B *
519 The program can load only up to 128 partitions (4 primary partitions and
520 124 logical partitions) when converting from MBR format. This limit can
521 be raised by changing the \fI#define MAX_MBR_PARTS\fR line in the
522 \fIbasicmbr.h\fR source code file and recompiling; however, such a change
523 will require using a larger\-than\-normal partition table. (The limit
524 of 128 partitions was chosen because that number equals the 128 partitions
525 supported by the most common partition table size.)
526
527 .TP 
528 .B *
529 Converting from MBR format sometimes fails because of insufficient space at
530 the start or (more commonly) the end of the disk. Resizing the partition
531 table (using the 's' option in the experts' menu) can sometimes overcome
532 this problem; however, in extreme cases it may be necessary to resize a
533 partition using GNU Parted or a similar tool prior to conversion with
534 \fBgdisk\fR.
535
536 .TP 
537 .B *
538 MBR conversions work only if the disk has correct LBA partition
539 descriptors. These descriptors should be present on any disk over 8 GiB in
540 size or on smaller disks partitioned with any but very ancient software.
541
542 .TP 
543 .B *
544 BSD disklabel support can create first and/or last partitions that overlap
545 with the GPT data structures. This can sometimes be compensated by
546 adjusting the partition table size, but in extreme cases the affected
547 partition(s) may need to be deleted.
548
549 .TP 
550 .B *
551 Because of the highly variable nature of BSD disklabel structures,
552 conversions from this form may be unreliable \-\- partitions may be dropped,
553 converted in a way that creates overlaps with other partitions, or
554 converted with incorrect start or end values. Use this feature with
555 caution!
556
557 .TP 
558 .B *
559 Booting after converting an MBR or BSD disklabel disk is likely to be
560 disrupted. Sometimes re\-installing a boot loader will fix the problem, but
561 other times you may need to switch boot loaders. Except on EFI\-based
562 platforms, Windows through at least Windows 7 RC doesn't support booting
563 from GPT disks. Creating a hybrid MBR (using the 'h' option on the recovery &
564 transformation menu) or abandoning GPT in favor of MBR may be your only
565 options in this case.
566
567 .PP
568
569 .SH "AUTHORS"
570 Primary author: Roderick W. Smith (rodsmith@rodsbooks.com)
571
572 Contributors:
573
574 * Yves Blusseau (1otnwmz02@sneakemail.com)
575
576 * David Hubbard (david.c.hubbard@gmail.com)
577
578 * Justin Maggard (justin.maggard@netgear.com)
579
580 * Dwight Schauer (dschauer@ti.com)
581
582 * Florian Zumbiehl (florz@florz.de)
583
584
585 .SH "SEE ALSO"
586 \fBcfdisk (8)\fR,
587 \fBcgdisk (8)\fR,
588 \fBfdisk (8)\fR,
589 \fBgdisk (8)\fR,
590 \fBmkfs (8)\fR,
591 \fBparted (8)\fR,
592 \fBsfdisk (8)\fR
593 \fBfixparts (8)\fR
594
595 \fIhttp://en.wikipedia.org/wiki/GUID_Partition_Table\fR
596
597 \fIhttp://developer.apple.com/technotes/tn2006/tn2166.html\fR
598
599 \fIhttp://www.rodsbooks.com/gdisk/\fR
600
601 .SH "AVAILABILITY"
602 The \fBsgdisk\fR command is part of the \fIGPT fdisk\fR package and is
603 available from Rod Smith.