Файловый менеджер - Редактировать - /var/www/html/gdisk.zip
Ðазад
PK ! �b�@�} �} gdisk.htmlnu �[��� Content-type: text/html; charset=UTF-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD><TITLE>Man page of GDISK</TITLE> </HEAD><BODY> <H1>GDISK</H1> Section: GPT fdisk Manual (8)<BR>Updated: 1.0.8<BR><A HREF="#index">Index</A> <A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR> <A NAME="lbAB"> </A> <H2>NAME</H2> gdisk - Interactive GUID partition table (GPT) manipulator <A NAME="lbAC"> </A> <H2>SYNOPSIS</H2> <B>gdisk </B> [ -l ] <I>device</I> <P> <A NAME="lbAD"> </A> <H2>DESCRIPTION</H2> GPT fdisk (aka <B>gdisk</B>) is a text-mode menu-driven program for creation and manipulation of partition tables. It will automatically convert an old-style Master Boot Record (MBR) partition table or BSD disklabel stored without an MBR carrier partition to the newer Globally Unique Identifier (GUID) Partition Table (GPT) format, or will load a GUID partition table. When used with the <I>-l</I> command-line option, the program displays the current partition table and then exits. <P> GPT fdisk operates mainly on the GPT headers and partition tables; however, it can and will generate a fresh protective MBR, when required. (Any boot loader code in the protective MBR will not be disturbed.) If you've created an unusual protective MBR, such as a hybrid MBR created by <B>gptsync</B> or <B>gdisk</B>'s own hybrid MBR creation feature, this should not be disturbed by most ordinary actions. Some advanced data recovery options require you to understand the distinctions between the main and backup data, as well as between the GPT headers and the partition tables. For information on MBR vs. GPT, as well as GPT terminology and structure, see the extended <B>gdisk</B> documentation at <I><A HREF="http://www.rodsbooks.com/gdisk/">http://www.rodsbooks.com/gdisk/</A></I> or consult Wikipedia. <P> The <B>gdisk</B> program employs a user interface similar to that of Linux's <B>fdisk</B>, but <B>gdisk</B> modifies GPT partitions. It also has the capability of transforming MBR partitions or BSD disklabels into GPT partitions. Like the original <B>fdisk</B> program, <B>gdisk</B> does not modify disk structures until you explicitly write them to disk, so if you make a mistake, you can exit from the program with the 'q' option to leave your partitions unmodified. <P> Ordinarily, <B>gdisk</B> operates on disk device files, such as <I>/dev/sda</I> or <I>/dev/hda</I> under Linux, <I>/dev/disk0</I> under Mac OS X, or <I>/dev/ad0</I> or <I>/dev/da0</I> under FreeBSD. The program can also operate on disk image files, which can be either copies of whole disks (made with <B>dd</B>, for instance) or raw disk images used by emulators such as QEMU or VMWare. Note that only <I>raw</I> disk images are supported; <B>gdisk</B> cannot work on compressed or other advanced disk image formats. <P> The MBR partitioning system uses a combination of cylinder/head/sector (CHS) addressing and logical block addressing (LBA). The former is klunky and limiting. GPT drops CHS addressing and uses 64-bit LBA mode exclusively. Thus, GPT data structures, and therefore <B>gdisk</B>, do not need to deal with CHS geometries and all the problems they create. Users of <B>fdisk</B> will note that <B>gdisk</B> lacks the options and limitations associated with CHS geometries. <P> For best results, you should use an OS-specific partition table program whenever possible. For example, you should make Mac OS X partitions with the Mac OS X Disk Utility program and Linux partitions with the Linux <B>gdisk</B> or GNU Parted program. <P> Upon start, <B>gdisk</B> attempts to identify the partition type in use on the disk. If it finds valid GPT data, <B>gdisk</B> will use it. If <B>gdisk</B> finds a valid MBR or BSD disklabel but no GPT data, it will attempt to convert the MBR or disklabel into GPT form. (BSD disklabels are likely to have unusable first and/or final partitions because they overlap with the GPT data structures, though.) GPT fdisk can identify, but not use data in, Apple Partition Map (APM) disks, which are used on 680x0- and PowerPC-based Macintoshes. Upon exiting with the 'w' option, <B>gdisk</B> replaces the MBR or disklabel with a GPT. <I>This action is potentially dangerous!</I> Your system may become unbootable, and partition type codes may become corrupted if the disk uses unrecognized type codes. Boot problems are particularly likely if you're multi-booting with any GPT-unaware OS. If you mistakenly launch <B>gdisk</B> on an MBR disk, you can safely exit the program without making any changes by using the 'q' option. <P> The MBR-to-GPT conversion will leave at least one gap in the partition numbering if the original MBR used logical partitions. These gaps are harmless, but you can eliminate them by using the 's' option, if you like. (Doing this may require you to update your <I>/etc/fstab</I> file.) <P> When creating a fresh partition table, certain considerations may be in order: <P> <DL COMPACT> <DT><B>*</B> <DD> For data (non-boot) disks, and for boot disks used on BIOS-based computers with GRUB as the boot loader, partitions may be created in whatever order and in whatever sizes are desired. <P> <DT><B>*</B> <DD> Boot disks for EFI-based systems require an <I>EFI System Partition</I> (<B>gdisk</B> internal code 0xEF00) formatted as FAT-32. I recommended making this partition 550 MiB. (Smaller ESPs are common, but some EFIs have flaky FAT drivers that necessitate a larger partition for reliable operation.) Boot-related files are stored here. (Note that GNU Parted identifies such partitions as having the "boot flag" set.) <P> <DT><B>*</B> <DD> Some boot loaders for BIOS-based systems make use of a <I>BIOS Boot Partition</I> (<B>gdisk</B> internal code 0xEF02), in which the secondary boot loader is stored, possibly without the benefit of a filesystem. (GRUB2 may optionally use such a partition.) This partition can typically be quite small (roughly 32 to 200 KiB, although 1 MiB is more common in practice), but you should consult your boot loader documentation for details. <P> <DT><B>*</B> <DD> If Windows is to boot from a GPT disk, a partition of type <I>Microsoft Reserved</I> (<B>gdisk</B> internal code 0x0C01) is recommended. This partition should be about 128 MiB in size. It ordinarily follows the EFI System Partition and immediately precedes the Windows data partitions. (Note that old versions of GNU Parted create all FAT partitions as this type, which actually makes the partition unusable for normal file storage in both Windows and Mac OS X.) <P> <DT><B>*</B> <DD> Some OSes' GPT utilities create some blank space (typically 128 MiB) after each partition. The intent is to enable future disk utilities to use this space. Such free space is not required of GPT disks, but creating it may help in future disk maintenance. You can use GPT fdisk's relative partition positioning option (specifying the starting sector as '+128M', for instance) to simplify creating such gaps. <P> </DL> <A NAME="lbAE"> </A> <H2>OPTIONS</H2> <DL COMPACT> <DT><B>-l</B> <DD> List the partition table for the specified device and then exits. </DL> <P> <P> Most interactions with <B>gdisk</B> occur with its interactive text-mode menus. Three menus exist: the main menu, the recovery & transformation menu, and the experts' menu. The main menu provides the functions that are most likely to be useful for typical partitioning tasks, such as creating and deleting partitions, changing partition type codes, and so on. Specific functions are: <P> <DL COMPACT> <DT><B>b</B> <DD> Save partition data to a backup file. You can back up your current in-memory partition table to a disk file using this option. The resulting file is a binary file consisting of the protective MBR, the main GPT header, the backup GPT header, and one copy of the partition table, in that order. Note that the backup is of the current in-memory data structures, so if you launch the program, make changes, and then use this option, the backup will reflect your changes. Note also that the restore option is on the recovery & transformation menu; the backup option is on the main menu to encourage its use. <P> <P> <DT><B>c</B> <DD> Change the GPT name of a partition. This name is encoded as a UTF-16 string, but proper entry and display of anything beyond basic ASCII values requires suitable locale and font support. For the most part, Linux ignores the partition name, but it may be important in some OSes. GPT fdisk sets a default name based on the partition type code. Note that the GPT partition name is different from the filesystem name, which is encoded in the filesystem's data structures. <P> <DT><B>d</B> <DD> Delete a partition. This action deletes the entry from the partition table but does not disturb the data within the sectors originally allocated to the partition on the disk. If a corresponding hybrid MBR partition exists, <B>gdisk</B> deletes it, as well, and expands any adjacent 0xEE (EFI GPT) MBR protective partition to fill the new free space. <P> <DT><B>i</B> <DD> Show detailed partition information. The summary information produced by the 'p' command necessarily omits many details, such as the partition's unique GUID and the translation of <B>gdisk</B>'s internal partition type code to a plain type name. The 'i' option displays this information for a single partition. <P> <DT><B>l</B> <DD> Display a summary of partition types. GPT uses a GUID to identify partition types for particular OSes and purposes. For ease of data entry, <B>gdisk</B> compresses these into two-byte (four-digit hexadecimal) values that are related to their equivalent MBR codes. Specifically, the MBR code is multiplied by hexadecimal 0x0100. For instance, the code for Linux swap space in MBR is 0x82, and it's 0x8200 in <B>gdisk</B>. A one-to-one correspondence is impossible, though. Most notably, the codes for all varieties of FAT and NTFS partition correspond to a single GPT code (entered as 0x0700 in <B>gdisk</B>). Some OSes use a single MBR code but employ many more codes in GPT. For these, <B>gdisk</B> adds code numbers sequentially, such as 0xa500 for a FreeBSD disklabel, 0xa501 for FreeBSD boot, 0xa502 for FreeBSD swap, and so on. Note that these two-byte codes are unique to <B>gdisk</B>. The type code list may optionally be filtered by a search string; for instance, entering <I></I><B>linux</B> shows only partition type codes with descriptions that include the string <I>Linux</I>. This search is performed case-insensitively. <P> <DT><B>n</B> <DD> Create a new partition. This command is modeled after the equivalent <B>fdisk</B> option, although some differences exist. You enter a partition number, starting sector, and an ending sector. Both start and end sectors can be specified in absolute terms as sector numbers or as positions measured in kibibytes (K), mebibytes (M), gibibytes (G), tebibytes (T), or pebibytes (P); for instance, <I></I><B>40M</B> specifies a position 40MiB from the start of the disk. You can specify locations relative to the start or end of the specified default range by preceding the number by a '+' or '-' symbol, as in <I></I><B>+2G</B> to specify a point 2GiB after the default start sector, or <I></I><B>-200M</B> to specify a point 200MiB before the last available sector. Pressing the Enter key with no input specifies the default value, which is the start of the largest available block for the start sector and the end of the same block for the end sector. <P> <DT><B>o</B> <DD> Clear out all partition data. This includes GPT header data, all partition definitions, and the protective MBR. The sector alignment is reset to the default (1 MiB, or 2048 sectors on a disk with 512-byte sectors). <P> <DT><B>p</B> <DD> Display basic partition summary data. This includes partition numbers, starting and ending sector numbers, partition sizes, <B>gdisk</B>'s partition types codes, and partition names. For additional information, use the 'i' command. <P> <DT><B>q</B> <DD> Quit from the program <I>without saving your changes</I>. Use this option if you just wanted to view information or if you make a mistake and want to back out of all your changes. <P> <DT><B>r</B> <DD> Enter the recovery & transformation menu. This menu includes emergency recovery options (to fix damaged GPT data structures) and options to transform to or from other partitioning systems, including creating hybrid MBRs. <P> <DT><B>s</B> <DD> Sort partition entries. GPT partition numbers need not match the order of partitions on the disk. If you want them to match, you can use this option. Note that some partitioning utilities sort partitions whenever they make changes. Such changes will be reflected in your device filenames, so you may need to edit <I>/etc/fstab</I> if you use this option. <P> <DT><B>t</B> <DD> Change a single partition's type code. You enter the type code using a two-byte hexadecimal number, as described earlier. You may also enter a GUID directly, if you have one and <B>gdisk</B> doesn't know it. <P> <DT><B>v</B> <DD> Verify disk. This option checks for a variety of problems, such as incorrect CRCs and mismatched main and backup data. This option does not automatically correct most problems, though; for that, you must use options on the recovery & transformation menu. If no problems are found, this command displays a summary of unallocated disk space. <P> <DT><B>w</B> <DD> Write data. Use this command to save your changes. <P> <DT><B>x</B> <DD> Enter the experts' menu. Using this option provides access to features you can use to get into even more trouble than the main menu allows. </DL> <P> <P> <DL COMPACT> <DT><B>?</B> <DD> Print the menu. Type this command (or any other unrecognized command) to see a summary of available options. <P> </DL> <P> The second <B>gdisk</B> menu is the recovery & transformation menu, which provides access to data recovery options and features related to the transformation of partitions between partitioning schemes (converting BSD disklabels into GPT partitions or creating hybrid MBRs, for instance). A few options on this menu duplicate functionality on the main menu, for the sake of convenience. The options on this menu are: <P> <DL COMPACT> <DT><B>b</B> <DD> Rebuild GPT header from backup. You can use the backup GPT header to rebuild the main GPT header with this option. It's likely to be useful if your main GPT header was damaged or destroyed (say, by sloppy use of <B>dd</B>). <P> <DT><B>c</B> <DD> Load backup partition table. Ordinarily, <B>gdisk</B> uses only the main partition table (although the backup's integrity is checked when you launch the program). If the main partition table has been damaged, you can use this option to load the backup from disk and use it instead. Note that this will almost certainly produce no or strange partition entries if you've just converted an MBR disk to GPT format, since there will be no backup partition table on disk. <P> <DT><B>d</B> <DD> Use main GPT header and rebuild the backup. This option is likely to be useful if the backup GPT header has been damaged or destroyed. <P> <DT><B>e</B> <DD> Load main partition table. This option reloads the main partition table from disk. It's only likely to be useful if you've tried to use the backup partition table (via 'c') but it's in worse shape then the main partition table. <P> <DT><B>f</B> <DD> Load MBR and build fresh GPT from it. Use this option if your GPT is corrupt or conflicts with the MBR and you want to use the MBR as the basis for a new set of GPT partitions. <P> <DT><B>g</B> <DD> Convert GPT into MBR and exit. This option converts as many partitions as possible into MBR form, destroys the GPT data structures, saves the new MBR, and exits. Use this option if you've tried GPT and find that MBR works better for you. Note that this function generates up to four primary MBR partitions or three primary partitions and as many logical partitions as can be generated. Each logical partition requires at least one unallocated block immediately before its first block. Therefore, it may be possible to convert a maximum of four partitions on disks with tightly-packed partitions; however, if free space was inserted between partitions when they were created, and if the disk is under 2 TiB in size, it should be possible to convert all the partitions to MBR form. See also the 'h' option. <P> <DT><B>h</B> <DD> Create a hybrid MBR. This is an ugly workaround that enables GPT-unaware OSes, or those that can't boot from a GPT disk, to access up to three of the partitions on the disk by creating MBR entries for them. Note that these hybrid MBR entries can easily go out of sync with the GPT entries, particularly when hybrid-unaware GPT utilities are used to edit the disk. Thus, you may need to re-create the hybrid MBR if you use such tools. Unlike the 'g' option, this option does not support converting any partitions into MBR logical partitions. <P> <DT><B>i</B> <DD> Show detailed partition information. This option is identical to the 'i' option on the main menu. <P> <DT><B>l</B> <DD> Load partition data from a backup file. This option is the reverse of the 'b' option on the main menu. Note that restoring partition data from anything but the original disk is not recommended. <P> <DT><B>m</B> <DD> Return to the main menu. This option enables you to enter main-menu commands. <P> <DT><B>o</B> <DD> Print protective MBR data. You can see a summary of the protective MBR's partitions with this option. This may enable you to spot glaring problems or help identify the partitions in a hybrid MBR. <P> <DT><B>p</B> <DD> Print the partition table. This option is identical to the 'p' option in the main menu. <P> <DT><B>q</B> <DD> Quit without saving changes. This option is identical to the 'q' option in the main menu. <P> <DT><B>t</B> <DD> Transform BSD partitions into GPT partitions. This option works on BSD disklabels held within GPT (or converted MBR) partitions. Converted partitions' type codes are likely to need manual adjustment. <B>gdisk</B> will attempt to convert BSD disklabels stored on the main disk when launched, but this conversion is likely to produce first and/or last partitions that are unusable. The many BSD variants means that the probability of <B>gdisk</B> being unable to convert a BSD disklabel is high compared to the likelihood of problems with an MBR conversion. <P> <DT><B>v</B> <DD> Verify disk. This option is identical to the 'v' option in the main menu. <P> <DT><B>w</B> <DD> Write table to disk and exit. This option is identical to the 'w' option in the main menu. <P> <DT><B>x</B> <DD> Enter the experts' menu. This option is identical to the 'x' option in the main menu. <P> <DT><B>?</B> <DD> Print the menu. This option (or any unrecognized entry) displays a summary of the menu options. <P> </DL> <P> The third <B>gdisk</B> menu is the experts' menu. This menu provides advanced options that aren't closely related to recovery or transformation between partitioning systems. Its options are: <P> <DL COMPACT> <DT><B>a</B> <DD> Set attributes. GPT provides a 64-bit attributes field that can be used to set features for each partition. <B>gdisk</B> supports four attributes: <I>system partition</I>, <I>read-only</I>, <I>hidden</I>, and <I>do not automount</I>. You can set other attributes, but their numbers aren't translated into anything useful. In practice, most OSes seem to ignore these attributes. <P> <DT><B>b</B> <DD> Swap the byte order for the name of the specified partition. Some partitioning tools, including GPT fdisk 1.0.7 and earlier, can write the partition name in the wrong byte order on big-endian computers, such as the IBM s390 mainframes and PowerPC-based Macs. This feature corrects this problem. <P> <DT><B>c</B> <DD> Change partition GUID. You can enter a custom unique GUID for a partition using this option. (Note this refers to the GUID that uniquely identifies a partition, not to its type code, which you can change with the 't' main-menu option.) Ordinarily, <B>gdisk</B> assigns this number randomly; however, you might want to adjust the number manually if you've wound up with the same GUID on two partitions because of buggy GUID assignments (hopefully not in <B>gdisk</B>) or sheer incredible coincidence. <P> <DT><B>d</B> <DD> Display the sector alignment value. See the description of the 'l' option for more details. <P> <DT><B>e</B> <DD> Move backup GPT data structures to the end of the disk. Use this command if you've added disks to a RAID array, thus creating a virtual disk with space that follows the backup GPT data structures. This command moves the backup GPT data structures to the end of the disk, where they belong. <P> <DT><B>f</B> <DD> Randomize the disk's GUID and all partitions' unique GUIDs (but not their partition type code GUIDs). This function may be used after cloning a disk with another utility in order to render all GUIDs once again unique. <P> <DT><B>g</B> <DD> Change disk GUID. Each disk has a unique GUID code, which <B>gdisk</B> assigns randomly upon creation of the GPT data structures. You can generate a fresh random GUID or enter one manually with this option. <P> <DT><B>h</B> <DD> Recompute CHS values in protective or hybrid MBR. This option can sometimes help if a disk utility, OS, or BIOS doesn't like the CHS values used by the partitions in the protective or hybrid MBR. In particular, the GPT specification requires a CHS value of 0xFFFFFF for over-8GiB partitions, but this value is technically illegal by the usual standards. Some BIOSes hang if they encounter this value. This option will recompute a more normal CHS value -- 0xFEFFFF for over-8GiB partitions, enabling these BIOSes to boot. <P> <DT><B>i</B> <DD> Show detailed partition information. This option is identical to the 'i' option on the main menu. <P> <DT><B>j</B> <DD> Adjust the location of the main partition table. This value is normally 2, but it may need to be increased in some cases, such as when a system-on-chip (SoC) is hard-coded to read boot code from sector 2. I recommend against adjusting this value unless doing so is absolutely necessary. <P> <DT><B>l</B> <DD> Change the sector alignment value. Disks with more logical sectors per physical sectors (such as modern Advanced Format drives), some RAID configurations, and many SSD devices, can suffer performance problems if partitions are not aligned properly for their internal data structures. On new disks, GPT fdisk attempts to align partitions on 1 MiB boundaries (2048-sectors on disks with 512-byte sectors) by default, which optimizes performance for all of these disk types. On pre-partitioned disks, GPT fdisk attempts to identify the alignment value used on that disk, but will set 8-sector alignment on disks larger than 300 GB even if lesser alignment values are detected. In either case, it can be changed by using this option. <P> <DT><B>m</B> <DD> Return to the main menu. This option enables you to enter main-menu commands. <P> <DT><B>n</B> <DD> Create a new protective MBR. Use this option if the current protective MBR is damaged in a way that <B>gdisk</B> doesn't automatically detect and correct, or if you want to convert a hybrid MBR into a "pure" GPT with a conventional protective MBR. <P> <DT><B>o</B> <DD> Print protective MBR data. You can see a summary of the protective MBR's partitions with this option. This may enable you to spot glaring problems or help identify the partitions in a hybrid MBR. <P> <DT><B>p</B> <DD> Print the partition table. This option is identical to the 'p' option in the main menu. <P> <DT><B>q</B> <DD> Quit without saving changes. This option is identical to the 'q' option in the main menu. <P> <DT><B>r</B> <DD> Enter the recovery & transformations menu. This option is identical to the 'r' option on the main menu. <P> <DT><B>s</B> <DD> Resize partition table. The default partition table size is 128 entries. Officially, sizes of less than 16KB (128 entries, given the normal entry size) are unsupported by the GPT specification; however, in practice they seem to work, and can sometimes be useful in converting MBR disks. Larger sizes also work fine. OSes may impose their own limits on the number of partitions, though. <P> <DT><B>t</B> <DD> Swap two partitions' entries in the partition table. One partition may be empty. For instance, if partitions 1-4 are defined, transposing 1 and 5 results in a table with partitions numbered from 2-5. Transposing partitions in this way has no effect on their disk space allocation; it only alters their order in the partition table. <P> <DT><B>u</B> <DD> Replicate the current device's partition table on another device. You will be prompted to type the new device's filename. After the write operation completes, you can continue editing the original device's partition table. Note that the replicated partition table is an exact copy, including all GUIDs; if the device should have its own unique GUIDs, you should use the <B>f</B> option on the new disk. <P> <DT><B>v</B> <DD> Verify disk. This option is identical to the 'v' option in the main menu. <P> <DT><B>z</B> <DD> Zap (destroy) the GPT data structures and exit. Use this option if you want to repartition a GPT disk using <B>fdisk</B> or some other GPT-unaware program. You'll be given the choice of preserving the existing MBR, in case it's a hybrid MBR with salvageable partitions or if you've already created new MBR partitions and want to erase the remnants of your GPT partitions. <I>If you've already created new MBR partitions, it's conceivable that this option will damage the first and/or last MBR partitions!</I> Such an event is unlikely, but could occur if your new MBR partitions overlap the old GPT data structures. <P> <DT><B>?</B> <DD> Print the menu. This option (or any unrecognized entry) displays a summary of the menu options. <P> </DL> <P> In many cases, you can press the Enter key to select a default option when entering data. When only one option is possible, <B>gdisk</B> usually bypasses the prompt entirely. <P> <A NAME="lbAF"> </A> <H2>BUGS</H2> Known bugs and limitations include: <P> <DL COMPACT> <DT><B>*</B> <DD> The program compiles correctly only on Linux, FreeBSD, Mac OS X, and Windows. Linux versions for x86-64 (64-bit), x86 (32-bit), and PowerPC (32-bit) have been tested, with the x86-64 version having seen the most testing. Under FreeBSD, 32-bit (x86) and 64-bit (x86-64) versions have been tested. Only 32-bit versions for Mac OS X and Windows have been tested by the author, although I've heard of 64-bit versions being successfully compiled. <P> <DT><B>*</B> <DD> The FreeBSD version of the program can't write changes to the partition table to a disk when existing partitions on that disk are mounted. (The same problem exists with many other FreeBSD utilities, such as <B>gpt</B>, <B>fdisk</B>, and <B>dd</B>.) This limitation can be overcome by typing <B>sysctl kern.geom.debugflags=16</B> at a shell prompt. <P> <DT><B>*</B> <DD> The fields used to display the start and end sector numbers for partitions in the 'p' command are 14 characters wide. This translates to a limitation of about 45 PiB. On larger disks, the displayed columns will go out of alignment. <P> <DT><B>*</B> <DD> In the Windows version, only ASCII characters are supported in the partition name field. If an existing partition uses non-ASCII UTF-16 characters, they're likely to be corrupted in the 'i' and 'p' menu options' displays; however, they should be preserved when loading and saving partitions. Binaries for Linux, FreeBSD, and OS X support full UTF-16 partition names. <P> <DT><B>*</B> <DD> The program can load only up to 128 partitions (4 primary partitions and 124 logical partitions) when converting from MBR format. This limit can be raised by changing the <I>#define MAX_MBR_PARTS</I> line in the <I>basicmbr.h</I> source code file and recompiling; however, such a change will require using a larger-than-normal partition table. (The limit of 128 partitions was chosen because that number equals the 128 partitions supported by the most common partition table size.) <P> <DT><B>*</B> <DD> Converting from MBR format sometimes fails because of insufficient space at the start or (more commonly) the end of the disk. Resizing the partition table (using the 's' option in the experts' menu) can sometimes overcome this problem; however, in extreme cases it may be necessary to resize a partition using GNU Parted or a similar tool prior to conversion with <B>gdisk</B>. <P> <DT><B>*</B> <DD> MBR conversions work only if the disk has correct LBA partition descriptors. These descriptors should be present on any disk over 8 GiB in size or on smaller disks partitioned with any but very ancient software. <P> <DT><B>*</B> <DD> BSD disklabel support can create first and/or last partitions that overlap with the GPT data structures. This can sometimes be compensated by adjusting the partition table size, but in extreme cases the affected partition(s) may need to be deleted. <P> <DT><B>*</B> <DD> Because of the highly variable nature of BSD disklabel structures, conversions from this form may be unreliable -- partitions may be dropped, converted in a way that creates overlaps with other partitions, or converted with incorrect start or end values. Use this feature with caution! <P> <DT><B>*</B> <DD> Booting after converting an MBR or BSD disklabel disk is likely to be disrupted. Sometimes re-installing a boot loader will fix the problem, but other times you may need to switch boot loaders. Except on EFI-based platforms, Windows through at least Windows 7 doesn't support booting from GPT disks. Creating a hybrid MBR (using the 'h' option on the recovery & transformation menu) or abandoning GPT in favor of MBR may be your only options in this case. <P> </DL> <P> <P> <A NAME="lbAG"> </A> <H2>AUTHORS</H2> Primary author: Roderick W. Smith (<A HREF="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</A>) <P> Contributors: <P> * Yves Blusseau (<A HREF="mailto:1otnwmz02@sneakemail.com">1otnwmz02@sneakemail.com</A>) <P> * David Hubbard (<A HREF="mailto:david.c.hubbard@gmail.com">david.c.hubbard@gmail.com</A>) <P> * Justin Maggard (<A HREF="mailto:justin.maggard@netgear.com">justin.maggard@netgear.com</A>) <P> * Dwight Schauer (<A HREF="mailto:das@teegra.net">das@teegra.net</A>) <P> * Florian Zumbiehl (<A HREF="mailto:florz@florz.de">florz@florz.de</A>) <P> <P> <A NAME="lbAH"> </A> <H2>SEE ALSO</H2> <B><A HREF="/cgi-bin/man/man2html?8+cfdisk">cfdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+cgdisk">cgdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+fdisk">fdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+mkfs">mkfs</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+parted">parted</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+sfdisk">sfdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+sgdisk">sgdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+fixparts">fixparts</A></B>(8). <P> <I><A HREF="http://en.wikipedia.org/wiki/GUID_Partition_Table">http://en.wikipedia.org/wiki/GUID_Partition_Table</A></I> <P> <I><A HREF="http://developer.apple.com/technotes/tn2006/tn2166.html">http://developer.apple.com/technotes/tn2006/tn2166.html</A></I> <P> <I><A HREF="http://www.rodsbooks.com/gdisk/">http://www.rodsbooks.com/gdisk/</A></I> <P> <A NAME="lbAI"> </A> <H2>AVAILABILITY</H2> The <B>gdisk</B> command is part of the <I>GPT fdisk</I> package and is available from Rod Smith. <P> <HR> <A NAME="index"> </A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">SYNOPSIS</A><DD> <DT><A HREF="#lbAD">DESCRIPTION</A><DD> <DT><A HREF="#lbAE">OPTIONS</A><DD> <DT><A HREF="#lbAF">BUGS</A><DD> <DT><A HREF="#lbAG">AUTHORS</A><DD> <DT><A HREF="#lbAH">SEE ALSO</A><DD> <DT><A HREF="#lbAI">AVAILABILITY</A><DD> </DL> <HR> This document was created by <A HREF="/cgi-bin/man/man2html">man2html</A>, using the manual pages.<BR> Time: 23:27:51 GMT, June 09, 2021 </BODY> </HTML> PK ! ����r2 r2 fixparts.htmlnu �[��� Content-type: text/html; charset=UTF-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD><TITLE>Man page of FIXPARTS</TITLE> </HEAD><BODY> <H1>FIXPARTS</H1> Section: FixParts Manual (8)<BR>Updated: 1.0.8<BR><A HREF="#index">Index</A> <A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR> <A NAME="lbAB"> </A> <H2>NAME</H2> fixparts - MBR partition table repair utility <A NAME="lbAC"> </A> <H2>SYNOPSIS</H2> <B>fixparts </B> <I>device</I> <P> <A NAME="lbAD"> </A> <H2>DESCRIPTION</H2> <P> FixParts (aka <B>fixparts</B>) is a text-mode menu-driven program for repairing certain types of problems with Master Boot Record (MBR) partition tables. The program has three design goals, although a few additional features are supported, as well: <P> <DL COMPACT> <DT><B>*</B> <DD> It can remove stray GUID Partition Table (GPT) data, which can be left behind on a disk that was once used as a GPT disk but then incompletely converted to the more common (as of 2011) MBR form. <P> <DT><B>*</B> <DD> It can repair mis-sized extended partitions -- either partitions that extend beyond the physical end of the disk or that overlap with nearby primary partitions. FixParts is designed in such a way that this type of repair occurs automatically, so if it's the only problem with your disk, you can launch the program and then immediately save the partition table, making no manual changes, and the program will fix the problem. <P> <DT><B>*</B> <DD> You can change primary partitions into logical partitions or vice-versa, within constraints imposed by the MBR data structures. <P> </DL> <P> <P> Additional features include the ability to change partition type codes or boot/active flags, to delete partitions, and to recompute CHS values. With the possible exception of recomputing CHS values, these secondary features are better performed with <B>fdisk</B>, because <B>fixparts</B>' design means that it's likely to alter partition numbering even when such changes are not requested. <P> The <B>fixparts</B> program employs a user interface similar to that of Linux's <B>fdisk</B>, but <B>fixparts</B> is much more specialized. Most importantly, you can't create new partitions with <B>fixparts</B>, although you can change primary/logical assignment. <P> In the MBR scheme, partitions come in three varieties: <P> <DL COMPACT> <DT><B>primary</B> <DD> These partitions are defined in the first sector of the hard disk and are limited in number to four. Some OSes, such as Windows and FreeBSD, must boot from a primary partition. <P> <DT><B>extended</B> <DD> Extended partitions are specialized primary partitions. They serve as holding areas for logical partitions. <P> <DT><B>logical</B> <DD> A disk can contain an arbitrary number of logical partitions (<B>fixparts</B>, however, imposes a limit of 124 logical partitions). All the logical partitions reside inside a single extended partition, and are defined using a linked-list data structure. This fact means that every logical partition must be preceded by at least one sector of unallocated space to hold its defining data structure (an Extended Boot Record, or EBR). <P> </DL> <P> <P> These distinctions mean that primary and logical partitions cannot be arbitrarily interspersed. A disk can contain one to three primary partitions, a block of one or more logical partitions, and one to three more primary partitions (for a total of three primary partitions, not counting the extended partition). Primary partitions may not be sandwiched between logical partitions, since this would mean placing a primary partition within an extended partition (which is just a specific type of primary partition). <P> Unlike most disk utilities, <B>fixparts</B>' user interface ignores extended partitions. Internally, the program discards the information on the original extended partition and, when you tell it to save its changes, it generates a new extended partition to contain the then-defined logical partitions. This is done because most of the repairs and manipulations the tool performs require generating a fresh extended partition, so keeping the original in the user interface would only be a complication. <P> Another unusual feature of <B>fixparts</B>' user interface is that partition numbers do not necessarily correlate with primary/logical status. In most utilities, partitions 1-4 correspond to primary partitions, whereas partitions 5 and up are logical partitions. In <B>fixparts</B>, any partition number may be assigned primary or logical status, so long as the rules for layout described earlier are obeyed. When the partition table is saved, partitions will be assigned appropriately and then tools such as the Linux kernel and <B>fdisk</B> will give them conventional numbers. <P> When it first starts, <B>fixparts</B> performs a scan for GPT data. If the disk looks like a conventional GPT disk, <B>fixparts</B> refuses to run. If the disk appears to be a conventional MBR disk but GPT signatures are present in the GPT primary or secondary header areas, <B>fixparts</B> offers to delete this extraneous data. If you tell it to do so, the program immediately wipes the GPT header or headers. (If only one header was found, only that one header will be erased, to minimize the risk of damaging a boot loader or other data that might have overwritten just one of the GPT headers.) <P> With the exception of optionally erasing leftover GPT data when it first starts, <B>fixparts</B> keeps all changes in memory until the user writes changes with the <B>w</B> command. Thus, you can adjust your partitions in the user interface and abort those changes by typing <B>q</B> to quit without saving changes. <P> <A NAME="lbAE"> </A> <H2>OPTIONS</H2> <P> The <B>fixparts</B> utility supports no command-line options, except for specification of the target device. <P> Most interactions with <B>fixparts</B> occur with its interactive text-mode menu. Specific functions are: <P> <DL COMPACT> <DT><B>a</B> <DD> Toggle the active/boot flag. This flag is required by some boot loaders and OSes. <P> <P> <DT><B>c</B> <DD> Recompute the cylinder/head/sector (CHS) values for all partitions. CHS addressing mode is largely obsolete, but some OSes and utilities complain if they don't like the CHS values. Note that <B>fixparts</B>' CHS values are likely to be incorrect on disks smaller than about 8 GiB except on Linux. <P> <DT><B>l</B> <DD> Change a partition's status to logical. This option will only work if the current partition layout supports such a change. Note that if changing a partition's status in this way is not currently possible, making some other change may make it possible. For instance, omitting a partition that precedes the target partition may enable converting a partition to logical form if there had been no free sectors between the two partitions. <P> <DT><B>o</B> <DD> Omit a partition. Once omitted, the partition will still appear in the <B>fixparts</B> partition list, but it will be flagged as omitted. You can subsequently convert it to primary or logical form with the <B>r</B> or <B>l</B> commands, respectively. When you save your changes with <B>w</B>, though, the partition will be lost. <P> <DT><B>p</B> <DD> Display basic partition summary data. This includes partition's number, the boot/active flag's status, starting and ending sector numbers, primary/logical/omitted status, whether or not the partition may be converted to logical form, and the partition's MBR types code. <P> <DT><B>q</B> <DD> Quit from the program <I>without saving your changes</I>. Use this option if you just wanted to view information or if you make a mistake and want to back out of all your changes. <P> <DT><B>r</B> <DD> Change a partition's status to primary. This option will only work if the current partition layout supports such a change. Note that every partition can theoretically become a primary partition, although in some configurations, making this change will require omitting some partitions. If <B>fixparts</B> refuses to allow changing a partition to primary, you may need to convert other partitions to logical form or omit them entirely. <P> <DT><B>s</B> <DD> Sort partition entries. This option orders partitions in the display to match their on-disk positions, which can make understanding the disk layout easier in some cases. This option has no effect on the ultimate ordering of logical partitions, which are sorted before being saved. The order of primary partitions in the final saved partition table may be affected by this option. In both cases, as already noted, the partition numbers displayed by <B>fixparts</B> may not be the same as those used by the kernel or displayed by other partitioning tools. <P> <DT><B>t</B> <DD> Change a partition's type code. You enter the type code using a one-byte hexadecimal number. <P> <DT><B>w</B> <DD> Write data. Use this command to save your changes and exit from the program. <P> <DT><B>?</B> <DD> Print the menu. Type this command (or any other unrecognized command) to see a summary of available options. <P> </DL> <P> <P> <A NAME="lbAF"> </A> <H2>BUGS</H2> Known bugs and limitations include: <P> <DL COMPACT> <DT><B>*</B> <DD> The program compiles correctly only on Linux, FreeBSD, Mac OS X, and Windows. Linux versions for x86-64 (64-bit), x86 (32-bit), and PowerPC (32-bit) have been tested, with the x86-64 version having seen the most testing. Under FreeBSD, 32-bit (x86) and 64-bit (x86-64) versions have been tested. Only 32-bit versions for Mac OS X and Windows have been tested. <P> <DT><B>*</B> <DD> The FreeBSD version of the program can't write changes to the partition table to a disk when existing partitions on that disk are mounted. (The same problem exists with many other FreeBSD utilities, such as <B>gpt</B>, <B>fdisk</B>, and <B>dd</B>.) This limitation can be overcome by typing <B>sysctl kern.geom.debugflags=16</B> at a shell prompt. <P> <DT><B>*</B> <DD> The program can load only up to 128 partitions (4 primary partitions and 124 logical partitions). This limit can be raised by changing the <I>#define MAX_MBR_PARTS</I> line in the <I>basicmbr.h</I> source code file and recompiling. <P> <DT><B>*</B> <DD> The program can read partitions only if the disk has correct LBA partition descriptors. These descriptors should be present on any disk over 8 GiB in size or on smaller disks partitioned with any but very ancient software. <P> <DT><B>*</B> <DD> The program makes no effort to preserve partition numbers. This can have consequences for boot loaders and for mounting filesystems via <B>/etc/fstab</B>. It may be necessary to edit configuration files or even to re-install your boot loader. <P> <DT><B>*</B> <DD> <P> The program may change the order of partitions in the partition table. <P> </DL> <P> <P> <A NAME="lbAG"> </A> <H2>AUTHORS</H2> Primary author: Roderick W. Smith (<A HREF="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</A>) <P> Contributors: <P> * Yves Blusseau (<A HREF="mailto:1otnwmz02@sneakemail.com">1otnwmz02@sneakemail.com</A>) <P> * David Hubbard (<A HREF="mailto:david.c.hubbard@gmail.com">david.c.hubbard@gmail.com</A>) <P> * Justin Maggard (<A HREF="mailto:justin.maggard@netgear.com">justin.maggard@netgear.com</A>) <P> * Dwight Schauer (<A HREF="mailto:das@teegra.net">das@teegra.net</A>) <P> * Florian Zumbiehl (<A HREF="mailto:florz@florz.de">florz@florz.de</A>) <P> <P> <A NAME="lbAH"> </A> <H2>SEE ALSO</H2> <B><A HREF="/cgi-bin/man/man2html?8+cfdisk">cfdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+cgdisk">cgdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+fdisk">fdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+mkfs">mkfs</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+parted">parted</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+sfdisk">sfdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+gdisk">gdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+sgdisk">sgdisk</A></B>(8). <P> <I><A HREF="http://en.wikipedia.org/wiki/Master_boot_record">http://en.wikipedia.org/wiki/Master_boot_record</A></I> <P> <I><A HREF="http://www.rodsbooks.com/fixparts/">http://www.rodsbooks.com/fixparts/</A></I> <P> <A NAME="lbAI"> </A> <H2>AVAILABILITY</H2> The <B>fixparts</B> command is part of the <I>GPT fdisk</I> package and is available from Rod Smith. <P> <HR> <A NAME="index"> </A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">SYNOPSIS</A><DD> <DT><A HREF="#lbAD">DESCRIPTION</A><DD> <DT><A HREF="#lbAE">OPTIONS</A><DD> <DT><A HREF="#lbAF">BUGS</A><DD> <DT><A HREF="#lbAG">AUTHORS</A><DD> <DT><A HREF="#lbAH">SEE ALSO</A><DD> <DT><A HREF="#lbAI">AVAILABILITY</A><DD> </DL> <HR> This document was created by <A HREF="/cgi-bin/man/man2html">man2html</A>, using the manual pages.<BR> Time: 23:27:51 GMT, June 09, 2021 </BODY> </HTML> PK ! �F�o copyrightnu �[��� Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gptfdisk Source: http://sourceforge.net/projects/gptfdisk/ Files: * Copyright: 2009-2018 Roderick W. Smith <rodsmith@rodsbooks.com> License: LGPL-2.0+ Files: debian/* Copyright: 2019 Jonathan Carter <jcc@debian.org> 2011 Guillaume Delacour <gui@iroqwa.org> License: LGPL-2.0+ Files: crc32.cc crc32.h Copyright: 1999, 2000 Krzysztof Dabrowski 1999, 2000 ElysiuM deeZine License: LGPL-2.0+ License: LGPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2". PK ! �Y"�CH CH cgdisk.htmlnu �[��� Content-type: text/html; charset=UTF-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD><TITLE>Man page of CGDISK</TITLE> </HEAD><BODY> <H1>CGDISK</H1> Section: GPT fdisk Manual (8)<BR>Updated: 1.0.8<BR><A HREF="#index">Index</A> <A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR> <A NAME="lbAB"> </A> <H2>NAME</H2> cgdisk - Curses-based GUID partition table (GPT) manipulator <A NAME="lbAC"> </A> <H2>SYNOPSIS</H2> <B>cgdisk </B> [ -a ] <I>device</I> <P> <A NAME="lbAD"> </A> <H2>DESCRIPTION</H2> <P> GPT fdisk is a text-mode family of programs for creation and manipulation of partition tables. The <B>cgdisk</B> member of this family employs a curses-based user interface for interaction using a text-mode menuing system. It will automatically convert an old-style Master Boot Record (MBR) partition table or BSD disklabel stored without an MBR carrier partition to the newer Globally Unique Identifier (GUID) Partition Table (GPT) format, or will load a GUID partition table. Other members of this program family are <B>gdisk</B> (the most feature-rich program of the group, with a non-curses-based interactive user interface) and <B>sgdisk</B> (which is driven via command-line options for use by experts or in scripts). FixParts is a related program for fixing a limited set of problems with MBR disks. <P> For information on MBR vs. GPT, as well as GPT terminology and structure, see the extended GPT fdisk documentation at <I><A HREF="http://www.rodsbooks.com/gdisk/">http://www.rodsbooks.com/gdisk/</A></I> or consult Wikipedia. <P> The <B>cgdisk</B> program employs a user interface similar to that of Linux's <B>cfdisk</B>, but <B>cgdisk</B> modifies GPT partitions. It also has the capability of transforming MBR partitions or BSD disklabels into GPT partitions. Like the original <B>cfdisk</B> program, <B>cgdisk</B> does not modify disk structures until you explicitly write them to disk, so if you make a mistake, you can exit from the program with the Quit option to leave your partitions unmodified. <P> Ordinarily, <B>cgdisk</B> operates on disk device files, such as <I>/dev/sda</I> or <I>/dev/hda</I> under Linux, <I>/dev/disk0</I> under Mac OS X, or <I>/dev/ad0</I> or <I>/dev/da0</I> under FreeBSD. The program can also operate on disk image files, which can be either copies of whole disks (made with <B>dd</B>, for instance) or raw disk images used by emulators such as QEMU or VMWare. Note that only <I>raw</I> disk images are supported; <B>cgdisk</B> cannot work on compressed or other advanced disk image formats. <P> Upon start, <B>cgdisk</B> attempts to identify the partition type in use on the disk. If it finds valid GPT data, <B>cgdisk</B> will use it. If <B>cgdisk</B> finds a valid MBR or BSD disklabel but no GPT data, it will attempt to convert the MBR or disklabel into GPT form. (BSD disklabels are likely to have unusable first and/or final partitions because they overlap with the GPT data structures, though.) Upon exiting with the 'w' option, <B>cgdisk</B> replaces the MBR or disklabel with a GPT. <I>This action is potentially dangerous!</I> Your system may become unbootable, and partition type codes may become corrupted if the disk uses unrecognized type codes. Boot problems are particularly likely if you're multi-booting with any GPT-unaware OS. If you mistakenly launch <B>cgdisk</B> on an MBR disk, you can safely exit the program without making any changes by using the Quit option. <P> When creating a fresh partition table, certain considerations may be in order: <P> <DL COMPACT> <DT><B>*</B> <DD> For data (non-boot) disks, and for boot disks used on BIOS-based computers with GRUB as the boot loader, partitions may be created in whatever order and in whatever sizes are desired. <P> <DT><B>*</B> <DD> Boot disks for EFI-based systems require an <I>EFI System Partition</I> (GPT fdisk internal code 0xEF00) formatted as FAT-32. The recommended size of this partition is between 100 and 300 MiB. Boot-related files are stored here. (Note that GNU Parted identifies such partitions as having the "boot flag" set.) <P> <DT><B>*</B> <DD> The GRUB 2 boot loader for BIOS-based systems makes use of a <I>BIOS Boot Partition</I> (GPT fdisk internal code 0xEF02), in which the secondary boot loader is stored, without the benefit of a filesystem. This partition can typically be quite small (roughly 32 KiB to 1 MiB), but you should consult your boot loader documentation for details. <P> <DT><B>*</B> <DD> If Windows is to boot from a GPT disk, a partition of type <I>Microsoft Reserved</I> (GPT fdisk internal code 0x0C01) is recommended. This partition should be about 128 MiB in size. It ordinarily follows the EFI System Partition and immediately precedes the Windows data partitions. (Note that old versions of GNU Parted create all FAT partitions as this type, which actually makes the partition unusable for normal file storage in both Windows and Mac OS X.) <P> <DT><B>*</B> <DD> Some OSes' GPT utilities create some blank space (typically 128 MiB) after each partition. The intent is to enable future disk utilities to use this space. Such free space is not required of GPT disks, but creating it may help in future disk maintenance. You can use GPT fdisk's relative partition positioning option (specifying the starting sector as '+128M', for instance) to simplify creating such gaps. <P> </DL> <A NAME="lbAE"> </A> <H2>OPTIONS</H2> <P> <P> <P> Only one command-line option is accepted, aside from the device filename: <I>-a</I>. This option alters the highlighting of partitions and blocks of free space: Instead of using ncurses, when <I>-a</I> is used <B>cgdisk</B> uses a ">" symbol to the left of the selected partition or free space. This option is intended for use on limited display devices such as teletypes and screen readers. <P> Interactions with <B>cgdisk</B> occur with its interactive text-mode menus. The display is broken into two interactive parts: <P> <DL COMPACT> <DT><B>*</B> <DD> The partition display area, in which partitions and gaps between them (marked as "free space") are summarized. <P> <DT><B>*</B> <DD> The option selection area, in which buttons for the main options appear. <P> </DL> <P> <P> In addition, the top of the display shows the program's name and version number, the device filename associated with the disk, and the disk's size in both sectors and IEEE-1541 units (GiB, TiB, and so on). <P> You can use the following keys to move among the various options and to select among them: <P> <DL COMPACT> <DT><B>up arrow</B> <DD> This key moves the partition selection up by one partition. <P> <DT><B>down arrow</B> <DD> This key moves the partition selection down by one partition. <P> <DT><B>Page Up</B> <DD> This key moves the partition selection up by one screen. <P> <DT><B>Page Down</B> <DD> This key moves the partition selection down by one screen. <P> <DT><B>right arrow</B> <DD> This key moves the option selection to the right by one item. <P> <DT><B>left arrow</B> <DD> This key moves the option selection to the left by one item. <P> <DT><B>Enter</B> <DD> This key activates the currently selected option. You can also activate an option by typing the capitalized letter in the option's name on the keyboard, such as <B>a</B> to activate the Align option. <P> </DL> <P> <P> If more partitions exist than can be displayed in one screen, you can scroll between screens using the partition selection keys, much as in a text editor. <P> Available options are as described below. (Note that <B>cgdisk</B> provides a much more limited set of options than its sibling <B>gdisk</B>. If you need to perform partition table recovery, hybrid MBR modification, or other advanced operations, you should consult the <B>gdisk</B> documentation.) <P> <DL COMPACT> <DT><B>Align</B> <DD> Change the sector alignment value. Disks with more logical sectors than physical sectors (such as modern Advanced Format drives), some RAID configurations, and many SSD devices, can suffer performance problems if partitions are not aligned properly for their internal data structures. On new disks, GPT fdisk attempts to align partitions on 1 MiB boundaries (2048-sectors on disks with 512-byte sectors) by default, which optimizes performance for all of these disk types. On pre-partitioned disks, GPT fdisk attempts to identify the alignment value used on that disk, but will set 8-sector alignment on disks larger than 300 GB even if lesser alignment values are detected. In either case, it can be changed by using this option. <P> <DT><B>Backup</B> <DD> Save partition data to a backup file. You can back up your current in-memory partition table to a disk file using this option. The resulting file is a binary file consisting of the protective MBR, the main GPT header, the backup GPT header, and one copy of the partition table, in that order. Note that the backup is of the current in-memory data structures, so if you launch the program, make changes, and then use this option, the backup will reflect your changes. <P> <DT><B>Delete</B> <DD> Delete a partition. This action deletes the entry from the partition table but does not disturb the data within the sectors originally allocated to the partition on the disk. If a corresponding hybrid MBR partition exists, <B>gdisk</B> deletes it, as well, and expands any adjacent 0xEE (EFI GPT) MBR protective partition to fill the new free space. <P> <DT><B>Help</B> <DD> Print brief descriptions of all the options. <P> <DT><B>Info</B> <DD> Show detailed partition information. The summary information shown in the partition display area necessarily omits many details, such as the partitions' unique GUIDs and the partitions' sector-exact start and end points. The Info option displays this information for a single partition. <P> <DT><B>Load</B> <DD> Load partition data from a backup file. This option is the reverse of the Backup option. Note that restoring partition data from anything but the original disk is not recommended. <P> <DT><B>naMe</B> <DD> Change the GPT name of a partition. This name is encoded as a UTF-16 string, but proper entry and display of anything beyond basic ASCII values requires suitable locale and font support. For the most part, Linux ignores the partition name, but it may be important in some OSes. GPT fdisk sets a default name based on the partition type code. Note that the GPT partition name is different from the filesystem name, which is encoded in the filesystem's data structures. Note also that to activate this item by typing its alphabetic equivalent, you must use <B>M</B>, not the more obvious <B>N</B>, because the latter is used by the next option.... <P> <DT><B>New</B> <DD> Create a new partition. You enter a starting sector, a size, a type code, and a name. The start sector can be specified in absolute terms as a sector number or as a position measured in kibibytes (K), mebibytes (M), gibibytes (G), tebibytes (T), or pebibytes (P); for instance, <I></I><B>40M</B> specifies a position 40MiB from the start of the disk. You can specify locations relative to the start or end of the specified default range by preceding the number by a '+' symbol, as in <I></I><B>+2G</B> to specify a point 2GiB after the default start sector. The size value can use the K, M, G, T, and P suffixes, too. Pressing the Enter key with no input specifies the default value, which is the start of the largest available block for the start sector and the full available size for the size. <P> <DT><B>Quit</B> <DD> Quit from the program <I>without saving your changes</I>. Use this option if you just wanted to view information or if you make a mistake and want to back out of all your changes. <P> <DT><B>Type</B> <DD> Change a single partition's type code. You enter the type code using a two-byte hexadecimal number. You may also enter a GUID directly, if you have one and <B>cgdisk</B> doesn't know it. If you don't know the type code for your partition, you can type <B>L</B> to see a list of known type codes. The type code list may optionally be filtered by a search string; for instance, entering <I></I><B>linux</B> shows only partition type codes with descriptions that include the string <I>Linux</I>. This search is performed case-insensitively. <P> <DT><B>Verify</B> <DD> Verify disk. This option checks for a variety of problems, such as incorrect CRCs and mismatched main and backup data. This option does not automatically correct most problems, though; for that, you must use <B>gdisk</B>. If no problems are found, this command displays a summary of unallocated disk space. <P> <DT><B>Write</B> <DD> Write data. Use this command to save your changes. <P> </DL> <A NAME="lbAF"> </A> <H2>BUGS</H2> <P> Known bugs and limitations include: <P> <DL COMPACT> <DT><B>*</B> <DD> The program compiles correctly only on Linux, FreeBSD, and Mac OS X. In theory, it should compile under Windows if the Ncurses library for Windows is installed, but I have not tested this capability. Linux versions for x86-64 (64-bit), x86 (32-bit), and PowerPC (32-bit) have been tested, with the x86-64 version having seen the most testing. Under FreeBSD, 32-bit (x86) and 64-bit (x86-64) versions have been tested. Only 32-bit versions for Mac OS X has been tested by the author. <P> <DT><B>*</B> <DD> The FreeBSD version of the program can't write changes to the partition table to a disk when existing partitions on that disk are mounted. (The same problem exists with many other FreeBSD utilities, such as <B>gpt</B>, <B>fdisk</B>, and <B>dd</B>.) This limitation can be overcome by typing <B>sysctl kern.geom.debugflags=16</B> at a shell prompt. <P> <DT><B>*</B> <DD> The program can load only up to 128 partitions (4 primary partitions and 124 logical partitions) when converting from MBR format. This limit can be raised by changing the <I>#define MAX_MBR_PARTS</I> line in the <I>basicmbr.h</I> source code file and recompiling; however, such a change will require using a larger-than-normal partition table. (The limit of 128 partitions was chosen because that number equals the 128 partitions supported by the most common partition table size.) <P> <DT><B>*</B> <DD> Converting from MBR format sometimes fails because of insufficient space at the start or (more commonly) the end of the disk. Resizing the partition table (using the 's' option in the experts' menu in <B>gdisk</B>) can sometimes overcome this problem; however, in extreme cases it may be necessary to resize a partition using GNU Parted or a similar tool prior to conversion with GPT fdisk. <P> <DT><B>*</B> <DD> MBR conversions work only if the disk has correct LBA partition descriptors. These descriptors should be present on any disk over 8 GiB in size or on smaller disks partitioned with any but very ancient software. <P> <DT><B>*</B> <DD> BSD disklabel support can create first and/or last partitions that overlap with the GPT data structures. This can sometimes be compensated by adjusting the partition table size, but in extreme cases the affected partition(s) may need to be deleted. <P> <DT><B>*</B> <DD> Because of the highly variable nature of BSD disklabel structures, conversions from this form may be unreliable -- partitions may be dropped, converted in a way that creates overlaps with other partitions, or converted with incorrect start or end values. Use this feature with caution! <P> <DT><B>*</B> <DD> Booting after converting an MBR or BSD disklabel disk is likely to be disrupted. Sometimes re-installing a boot loader will fix the problem, but other times you may need to switch boot loaders. Except on EFI-based platforms, Windows through at least Windows 7 doesn't support booting from GPT disks. Creating a hybrid MBR (using the 'h' option on the recovery & transformation menu in <B>gdisk</B>) or abandoning GPT in favor of MBR may be your only options in this case. <P> <DT><B>*</B> <DD> The <B>cgdisk</B> Verify function and the partition type listing obtainable by typing <I>L</I> in the Type function (or when specifying a partition type while creating a new partition) both currently exit ncurses mode. This limitation is a minor cosmetic blemish that does not affect functionality. <P> </DL> <A NAME="lbAG"> </A> <H2>AUTHORS</H2> Primary author: Roderick W. Smith (<A HREF="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</A>) <P> Contributors: <P> * Yves Blusseau (<A HREF="mailto:1otnwmz02@sneakemail.com">1otnwmz02@sneakemail.com</A>) <P> * David Hubbard (<A HREF="mailto:david.c.hubbard@gmail.com">david.c.hubbard@gmail.com</A>) <P> * Justin Maggard (<A HREF="mailto:justin.maggard@netgear.com">justin.maggard@netgear.com</A>) <P> * Dwight Schauer (<A HREF="mailto:das@teegra.net">das@teegra.net</A>) <P> * Florian Zumbiehl (<A HREF="mailto:florz@florz.de">florz@florz.de</A>) <P> <P> <A NAME="lbAH"> </A> <H2>SEE ALSO</H2> <B><A HREF="/cgi-bin/man/man2html?8+cfdisk">cfdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+fdisk">fdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+gdisk">gdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+mkfs">mkfs</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+parted">parted</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+sfdisk">sfdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+sgdisk">sgdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+fixparts">fixparts</A></B>(8). <P> <I><A HREF="http://en.wikipedia.org/wiki/GUID_Partition_Table">http://en.wikipedia.org/wiki/GUID_Partition_Table</A></I> <P> <I><A HREF="http://developer.apple.com/technotes/tn2006/tn2166.html">http://developer.apple.com/technotes/tn2006/tn2166.html</A></I> <P> <I><A HREF="http://www.rodsbooks.com/gdisk/">http://www.rodsbooks.com/gdisk/</A></I> <P> <A NAME="lbAI"> </A> <H2>AVAILABILITY</H2> The <B>cgdisk</B> command is part of the <I>GPT fdisk</I> package and is available from Rod Smith. <P> <HR> <A NAME="index"> </A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">SYNOPSIS</A><DD> <DT><A HREF="#lbAD">DESCRIPTION</A><DD> <DT><A HREF="#lbAE">OPTIONS</A><DD> <DT><A HREF="#lbAF">BUGS</A><DD> <DT><A HREF="#lbAG">AUTHORS</A><DD> <DT><A HREF="#lbAH">SEE ALSO</A><DD> <DT><A HREF="#lbAI">AVAILABILITY</A><DD> </DL> <HR> This document was created by <A HREF="/cgi-bin/man/man2html">man2html</A>, using the manual pages.<BR> Time: 23:27:51 GMT, June 09, 2021 </BODY> </HTML> PK ! "_�m m changelog.Debian.gznu �[��� � ���n�F����vk�˃h�u� \4@z�4(ТKrDm����|ׇ�{eV�ZR";H�.��?�ό�N��f)K/�� Bv�|�ð���Q���D&�o���K�z�����i�%4ܡ � �I�$���wp��3�N�w���+�YI�뗡 ʇ��Ï �awyo����9de=-겂o�2��A?�������?�V��p�.�kX�{X�f��N�%(�����+�黆�YY]Tg��7ZqO���-\}hۗ6��T۞� H�#�\Osb���c�7�H��sp�� ����ʴJ�Ҧ-jqQ�OF}Ob�CQ3�X��u����P��y�v���;�q_Ď?���-���Mb\�4hr� $ޒ��⩺6�a�#]Ӛ]���.�:���Ā�s�˓5�q�"���_�S֬��� �E�r��?�\�E�kF��@��,=�U2pA�����-�n����H����n�'�R�%�wh�e��Y��v��+�2ˋlk�~ŭ[�O�xWa�<Psl7�lee5��E�5-�d}Y�{q���q?n��s7�qз�&�4pe85[�6N����ZjW�aw62����p%��!�A���fmE��5G�����,i�S6B).�����xL�۹����?Q�s�Ω���(u]�[J��v�d=>��jCQWHovܮ�[�}�5G�%����ym���ǔ���9y��E���Q��[�y��9���?��O�$��<̢�Kw������Ex�-��m��$o%TO��<)L�㍐¯A/���A��I6�Z��Sę�"��!SjI��_�{��[��lPpOzr��'�O:��<� PK ! ��$�Lw Lw sgdisk.htmlnu �[��� Content-type: text/html; charset=UTF-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD><TITLE>Man page of SGDISK</TITLE> </HEAD><BODY> <H1>SGDISK</H1> Section: GPT fdisk Manual (8)<BR>Updated: 1.0.8<BR><A HREF="#index">Index</A> <A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR> <A NAME="lbAB"> </A> <H2>NAME</H2> sgdisk - Command-line GUID partition table (GPT) manipulator for Linux and Unix <A NAME="lbAC"> </A> <H2>SYNOPSIS</H2> <B>sgdisk </B> [ options ] <I>device</I> <P> <A NAME="lbAD"> </A> <H2>DESCRIPTION</H2> GPT fdisk is a text-mode menu-driven package for creation and manipulation of partition tables. It consists of two programs: the text-mode interactive <B>gdisk</B> and the command-line <B>sgdisk</B>. Either program will automatically convert an old-style Master Boot Record (MBR) partition table or BSD disklabel stored without an MBR carrier partition to the newer Globally Unique Identifier (GUID) Partition Table (GPT) format, or will load a GUID partition table. This man page documents the command-line <B>sgdisk</B> program. <P> Some advanced data manipulation and recovery options require you to understand the distinctions between the main and backup data, as well as between the GPT headers and the partition tables. For information on MBR vs. GPT, as well as GPT terminology and structure, see the extended <B>gdisk</B> documentation at <I><A HREF="http://www.rodsbooks.com/gdisk/">http://www.rodsbooks.com/gdisk/</A></I> or consult Wikipedia. <P> The <B>sgdisk</B> program employs a user interface that's based entirely on the command line, making it suitable for use in scripts or by experts who want to make one or two quick changes to a disk. (The program may query the user when certain errors are encountered, though.) The program's name is based on <B>sfdisk</B>, but the user options of the two programs are entirely different from one another. <P> Ordinarily, <B>sgdisk</B> operates on disk device files, such as <I>/dev/sda</I> or <I>/dev/hda</I> under Linux, <I>/dev/disk0</I> under Mac OS X, or <I>/dev/ad0</I> or <I>/dev/da0</I> under FreeBSD. The program can also operate on disk image files, which can be either copies of whole disks (made with <B>dd</B>, for instance) or raw disk images used by emulators such as QEMU or VMWare. Note that only <I>raw</I> disk images are supported; <B>sgdisk</B> cannot work on compressed or other advanced disk image formats. <P> The MBR partitioning system uses a combination of cylinder/head/sector (CHS) addressing and logical block addressing (LBA). The former is klunky and limiting. GPT drops CHS addressing and uses 64-bit LBA mode exclusively. Thus, GPT data structures, and therefore <B>sgdisk</B>, do not need to deal with CHS geometries and all the problems they create. <P> For best results, you should use an OS-specific partition table program whenever possible. For example, you should make Mac OS X partitions with the Mac OS X Disk Utility program and Linux partitions with the Linux <B>gdisk</B>, <B>sgdisk</B>, or GNU Parted programs. <P> Upon start, <B>sgdisk</B> attempts to identify the partition type in use on the disk. If it finds valid GPT data, <B>sgdisk</B> will use it. If <B>sgdisk</B> finds a valid MBR or BSD disklabel but no GPT data, it will attempt to convert the MBR or disklabel into GPT form. (BSD disklabels are likely to have unusable first and/or final partitions because they overlap with the GPT data structures, though.) GPT fdisk can identify, but not use data in, Apple Partition Map (APM) disks, which are used on 680x0- and PowerPC-based Macintoshes. If you specify any option that results in changes to an MBR or BSD disklabel, <B>sgdisk</B> ignores those changes unless the <I>-g</I> (<I>--mbrtogpt</I>), <I>-z</I> (<I>--zap</I>), or <I>-Z</I> (<I>--zap-all</I>) option is used. If you use the <I>-g</I> option, <B>sgdisk</B> replaces the MBR or disklabel with a GPT. <I>This action is potentially dangerous!</I> Your system may become unbootable, and partition type codes may become corrupted if the disk uses unrecognized type codes. Boot problems are particularly likely if you're multi-booting with any GPT-unaware OS. <P> The MBR-to-GPT conversion will leave at least one gap in the partition numbering if the original MBR used logical partitions. These gaps are harmless, but you can eliminate them by using the <I>-s</I> (<I>--sort</I>) option, if you like. (Doing this may require you to update your <I>/etc/fstab</I> file.) <P> When creating a fresh partition table, certain considerations may be in order: <P> <DL COMPACT> <DT><B>*</B> <DD> For data (non-boot) disks, and for boot disks used on BIOS-based computers with GRUB as the boot loader, partitions may be created in whatever order and in whatever sizes are desired. <P> <DT><B>*</B> <DD> Boot disks for EFI-based systems require an <I>EFI System Partition</I> (<B>gdisk</B> internal code 0xEF00) formatted as FAT-32. I recommended making this partition 550 MiB. (Smaller ESPs are common, but some EFIs have flaky FAT drivers that necessitate a larger partition for reliable operation.) Boot-related files are stored here. (Note that GNU Parted identifies such partitions as having the "boot flag" set.) <P> <DT><B>*</B> <DD> Some boot loaders for BIOS-based systems make use of a <I>BIOS Boot Partition</I> (<B>gdisk</B> internal code 0xEF02), in which the secondary boot loader is stored, possibly without the benefit of a filesystem. (GRUB2 may optionally use such a partition.) This partition can typically be quite small (roughly 32 to 200 KiB, although 1 MiB is more common in practice), but you should consult your boot loader documentation for details. <P> <DT><B>*</B> <DD> If Windows is to boot from a GPT disk, a partition of type <I>Microsoft Reserved</I> (<B>sgdisk</B> internal code 0x0C01) is recommended. This partition should be about 128 MiB in size. It ordinarily follows the EFI System Partition and immediately precedes the Windows data partitions. (Note that GNU Parted creates all FAT partitions as this type, which actually makes the partition unusable for normal file storage in both Windows and Mac OS X.) <P> <DT><B>*</B> <DD> Some OSes' GPT utilities create some blank space (typically 128 MiB) after each partition. The intent is to enable future disk utilities to use this space. Such free space is not required of GPT disks, but creating it may help in future disk maintenance. <P> </DL> <A NAME="lbAE"> </A> <H2>OPTIONS</H2> Some options take no arguments, others take one argument (typically a partition number), and others take compound arguments with colon delimitation. For instance, <I>-n</I> (<I>--new</I>) takes a partition number, a starting sector number, and an ending sector number, as in <B>sgdisk -n 2:2000:50000 /dev/sdc</B>, which creates a new partition, numbered 2, starting at sector 2000 an ending at sector 50,000, on <I>/dev/sdc</I>. <P> Unrelated options may be combined; however, some such combinations will be nonsense (such as deleting a partition and then changing its GUID type code). <B>sgdisk</B> interprets options in the order in which they're entered, so effects can vary depending on order. For instance, <B>sgdisk -s -d 2</B> sorts the partition table entries and then deletes partition 2 from the newly-sorted list; but <B>sgdisk -d 2 -s</B> deletes the original partition 2 and then sorts the modified partition table. <P> Error checking and opportunities to correct mistakes in <B>sgdisk</B> are minimal. Although the program endeavors to keep the GPT data structures legal, it does not prompt for verification before performing its actions. Unless you require a command-line-driven program, you should use the interactive <B>gdisk</B> instead of <B>sgdisk</B>, since <B>gdisk</B> allows you to quit without saving your changes, should you make a mistake. <P> Although <B>sgdisk</B> is based on the same partition-manipulation code as <B>gdisk</B>, <B>sgdisk</B> implements fewer features than its interactive sibling. Options available in <B>sgdisk</B> are: <P> <DL COMPACT> <DT><B>-a, --set-alignment=value</B> <DD> Set the sector alignment multiple. GPT fdisk aligns the start of partitions to sectors that are multiples of this value, which defaults to 1 MiB (2048 on disks with 512-byte sectors) on freshly formatted disks. This alignment value is necessary to obtain optimum performance with Western Digital Advanced Format and similar drives with larger physical than logical sector sizes, with some types of RAID arrays, and with SSD devices. <P> <DT><B>-A, --attributes=list|[partnum:show|or|nand|xor|=|set|clear|toggle|get[:bitnum|hexbitmask]]</B> <DD> View or set partition attributes. Use <I>list</I> to see defined (known) attribute values. Omit the partition number (and even the device filename) when using this option. The others require a partition number. The <I>show</I> and <I>get</I> options show the current attribute settings (all attributes or for a particular bit, respectively). The <I>or</I>, <I>nand</I>, <I>xor</I>, <I>=</I>, <I>set</I>, <I>clear</I>, and <I>toggle</I> options enable you to change the attribute bit value. The <I>set</I>, <I>clear</I>, <I>toggle</I>, and <I>get</I> options work on a bit number; the others work on a hexadecimal bit mask. For example, type <B>sgdisk -A 4:set:2 /dev/sdc</B> to set the bit 2 attribute (legacy BIOS bootable) on partition 4 on <I>/dev/sdc</I>. <P> <DT><B>-b, --backup=file</B> <DD> Save partition data to a backup file. You can back up your current in-memory partition table to a disk file using this option. The resulting file is a binary file consisting of the protective MBR, the main GPT header, the backup GPT header, and one copy of the partition table, in that order. Note that the backup is of the current in-memory data structures, so if you launch the program, make changes, and then use this option, the backup will reflect your changes. If the GPT data structures are damaged, the backup may not accurately reflect the damaged state; instead, they will reflect GPT fdisk's first-pass interpretation of the GPT. <P> <DT><B>-B, --byte-swap-name=partnum</B> <DD> Swap the byte order for the name of the specified partition. Some partitioning tools, including GPT fdisk 1.0.7 and earlier, can write the partition name in the wrong byte order on big-endian computers, such as the IBM s390 mainframes and PowerPC-based Macs. This feature corrects this problem. <P> <DT><B>-c, --change-name=partnum:name</B> <DD> Change the GPT name of a partition. This name is encoded as a UTF-16 string, but proper entry and display of anything beyond basic ASCII values requires suitable locale and font support. For the most part, Linux ignores the partition name, but it may be important in some OSes. If you want to set a name that includes a space, enclose it in quotation marks, as in <I>sgdisk -c 1:"Sample Name" /dev/sdb</I>. Note that the GPT name of a partition is distinct from the filesystem name, which is encoded in the filesystem's data structures. <P> <DT><B>-C, --recompute-chs</B> <DD> Recompute CHS values in protective or hybrid MBR. This option can sometimes help if a disk utility, OS, or BIOS doesn't like the CHS values used by the partitions in the protective or hybrid MBR. In particular, the GPT specification requires a CHS value of 0xFFFFFF for over-8GiB partitions, but this value is technically illegal by the usual standards. Some BIOSes hang if they encounter this value. This option will recompute a more normal CHS value -- 0xFEFFFF for over-8GiB partitions, enabling these BIOSes to boot. <P> <DT><B>-d, --delete=partnum</B> <DD> Delete a partition. This action deletes the entry from the partition table but does not disturb the data within the sectors originally allocated to the partition on the disk. If a corresponding hybrid MBR partition exists, <B>gdisk</B> deletes it, as well, and expands any adjacent 0xEE (EFI GPT) MBR protective partition to fill the new free space. <P> <DT><B>-D, --display-alignment</B> <DD> Display current sector alignment value. Partitions will be created on multiples of the sector value reported by this option. You can change the alignment value with the -a option. <P> <DT><B>-e, --move-second-header</B> <DD> Move backup GPT data structures to the end of the disk. Use this option if you've added disks to a RAID array, thus creating a virtual disk with space that follows the backup GPT data structures. This command moves the backup GPT data structures to the end of the disk, where they belong. <P> <DT><B>-E, --end-of-largest</B> <DD> Displays the sector number of the end of the largest available block of sectors on the disk. A script may store this value and pass it back as part of <I>-n</I>'s option to create a partition. If no unallocated sectors are available, this function returns the value 0. <P> <DT><B>-f, --first-in-largest</B> <DD> Displays the sector number of the start of the largest available block of sectors on the disk. A script may store this value and pass it back as part of <I>-n</I>'s option to create a partition. If no unallocated sectors are available, this function returns the value 0. Note that this parameter is blind to partition alignment; when you actually create a partition, its start point might be changed from this value. <P> <DT><B>-F, --first-aligned-in-largest</B> <DD> Similar to <I>-f</I> (<I>--first-in-largest</I>), except returns the sector number with the current alignment correction applied. Use this function if you need to compute the actual partition start point rather than a theoretical start point or the actual start point if you set the alignment value to 1. <P> <DT><B>-g, --mbrtogpt</B> <DD> Convert an MBR or BSD disklabel disk to a GPT disk. As a safety measure, use of this option is required on MBR or BSD disklabel disks if you intend to save your changes, in order to prevent accidentally damaging such disks. <P> <DT><B>-G, --randomize-guids</B> <DD> Randomize the disk's GUID and all partitions' unique GUIDs (but not their partition type code GUIDs). This function may be used after cloning a disk in order to render all GUIDs once again unique. <P> <DT><B>-h, --hybrid</B> <DD> Create a hybrid MBR. This option takes from one to three partition numbers, separated by colons, as arguments. You may optionally specify a final partition "EE" to indicate that the EFI GPT (type 0xEE) should be placed last in the table, otherwise it will be placed first, followed by the partition(s) you specify. Their type codes are based on the GPT fdisk type codes divided by 0x0100, which is usually correct for Windows partitions. If the active/bootable flag should be set, you must do so in another program, such as <B>fdisk</B>. The <B>gdisk</B> program offers additional hybrid MBR creation options. <P> <DT><B>-i, --info=partnum</B> <DD> Show detailed partition information. The summary information produced by the <I>-p</I> command necessarily omits many details, such as the partition's unique GUID and the translation of <B>sgdisk</B>'s internal partition type code to a plain type name. The <I>-i</I> option displays this information for a single partition. <P> <DT><B>-j, --adjust-main-table=sector</B> <DD> Adjust the location of the main partition table. This value is normally 2, but it may need to be increased in some cases, such as when a system-on-chip (SoC) is hard-coded to read boot code from sector 2. I recommend against adjusting this value unless doing so is absolutely necessary. <P> <DT><B>-l, --load-backup=file</B> <DD> Load partition data from a backup file. This option is the reverse of the <I>-b</I> option. Note that restoring partition data from anything but the original disk is not recommended. This option will work even if the disk's original partition table is bad; however, most other options on the same command line will be ignored. <P> <DT><B>-L, --list-types</B> <DD> Display a summary of partition types. GPT uses a GUID to identify partition types for particular OSes and purposes. For ease of data entry, <B>sgdisk</B> compresses these into two-byte (four-digit hexadecimal) values that are related to their equivalent MBR codes. Specifically, the MBR code is multiplied by hexadecimal 0x0100. For instance, the code for Linux swap space in MBR is 0x82, and it's 0x8200 in <B>gdisk</B>. A one-to-one correspondence is impossible, though. Most notably, the codes for all varieties of FAT and NTFS partition correspond to a single GPT code (entered as 0x0700 in <B>sgdisk</B>). Some OSes use a single MBR code but employ many more codes in GPT. For these, <B>sgdisk</B> adds code numbers sequentially, such as 0xa500 for a FreeBSD disklabel, 0xa501 for FreeBSD boot, 0xa502 for FreeBSD swap, and so on. Note that these two-byte codes are unique to <B>gdisk</B> and <B>sgdisk</B>. This option does not require you to specify a valid disk device filename. <P> <DT><B>-m, --gpttombr</B> <DD> Convert disk from GPT to MBR form. This option takes from one to four partition numbers, separated by colons, as arguments. Their type codes are based on the GPT fdisk type codes divided by 0x0100. If the active/bootable flag should be set, you must do so in another program, such as <B>fdisk</B>. The <B>gdisk</B> program offers additional MBR conversion options. It is not possible to convert more than four partitions from GPT to MBR form or to convert partitions that start above the 2TiB mark or that are larger than 2TiB. <P> <DT><B>-n, --new=partnum:start:end</B> <DD> Create a new partition. You enter a partition number, starting sector, and an ending sector. Both start and end sectors can be specified in absolute terms as sector numbers or as positions measured in kibibytes (K), mebibytes (M), gibibytes (G), tebibytes (T), or pebibytes (P); for instance, <I></I><B>40M</B> specifies a position 40MiB from the start of the disk. You can specify locations relative to the start or end of the specified default range by preceding the number by a '+' or '-' symbol, as in <I></I><B>+2G</B> to specify a point 2GiB after the default start sector, or <I></I><B>-200M</B> to specify a point 200MiB before the last available sector. A start or end value of 0 specifies the default value, which is the start of the largest available block for the start sector and the end of the same block for the end sector. A partnum value of 0 causes the program to use the first available partition number. Subsequent uses of the <I>-A</I> (<I>--attributes</I>), <I>-c</I> (<I>--change-name</I>), <I>-t</I> (<I>--typecode</I>), and <I>-u</I> (<I>--partition-guid</I>) options may also use <I>0</I> to refer to the same partition. <P> <DT><B>-N, --largest-new=num</B> <DD> Create a new partition that fills the largest available block of space on the disk. You can use the <I>-a</I> (<I>--set-alignment</I>) option to adjust the alignment, if desired. A num value of 0 causes the program to use the first available partition number. <P> <DT><B>-o, --clear</B> <DD> Clear out all partition data. This includes GPT header data, all partition definitions, and the protective MBR. Note that this operation will, like most other operations, fail on a damaged disk. If you want to prepare a disk you know to be damaged for GPT use, you should first wipe it with -Z and then partition it normally. This option will work even if the disk's original partition table is bad; however, most other options on the same command line will be ignored. <P> <DT><B>-O, --print-mbr</B> <DD> Display basic <I>MBR</I> partition summary data. This includes partition numbers, starting and ending sector numbers, partition sizes, MBR partition types codes, and partition names. This option is useful mainly for diagnosing partition table problems, particularly on disks with hybrid MBRs. <P> <DT><B>-p, --print</B> <DD> Display basic GPT partition summary data. This includes partition numbers, starting and ending sector numbers, partition sizes, <B>sgdisk</B>'s partition types codes, and partition names. For additional information, use the <I>-i</I> (<I>--info</I>) option. <P> <DT><B>-P, --pretend</B> <DD> Pretend to make specified changes. In-memory GPT data structures are altered according to other parameters, but changes are not written to disk. <P> <DT><B>-r, --transpose</B> <DD> Swap two partitions' entries in the partition table. One or both partitions may be empty, although swapping two empty partitions is pointless. For instance, if partitions 1-4 are defined, transposing 1 and 5 results in a table with partitions numbered from 2-5. Transposing partitions in this way has no effect on their disk space allocation; it only alters their order in the partition table. <P> <DT><B>-R, --replicate=second_device_filename</B> <DD> Replicate the main device's partition table on the specified second device. Note that the replicated partition table is an exact copy, including all GUIDs; if the device should have its own unique GUIDs, you should use the -G option on the new disk. <P> <DT><B>-s, --sort</B> <DD> Sort partition entries. GPT partition numbers need not match the order of partitions on the disk. If you want them to match, you can use this option. Note that some partitioning utilities sort partitions whenever they make changes. Such changes will be reflected in your device filenames, so you may need to edit <I>/etc/fstab</I> if you use this option. <P> <DT><B>-t, --typecode=partnum:{hexcode|GUID}</B> <DD> Change a single partition's type code. You enter the type code using either a two-byte hexadecimal number, as described earlier, or a fully-specified GUID value, such as EBD0A0A2-B9E5-4433-87C0-68B6B72699C7. <P> <DT><B>-T, --transform-bsd=partnum</B> <DD> Transform BSD partitions into GPT partitions. This option works on BSD disklabels held within GPT (or converted MBR) partitions. Converted partitions' type codes are likely to need manual adjustment. <B>sgdisk</B> will attempt to convert BSD disklabels stored on the main disk when launched, but this conversion is likely to produce first and/or last partitions that are unusable. The many BSD variants means that the probability of <B>sgdisk</B> being unable to convert a BSD disklabel is high compared to the likelihood of problems with an MBR conversion. <P> <DT><B>-u, --partition-guid=partnum:guid</B> <DD> Set the partition unique GUID for an individual partition. The GUID may be a complete GUID or 'R' to set a random GUID. <P> <DT><B>-U, --disk-guid=guid</B> <DD> Set the GUID for the disk. The GUID may be a complete GUID or 'R' to set a random GUID. <P> <DT><B>--usage</B> <DD> Print a brief summary of available options. <P> <DT><B>-v, --verify</B> <DD> Verify disk. This option checks for a variety of problems, such as incorrect CRCs and mismatched main and backup data. This option does not automatically correct most problems, though; for that, you must use options on the recovery & transformation menu. If no problems are found, this command displays a summary of unallocated disk space. This option will work even if the disk's original partition table is bad; however, most other options on the same command line will be ignored. <P> <DT><B>-V, --version</B> <DD> Display program version information. This option may be used without specifying a device filename. <P> <DT><B>-z, --zap</B> <DD> Zap (destroy) the GPT data structures and then exit. Use this option if you want to repartition a GPT disk using <B>fdisk</B> or some other GPT-unaware program. This option destroys only the GPT data structures; it leaves the MBR intact. This makes it useful for wiping out GPT data structures after a disk has been repartitioned for MBR using a GPT-unaware utility; however, there's a risk that it will damage boot loaders or even the start of the first or end of the last MBR partition. If you use it on a valid GPT disk, the MBR will be left with an inappropriate EFI GPT (0xEE) partition definition, which you can delete using another utility. <P> <DT><B>-Z, --zap-all</B> <DD> Zap (destroy) the GPT and MBR data structures and then exit. This option works much like <I>-z</I>, but as it wipes the MBR as well as the GPT, it's more suitable if you want to repartition a disk after using this option, and completely unsuitable if you've already repartitioned the disk. <P> <DT><B>-?, --help</B> <DD> Print a summary of options. <P> </DL> <A NAME="lbAF"> </A> <H2>RETURN VALUES</H2> <B>sgdisk</B> returns various values depending on its success or failure: <P> <DL COMPACT> <DT><B>0</B> <DD> Normal program execution <P> <DT><B>1</B> <DD> Too few arguments <P> <DT><B>2</B> <DD> An error occurred while reading the partition table <P> <DT><B>3</B> <DD> Non-GPT disk detected and no <I>-g</I> option, but operation requires a write action <P> <DT><B>4</B> <DD> An error prevented saving changes <P> <DT><B>5</B> <DD> An error occurred while reading standard input (should never occur with sgdisk, but may with gdisk) <P> <DT><B>8</B> <DD> Disk replication operation (-R) failed <P> </DL> <A NAME="lbAG"> </A> <H2>BUGS</H2> Known bugs and limitations include: <P> <DL COMPACT> <DT><B>*</B> <DD> The program compiles correctly only on Linux, FreeBSD, and Mac OS X. Linux versions for x86-64 (64-bit), x86 (32-bit), and PowerPC (32-bit) have been tested, with the x86-64 version having seen the most testing. <P> <DT><B>*</B> <DD> The FreeBSD version of the program can't write changes to the partition table to a disk when existing partitions on that disk are mounted. (The same problem exists with many other FreeBSD utilities, such as <B>gpt</B>, <B>fdisk</B>, and <B>dd</B>.) This limitation can be overcome by typing <B>sysctl kern.geom.debugflags=16</B> at a shell prompt. <P> <DT><B>*</B> <DD> The fields used to display the start and end sector numbers for partitions in the <I>-p</I> option are 14 characters wide. This translates to a limitation of about 45 PiB. On larger disks, the displayed columns will go out of alignment. <P> <DT><B>*</B> <DD> The program can load only up to 128 partitions (4 primary partitions and 124 logical partitions) when converting from MBR format. This limit can be raised by changing the <I>#define MAX_MBR_PARTS</I> line in the <I>basicmbr.h</I> source code file and recompiling; however, such a change will require using a larger-than-normal partition table. (The limit of 128 partitions was chosen because that number equals the 128 partitions supported by the most common partition table size.) <P> <DT><B>*</B> <DD> Converting from MBR format sometimes fails because of insufficient space at the start or (more commonly) the end of the disk. Resizing the partition table (using the 's' option in the experts' menu) can sometimes overcome this problem; however, in extreme cases it may be necessary to resize a partition using GNU Parted or a similar tool prior to conversion with <B>gdisk</B>. <P> <DT><B>*</B> <DD> MBR conversions work only if the disk has correct LBA partition descriptors. These descriptors should be present on any disk over 8 GiB in size or on smaller disks partitioned with any but very ancient software. <P> <DT><B>*</B> <DD> BSD disklabel support can create first and/or last partitions that overlap with the GPT data structures. This can sometimes be compensated by adjusting the partition table size, but in extreme cases the affected partition(s) may need to be deleted. <P> <DT><B>*</B> <DD> Because of the highly variable nature of BSD disklabel structures, conversions from this form may be unreliable -- partitions may be dropped, converted in a way that creates overlaps with other partitions, or converted with incorrect start or end values. Use this feature with caution! <P> <DT><B>*</B> <DD> Booting after converting an MBR or BSD disklabel disk is likely to be disrupted. Sometimes re-installing a boot loader will fix the problem, but other times you may need to switch boot loaders. Except on EFI-based platforms, Windows through at least Windows 7 RC doesn't support booting from GPT disks. Creating a hybrid MBR (using the 'h' option on the recovery & transformation menu) or abandoning GPT in favor of MBR may be your only options in this case. <P> </DL> <P> <P> <A NAME="lbAH"> </A> <H2>AUTHORS</H2> Primary author: Roderick W. Smith (<A HREF="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com</A>) <P> Contributors: <P> * Yves Blusseau (<A HREF="mailto:1otnwmz02@sneakemail.com">1otnwmz02@sneakemail.com</A>) <P> * David Hubbard (<A HREF="mailto:david.c.hubbard@gmail.com">david.c.hubbard@gmail.com</A>) <P> * Justin Maggard (<A HREF="mailto:justin.maggard@netgear.com">justin.maggard@netgear.com</A>) <P> * Dwight Schauer (<A HREF="mailto:das@teegra.net">das@teegra.net</A>) <P> * Florian Zumbiehl (<A HREF="mailto:florz@florz.de">florz@florz.de</A>) <P> <P> <A NAME="lbAI"> </A> <H2>SEE ALSO</H2> <B><A HREF="/cgi-bin/man/man2html?8+cfdisk">cfdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+cgdisk">cgdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+fdisk">fdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+gdisk">gdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+mkfs">mkfs</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+parted">parted</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+sfdisk">sfdisk</A></B>(8), <B><A HREF="/cgi-bin/man/man2html?8+fixparts">fixparts</A></B>(8). <P> <I><A HREF="http://en.wikipedia.org/wiki/GUID_Partition_Table">http://en.wikipedia.org/wiki/GUID_Partition_Table</A></I> <P> <I><A HREF="http://developer.apple.com/technotes/tn2006/tn2166.html">http://developer.apple.com/technotes/tn2006/tn2166.html</A></I> <P> <I><A HREF="http://www.rodsbooks.com/gdisk/">http://www.rodsbooks.com/gdisk/</A></I> <P> <A NAME="lbAJ"> </A> <H2>AVAILABILITY</H2> The <B>sgdisk</B> command is part of the <I>GPT fdisk</I> package and is available from Rod Smith. <P> <HR> <A NAME="index"> </A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">SYNOPSIS</A><DD> <DT><A HREF="#lbAD">DESCRIPTION</A><DD> <DT><A HREF="#lbAE">OPTIONS</A><DD> <DT><A HREF="#lbAF">RETURN VALUES</A><DD> <DT><A HREF="#lbAG">BUGS</A><DD> <DT><A HREF="#lbAH">AUTHORS</A><DD> <DT><A HREF="#lbAI">SEE ALSO</A><DD> <DT><A HREF="#lbAJ">AVAILABILITY</A><DD> </DL> <HR> This document was created by <A HREF="/cgi-bin/man/man2html">man2html</A>, using the manual pages.<BR> Time: 23:27:51 GMT, June 09, 2021 </BODY> </HTML> PK ! �jT� index.htmlnu �[��� <HTML><HEAD><TITLE>Manpage of GDISK project</TITLE> </HEAD><BODY> Manuals available: <ul> <li><a href="cgdisk.html">cgdisk</a></li> <li><a href="fixparts.html">fixparts</a></li> <li><a href=gdisk.html>gdisk</a></li> <li><a href=sgdisk.html>sgdisk</a></li> </ul> PK ! ���;�X �X NEWS.gznu �[��� � �}i��F��hz6�l$ ���L�t״diU���v�$\ ��Q%zb���{e"�bɚ�U(�*H���{��y����g���Λ?�������_���e�6Q�R*�x�NvVyX�Y���<.U�d{��eL��I9���?8�6>�*��a���T��S�����v|[�������(W�.N֓�p�~Ԟ&��I�i>��c�����y�E��甕G���up����ޫ��r��vq����)�G�L�!�'u�y�li�Y�S9��܅����,�,�UT:8Z� ���=|��^h�3\�p�8���s>�Neg~������DY�9'�V�r3g���]'��t]:��#� ���)L�l[D�z�f���K���e�]�<�iI�H����F4�]�O��#*O��}��'�7���0T\��sի������N��кa���8��t�,Ľm{_�[�{c'��z5���0p���ܝ-G7�N�j9��~��9���0�ѣD�iu�/�@����{���E�p �QX�{q��8� ؑ<����fUɧgN�DR���?J��4L�Oa�@�o��8*-���RM�0F���_|bұ�n��x����ytV����V�#���Ck��ǧ�X��bG�U?|����m��4��*`�8�_q�S}x�'*'͞a�V��O*/¤�|�����SӃ9�( �$q� ٣�{����T=;�}�M�vp�E�fW�g���-�H�]حS�-a��#�Ty:]g��x�<7��9/��T:*,b��NJӫ¨��Ǜ� ~�e"����S!,���JJdW��� ��V�qqđ�*:�Os�;j��x�B��xχ��Q�پt�,���I��e�0ϣ��3��W�!���r��!�J��fg ��W`�����_;�6ɢGg���H1������=�˪d�\��+<�=Ѭ�fp��:��f*<��n�s��-9��x��GO�w�KMY~�G���Oq�{��^��vaΞ�����1t�<�C�)��6�%�6�����R���8'����.�]K$<��(�����?->|��B��|��T_߲詀c�A:�2�C{�+yg�J����CaY�c�N-�wj�<P>nL���t_zQ�;��[7`J�k��yv����.A6aE�G�����>M�}���|V!c��b �,�2 v;��C.�E/Voy.�8� �o8�0I�>����ƹh�����)�J��� s'��P�%.�J\F�m?��[�bpgZ���@`�IuJ��zwA=�AC�["I�w-z��G�.�m�}���o� �����I�GyL��Y+�`�`,�&��w�UxqW��d���I&ʇ>*�.ND�y�d�S�����"�|��҂`�̝�9k\���t8����߳ �1E5�EG{_��\.J�����c�̪�M��:�#P*���e�l�i1N��%� ��:�>�:��l��|�>E�Q;U�qbp8O��Y�W.�.M���i���|�s��gq'J �g���� h�>�u��YE1�}�U��MQA��P�+Dz�.Fa��8-TZĨ�i�%<��X��V��ׄ87�F�{93�i�����5h� w��ւ=��� ��@�H���x&0L��Un!��/a������[8�g��`A"�r�Ȫ<R0�A�RU�咢_�%���t(�n��:��GQ�,��?�3�3��٣J�ָ�a��ADO'�g�:?,���,K`��,x��wy��6��p�i[�e�ÞP�dx��G4y�i�����2�qpN$Y��Tit$p��>���ߝ�T�O�,��(�)�0i@� ��JX��y� tu�Gd�1��� #�`yV� i9���(sZ��l�; \���a���$� U��(a����f��n� �h'�ثgc1(6�� � )(x0�0G)b&�i�BH �f��^o�+�U���Psn,h��T��r�7Yڣ9�`aw��e({��Hҧ8�R�j�� ��,�8������|X ���Ӟ�G���k�� �)�L\#)�/�OZ�yxU��/��4�Tr���(҄rcpV���B�&�UX �����o�Pk�A��g�'� H�����Wm1=Px��(}��b� ��C�%x��P�0�ok5�e"$X�#�|g�mv��(@�w���8Ѵ�,q����: U8@2b�0?��P�H����!�!�C ��X�p=���(�|0����S��@��E�� ��l�̕Hb�{�D���-@5$DI� �L}n�=�G��9�X�nXT����E0S����� �t;��+��MO�.n!o�-=%+�5yA$�N1��� '�oG��W�ِܦ�� kD\�r�c�\�Щ�!�K_��b�1�Y���Y�yex�� j����^�|�0�������� pF������ɴ��@�"ᥠ�d��e�� ߹�*��E����uTə�)l�� �6N��bA4�г��/�,��c\J��β ���}�16��]x ���ƙ���Z燄�j*�hJ�)C|�K�=�z,�=2Qo�x3 H�"��Wc�9��y ٽG������;��`>��8 ��|�%{-�{a�1K`k�3J� (E3�/<����|�v7c�Y���$�,�����stƺD�����e{қ���z9Z��`�w:��`=���h4/&��w?��A���d5Y.�x�^���h�N��'�`4{��rٱ8ƚ�?u��|��D��F�Ӿ�cj����S������Z�~ %�^$q[�@�E��^�楂ݴ��$�֥e;�=h�ĕ#��E��+ɶz��B��ԅ�=��n?��t�-������w��D��F�cU�E�� ����U��5�##DzBڴk_D�Ǝ�n� _�M��/$D�������#� hU㯯�C��1�}�� �RB�'�C�x$��f�9PAB�hmv�t`��}�'�Y�}��������N~Y�"ې�E��R�Z?�2U�)tQ%Y (vXKk���hy6Y�y©� �(;��Ţ�"MOy����'> ���c�(Z;h��Df0���l�d��� ���v<�GphÏ�> �q���@? &�{ ��]��I-�S�7�>��"rA��D`PF��� dwU�B+?�߅Uei�Vϭ��ŞP��^%0ѥ��!��� ary$uc�C 4_B�POh���� ��9�Oe漜�X{�ãb��%3���F{"�0�U�{� �D}dS����8Q8Wp�k߅�.�U.�6���%���k��7�ݯ����ݭq���L�u�"&�5�-!��]!��"#�k�B�/d���}|{�v�=�����Pz��eAËyp�<2@�[wY'ݛ�e�L$�)�� �ut��N�!U����Dt����L�p;���PV�f���.Y;Qv��� "���tَfVQ���zW�6��ŘnF�HW`��TK�[O�*�,q����c�<I~6)R�q�����"���#c���Hm9FZ��v!�f��뇏���= �n�G+�@m��>��7|�����/�����}�i~��C+A�U"����u~FG�b������9��M�7ΰ�?�^����nmY��?ޯ;o�)��@� �`3Y�ܹ?�Å��_-M ͂� 1��;(R����` Hj8����f�.F����f3��7K8k��~S�_�$ � O�� z���;��1ğ��ٳ�݇p�:�\�;�(��S��f4��W�d�X�<�$�b�Z�A���T�@(D���f�֧��ݻ72U�[�;gI����\dF*�)7����i�^ߟ"���<�B�U*�����K�3�c�wh�0Q a����m�����%�ƤA����F>��#2U�Llq���zX�d6�Ӣtk�O"�d`��8�huOP��l�q{�8E�,@r8�PA�����#����j�`R��w�Qy�����J��wC��2r!SC���a��+0��{�[�@b^�fNAl����8 � �ܷ�w���� �w��� ��K*��A<E#�f�1qT���%�W2�d��$�w��H��U�j�T%k�P��).�_Vƛ�����SFyW��Q�W%����b�i#YIn 3мNd�� �ʕ@ö�%o/��ž༜a+H�\���j�'ZzR���Uh�9� Ҧ�,��;S[���~}Do�I`���D@q ��/G��2v��tV^G�GC�bԹ@�@P!�[R��6SQ(��0���J�3��Q�%�PX#G��a�c����Dt0p�(�6"~J�/�v������ص��K ��Ȓl�E��q�mxQ�ߒ���<� ��#H��&��&�'����g� ���P���;>�a�N~�QC�%�ecL`��*����;]x�lg=o1/y9��ޙ���dG2'�:)�ے�g]�"�8q�'���ml��G�Uu���^n�·\���n �kׁ��NA�)YH��O�c@V2�v�!)`#�% �\�6��pKF����xxaOw{��v�w���ui�a�DQ%��`j�t�*� ��. )�Bh��v0T��Eã���3�) g��kx�l#�����-� �P�8pԲ�gK����8. � �Y䶭9��E ̉E`��*a,V�$OUs>��]1]=S$�D��1��X�6h�B`$^J�B �NB�&�m�p���V" ^<���R�1l'�X���q�3N�C��p���=w0�O�q Px����(���1 4=:2%wu�Q�H�C>���9v��<3F�x=Y.��x���Vcw��L�3+o6�E�$Ʈ������R?�k?����e!=�M/�3���7� �"�S����B��q�@�����]ʎJ/D]3b�^2L''dcP9N�Q�2���e�����f9�\�_���$ �f5��0��"���lJ����u�I��,lă�Tؿ#j�(zu�� ��i9�f#a◢X����Jc���p�1<����/g�ԟnf�ԃi����^��x� ��2X��3�;*�ԙ]�3��`;����KwᏗ.6��l�X�� ��8"����9G�m�-�8:,q����F� �Q��`ƉΣx��???���{���c�od�}{�:/��wqӐ�4�wt8Z��δ�.����K��o5�#/-.�U�7� t��2�#?p9�f(#%�*K�i�u?K=�Y��[b.�����oᙸ�;��R�V��jKI� #�+�mz[Yi"�B#:�� #l,U*ȓҟl��(H`VŁ �Xf&������]�lԳ��YՐT��g���K���$�=��gP�w�DqO����p��6/�`3�����X��q���6P^Eaή�����Z�,.�e�))_� x���ǯ���N��SG�%./Ƴ�L���x�S��+!��JSBuk[ܖ��:�ݯ�VX�Vi�PdD lv>���b�-�x��G�{��-z�ӓ$"�PȟS]|�:�S�/�6�b��c����#fYJ�~���z�r�b�ɉ�L6��`�W�ʍ �<�::���R���h9�L7�f<���r�v��]x���כe���^`���t�)����^j'a��О ����O���(h���SF��vvh�8�����i�1=����fM��N�XLH)�t=��l�t[5{Q���c��$}��� ;H�4dI:���y�^cF< <M��u�D�K�A�mH�ѽ��DO3Bq���⎖��~v*� ]�����X��p���'�Q)�A�]�u�2͍Sm.����T�����sR%�N3zr+����|�30�jۃ�#����&ٶ?�F�0j�����φ�Q�;��X�&�n��_��F��w���nꓧy�Y�&�`��L�/��+�g�`�-כ�7B��O�M��+�1�v�h��w�r�I0C��l<[���7p����.��1�����7�!�W��4L�z����{p={��l9�lfS7جa���v黛�|E��53��P�GǺ����|_���5������o=귐;@��a7"��p2 =w�&x�����]�5�x��t�'t ��`����e:�OKPZ�)F!Vߝ��q7���p1�f|��~w<�!��_��\�1�/@[C����&�z��kb�BR� '�0��t3u��C Y�3o�n��1Lf=�a�f�"B �=�C��a�*`xQ�Xh��;�f>��D<�F��&���)�%|�'�ڏpd��F��{�❆��t����%�?��-f�y-'�Nt�2�a�^�O%R(�,U] '�m@�^�,I�g�Ȑc9L{� d_N.��)o�ʚ3�����|?y�a��䐀Ű%�x�l"�W��� ��^]6P����q��i���@F�k�]Fzk���ҝ���y��DD�K�!>}��Ў�K��U}�Ac�e��jO[GQ}.�i�LP�#�1�i��)� ����,�a�@ڟu^,3�H�P���� �%=���ӸJ�'���V��<��C ]ߢ���a��VGɂ�5�I���H}rpc S~i�<�TO�%ԑ��ɽ�O��i�l��%�n��"��=�B��R�X ���&X�~D���.Q�0yK�\�L{��@RW^�+��:�f�}��k �/��u?`ɴP:��;RAw6�����_���#YXb��8z�Ī0�sV��vs��̖�lm��Tc�:7;d��2;q�#��+0��8"�kJ�J�Hw��F� �����s:�e�^��v�fy|�0�Pa�$�ؤw ɹLfJо�\t�{��H�i�+d�"��3h���}����J�0� 4��yI� �@k � ��0) `��p�$3-�yx*$|Et�yT�X�7�g �s%����$�_���e��h���owߓ��M�,/}+V�h��A]��n �LU���S�sY� ���O�!Sj�"Y0MsM��P!��>�H�QT��С\�0�T�"�m$�'��0�g��P��"�O]+�pyVr|�֓�9�/^q�r�K%��NK)}�N�I�^X�*8?(�]���z)�1�%g��1���gh�H��E�,H�����Ҕ�o?�Wt虹��c�r�ˋ�.ʕ����}ш��9hwkѢ�%Y;�`Y�����Y�?[�ԪT Ɨ��ڰ..�ǥ�R��R��OS"�1'`��H7s��x\��/���s����YKy�~����0�y�t��ge��|K�X?p��u�)�ȸ�����Ȉ�(� S��-�p#��z5���+��b���7`��� Lp:�f�pǁ?X/&��2:: �J�����K՚Y�O9#h�2|�zFзT�3�n����^ )k#; �D}�<�8��`���}7X/���A.�`Ryk�����u� t��̀it�������$2j� �|�^HZPŧ�f�I�3揔2$�%���ywo��n���ڇ-�?��s��x�w��w,O�`��W��+q5��˱�Á?v��`�N��(�ף�t�r����q��ǥ��6��f<�&����T��E�7 ~���9�,�F[�����2H���%j��Y/��eO�H�_�D�m���� #�.����ȥ�52���0��6��v,�u�lx� ���Ji ����Ε��%���/WTVI��"�0ݾ)�2�W e2���-��m�D���:�ν�E�lD�|���4�-�S�c����bUR�*~�w8��M���z� �QH�(�?����2�[6A-�yZ��XڧTG�$I�L��s�h��@-�h�y�eވ��~U*�x��r�b���y)��Q��_C���{ل"L��:�-��V��\��bטN�by#-{HaRD��,����̌}��0N�r,{j����)��8/�0Yd_���L�dyă�*e��-�W ��e;� `��6�%��'��H�S���N/.�Y�������0����H?�q.k\�T�;���-�t(0s���)�\�:�_K��d�rÖ}��c�;�������}N�ڗ5�*�^��A�iu� A�@?��x˪JB�b�Q �q�gM�_�*�"�X���M<�*㤵',$T�P 6�N��-��xɒ��݈��bDb6 m��c3z�.Eis�o(b��.h�g��Դ�V���D�~�f �c0�p0 �m0�w�=���f����{�8�179Ӥ�1�)Ҋ�c�p��J���17N�C���6ȸ��ƣ}��w��>���i�d�K�9��/�8�dS�2�8ҫ�%K��N�8��ך�^M�~��H��A��b]O!w�Ѷ��%#�^`�r<��zl�a6hړ��ad `l/!�.K��z�đ�Mj@�QY�OF�/`�P��佚�����A��a����n�?�+^H�i��nm��=����A�>�|͕m��e���:X��jN=w=��F��t6� �<�t4�5�X�>uB� 8�v��e?��{D�Ԍ���[��Kˊ^��:#��y���,��g��*qsѥ�'�e�2����h��F���]y$t�� �k�a��ƏXfw��p<|w��\���75w�ӱ?��@�o���;�� ��PW��6�,o16�jZV�*���\�/K�� &-��^�{��8��E�lV��6_�·,�T������&�����;\�m2 &w0/G�!�� 'mp�_Z��X���#�ú��q/p�=�� Љ¸��.[�VҚ�&ʬtX�joC����4�m�R��A�l��1�Ph����IȰXmٗY.���+�~��ճ����qaވb�[̃_�a�:Ho9��1��& w�u�;�8ʖ�a�k��v�v��M`f�Ùd9ץ��%3�gh�a^'�ALH�`ajx�ҫtȓ����P֯~�[�q����,k�9�Q�z՝���Ȝ�5w��5�[���$��#JT�� B2O�7h.-(p�5u�u�!�9���DF�Ia$��.�� ��p�+1~Na]�h[�j��o�^8C�'�����Ƚ�zN�$�����}��0-�@�"�����k�)zkф!�Ϋ��ǻ�䘰���GS��M�#2�f�Bn#g)���ͦ6��s��w �t�Z��|).�FO'fe��֠� Nx:L���չ��\�����)�tH!����TJ�{�̓�WZ�D�]���*u��?� �o�m� B[��3庱ꢊ�e�uR!vu���Q�eg�rn� 4{��vYK���L�iP���+��:2aFY5���0(6u��K��6�~�P�]����Е`4��`І�����-�12��{����v�Y̋�C��-�*��EjU�b���E�J�VhT�����>�(�I8���C�*�;�v����e#60w�Nto���E^�}Vx�R�q���6☣e�c�F������Q�9�iF�H9$E�Wġ�*�� `�`�Ԯ�뙜´�Gu놎x�r�/;�2���A#G@lVI�7�Hj��\��JH�N�l �,?-�lh·�Qb�q�&Ub@"9�l�)\#�M���q�D��y�ƃ�F%�*�w/n�s(I�6�>2����<XG�A��D��/�SG��R�7�c7Н6va��)!S:�;J��4U��v�M�2 ���U,�;�-�,�X7����F!:�B=\�g�F�XRX6ŝ$�����O��D�j��B\*����(݀#��\%���)ٙ��'�M<�t!<8d���[��@czfܦ�f��;����u��'�[t�T*#�b\e�8�B�q��5о��Q-������i�r��G�-*+nc�uͲ���1MoJ��T��>���9{�] ���IŜ�����ˑ�J (K,�LJ���8�Ѽ��>vuB�-�_%zC!�v�����l��6�z�w!�u�\���(���]��'g �ڹ-�nv���V')���1��cF��҃C0u���xvk�(�r� �"��,��8�N����Rº��JU$��ut��\�8�xKQ� �\�S���`q*v3k(�];�<W��dBP���?*���F��?L�fU,��Ӊ~��fK���`X�}�͡3[ U�2�<{� 7$�`�4}g�9P��ɹbfȃ�ͨ��f���̸-<����e+=pk_"=�&Jrf"�spe' ���N��t��-`�v��B4���Q$� ��)�� iͽ*7�>Rq��r)����<�%/Jm�_P9%h��&�=O�39� �;%�]�F�[�C��v�&D�uT�:�j J�Ӟ�9�"��@�TiH����ƙj��"x�I�t�k��o�����C����7ϲ�y�����f��S��p!��v�>�W��#�A�Aw��8��\�?T0R��Y�j�9�Y��fb�d�1ϼ�m��ΉXj%. 쀬��MC}.��Wߘl���E��2 p���� �خ9Q��w㸰���"�s�gE�úe)�G)Ŕ�luI1�s#�p���S�7��k(�3U�&yf�I��P#�Ύ:K�~6��o�#A����u��_�!� u�Z��*M���4�:*}������u��'���z�; #�&�lj��kD��(bȸ�_#C� �(iu�-gq��{��7ި��}4�ǛI���v���t_u��:�?<�����w�b�^��S��F{��8ɆZ)�Wדg��<��̀�W҅���]l�챠B(�����a�(�mp�������ذ�W,��_j����������ǴW{��BI"ݻHzd��e��4ʙ������jq�-mudq-mk�~�Q,m�O5�r�)�Rl���5���Z"Rf%wv�r��1��pGs^�7u���N��� T�DD�W���&�r��T��֔o��a���q�1 G됼��/T^�A^�.V��j�u=����\�� ^����J3�;������f��U03j��n�L�:�[��el����5L�C��.p��:�s�W��j�lg'�0�!���m�)��`�4�W/V�>�mv��AK0wg��ÿx]!yU&k�i7��R+n�[�y)�]��+7z��w�%;��"���Ҙd����Wb�?����5uR�a��\�����W��#}Q=k]I�O��$��*ѐ�0.����+O�"�.��f9�8�t8�� ��z2s��l5��W�Ӟ<�<v�Q��G��4�ep�^���7������;�,=w<]��`<�-'Nۛ4���6����F�-�=B��nt����D��������|#�����V��!�)�P+�FՍ��}a���E*Gʁ�oj(B��V{Nk- J��Ւ�ؤ���5 ��$"����H���6�!Q�$���o���z��� y;�-O�z�w��A��~H! ��2��w�/�6�����{C��T�Y��HH�*$°i��9��-Ku� ��9�FR�~#�~�Ki?�b0Z���F��W�Q���{ ߘj�-hT3�EPy뼹�O�黡[w�`c�Bg��/�^�`� ���=)r� �!�[��*t�Aj�(ͳ��P�M )����R7�7O�x��ނ��9�n��b~u��]�T���9���p(�4.Lb��h�0܉���g��$�Y{,�3�� P��U�ac��Yiu:����Η�Z�t���"~8�Md�4ak k֡|���\���Z���!��Q`-b��O���-U�N0ˢk�����Դ��cni�9wn�Ԭ~�gqmo�8����:&"|���Q,{CU����,O���P^i! �]ń�����s]tm^a���� :[�%VN����:��)�y+@����0�$(�v�N䖙��:e�ތk�y5����i�g^��NM�W��ɢiQC��E��C z!�avu'�����Yg��GN���W`��-�XVSh @p�_���$�4|i~Qq��J�Zkunm�X=vu��Vo�{Ck`�Y��s�}�uq�:_��K� 諸6 9��@�~��N��b_G^�Sw 1�N�w��Sw�O��cu(�ӻ��҆Kݴn�D�E��Lٰ/�M䴀�i���[�؞�L�FJ��K5��9TR�8��;���RG)��� @�W�:�а_����)q���F�(��7Ob9෯�u�����?�hf0�/�(�y����5��i>=��&�-��rp4�ְ!�����)C�N��eC���ʷFma�d��4�鸏]��B;��-]W�3����Ƚ^k� 詴���j���P��tv��m$I�����"�I]>�B#_ja|����w�hɢD�diY�l���|/"2#�(ٻ�e�Ygq�#������߬8l��������C 5��1���m����s�@��=@�����'� ��C$�x!���f{?���@bҖk;.���1�� &J[ riKꃦ(˯^[z��DQ'�1.#?"U�Q��@�����F���>��е��@s�3��ԍ��V��gX���K3�}�qd'�bd��B'���9���)C /)�}_�g6�@�l�d"eW���b�F{��Lv�XT�Wa!�Bn�@*�Э�^ ��r�و-O���K:�ا�'����P���٧a�Z�`�.�ϫ�P�v��T��ÁO?�u�W�Zj�K��#l�4�_���y��0���_�J\����U�̥�U��L���������c^�A��~ ���v� gm-`1l����*D�QA�vQ��̷[�¾H�:@Bۘ�n:l=S^��V[�Fm��D B{�a�����n�{��P�ni2w��,�/���Ϊ.|7�|7O�y5�1���tT��v��m*���=^�ź�Ζ�N堰*�$�Rq�pUE��d���:#L�,;��$}e�,����oa7�̡�/�3��=!�V�u5�$/���]�0D$����`�H�;M]�;kVRl���?��\|q�L���=�q�k.k�m�>���?��x���Ȃv�s �|�HJzHJ�&'R5?d#��g�����XotJ�sG�m�w"#�J�Fa Z�],�?�<�,3rS�NXoW+���~���P҆���� �J;YpF|J����D�<l���/(�{g�1_c���� 2אn���;�E���'�Y:�;ΉȍVд�M��I��ڠV���_9t1y2�Nk�L�>j�t�)F��Q���u�6 O�+=Mu{�)m�o�Er=��-i�q���&v�8Ӥ���ɨ,JD����.gD�E��-ϥ�ꌷ��2+c�[�3����w�w����3f�m���j�C�N3��4�DC ��Еb���8���ٴ�ڊ���ݺ(5E(z7I���������&�����"�.\���&�U�9V�v�j�`W��mՈA�C����IL� 5 _'9{�y$���+O{�N\�;06�8S"(֮s)����x9�V�ړ�A7�"\,/�N]��{H`��켫!��$j82Xd�"�~���(-���J��Ҍ���dk�a���{�V�f ����%��\�bt3� "V�,�vVu�e�(�gw�'�FKw�����������n��n���Ԡ`�#,� �[ ��ߎ�3�̡�����G S�Aj�6HD�<�w> �z�ؙ�s}-o��v��-i��*�G��99-adŋ������I�;q���q�ы|[ɘ��U�J3*�c(�=9xx�8K'�@O�gz�1���� ���f:�d,ս���Zj�"O�U�H����XOB*HYK@�p��R}$O�R2��w����cTX�����.V�5T�y�Rʺ����a�{*5��K�9���.n� ���J`d%��s_ej�z@�(��t�)W_x�tJ칼��&���i��i�ͽ�^,E�"%"/;�Ggs��`����3�c����Y��K%��/²M+1j\Kً`���L��2��87%G����l�h}��}ᲾS`߯oV\# �*'*ꌿɪMh(1c_��עՕ�����9|Ε�u� I�j*%sk����{�{<��d/a!����J���^�3��֊Rԋ�b��|��鹽� ������?*x��~2�:�j�w�Ng���(��{2���W��~����8��ǻX��_�;Ǫ��� -�^t��t4�G�?n�)Sۊ?orLH!�>{��ߵVā�fINt��:�H�sh���&�P��v廒� 5�,E�sk�m��\ڟ�W������X`ey�Qx���/W{.��0��d��}��T�E%�@��2dm�?p�D깵3G1��� @���M�&�W�,2i��Ux(�gG$'�|^r"f��b@0�k�ϵ8Mf�w3hi��nr��h�W�!�e��ׯ�/�aZ��O�r4�hM&�0�yR�\)�[��FyԤ g��{fc�S��S�:ق�Lw����w���R�pH\�2lQs^���'ط��ܶi��B�r0�!�T�a�H�V�� ƘsY�K��@�ז������7��/!�#o]�T=��*|K�����~YK1�r�/ꦾ�b�`i@-���e�8�lyRU �deĖ��pD�P�w��'��lp�M�rsE���@�܋u�b��AM�RN��[o:j���5=w� �ㄆ�sduS#Jģr���=gq=���φ�ZV��4zW�ie> �^��"��� ga�zr+�Џ=������v�]���-N�[��7X��G�K��'T�*5Ov�����:�A�^�Y;�WX�� ѯ=5�m�)�{�J��K�{ ����(���5�]I{�����B���澂/�X�K3Q���B7��3 �f���?',tl���(!�T��K6 <K<j��6R��������G����ŴsA��c��X��L�o���^;�mI�$��¢�:Y��27���� h�`�l�h_��s�6X �')=�I�$������b~�z�eĘ$��Q���u�D-]mj�ľ�X =sP/n`R�j�M+�P7���Eĉ����)E�:�� yX!d]��u�6P��v�&iF���I`-�u�Z`� �H.}ʞ�t�HP� ��Ϗ�Љ�CC�#�NF�A .~%�{���^c���t���jG����U�4��z6:t��Do#JVNNb�kZu�G���FGg6�d����!c�6�SěNA|V�%6��h*���8�u�����]%���Ơ��já Hbkn��|�p�XC/��© �e0YO8i�M�k;��M�%rV��G�J���N++;UZ#뭫�nʽuP�|��Gx?3UT�U��5�īkϳ�� ���}I9�R��v��R;`��UD� ��ºU �{�6�:���iJ͇0���&m�4ʐG�1=z�yjJ�H�Bض�����5�:R(�t�k(�" � ɛ��^�5�K�ej�.��/�/+l�"O&u*[�|yL�J��H� ��*�l٢WaF���5ee�e!�v�Z��N4p�(�g���H�s�%�Y+Rh5 ��$<�x\5��<��0[���Ul `/N?_�������D�ߟ��8}S|8�xq�?/>�:��������W���]/.��o��ޥ�*�#5I������W��������ߜ����~����O4i�,�[Eab����W��JY.:j�c8��v�T��D�3%u�����~�+���<�x�ƾ��{ �#MUX��QJ&�X˸M�A����9G��Z՜�\��7�9�a�~�� �贚�J¬��q�9?�L��XQ �NR�z~:�,��Fu��A�}>�&�nI"W*%�T��D)������~kS!��n4��r-=0��v`9�b�FEBo��CNA�-�s��*�������z�`5� �r��;�]��)��ؤ Hx�aq$M��x����K�1᧒�i ͰJ&PX�]l�Dhqܢ�tYa<� ԅ�T @� 2��h,U"9xY�Y�r����g`�s}��02k�ۘ4���w� u� Ը\U_�3��F+�\\��j��yC|"BH&i��w�ծ�r,�!��jx��E�̎�#��k͈�t39�Xo�kj����Gqt�Ԅ�N��MћE9��ZkWGǰz:>�f�[~V��⺡Z���9��$p5Ŵ�W�e���/�=W�E�@F&��? O����Z�\��������8�.TI�K����ax�⥵n��u�̻�!���d"p�(�'���A����ŋ�0��Ņ0XqQ�b�%�a��o�U��1���~�1P�+��^�׃�,H="2�5p�䓡�N���d�m0i�� j�:)�6���� ���+\����Ns\� aOzMD�5��%��SY�*S*)���ڔ�a7�ja3<!]+/�2/OֳYX�Gt��(�heL� �`�sz��y��Mz 9"��,�2,Jxg!O��m���V̊w.n�Ma {,#D�[Im0Y+|gye#��ưW�%���� �v��[ �� �i>i �����okLzVf�i��Z���� �M��O��gu"� �Ù�p�\�0��]=��h%��w�4�K#�cA5�ͫ��r���H��aqNŇ/n�q��� 䮛.����[K',��w�}�P�:�d8m�T��b�a�����n"����Q�56������$@>����b��n��T�v��5K(��Y��,�T��Kx?�<y��n�U��p�x�HUP�,�s�y����u Հ[���C�H�dP̿��,�L�rPn�G��B<#P����F)�v+Կ��f�9���$$�����u������0�^�\�Ӫ�@�m����a,ZI�I�$_�i놘5��{ʗ� N۱|��|Zc��|g am�ҍ���ᄉ��9�(���j�����;���$����f��]ר�ͩ��B+�= �ڬ��q"�g!u7/�*N%�T�b>�%m��א�Gr�^R�@��N�KM�$�#�},���3��ilϤ2�7a���}����� 'F�����N[/)S��$";����Dս���x)xh��3WW�s�ms��`��Ȯ�e <�0?�3��p�Q����B��_`?d�[.�y�D��{nh{q�GCZBqT�Ot�n��h�o]O"��5^DG@=*�r �yYL�&�WG7ˡDI�R������j(/���-��) ���Kw8�/rE�!�.��/"��%��{R)�ֲv�I��T�+�a�#��q��vh�~��!D�� ��@��'xmtiθ[&Q�~���!�E�-�4���vL � �3�T��Ƣ��!�l��vIRxWm��z�/L���Ɖ9���%^�0r?ĕ��|�X��¸�[��EÜ�o�3���u�G��tC<�I���هן�'�(�~�Z�x��� �e�_�tY�_�l�o" !h{��9������ߢEHg�)!�.�&+��B�dQ�M.p��b�� ���g��{l���8�B�����)�Q�,��ԋ%w�.�*W� �p��h�V�҉�.C�������"���I����ӗ������Y���얩�5���Ŗ%#k.(�1Y����aq���ɇ �|YZ�w͚�:S��Q2%6�39�Є �I��q��I�J� �����E��q�Y����Z���21�c5[���_�ݳ��ӹ|��(�U�%�A9�Z���6k��]�I}O ���{���mN,�d=�#��"���W�>7�1Y+��&s��#��䓳�؈$�5��#���$����J�|�B8O U � �)��ʣ=�\?e�s�¬ڒA���C4w���FT�_ jq)�ٰ�u��s5l���# +�]�����L+Ȗ5/.@�H;� �$�X]6�����I�VNJ�k����!��t�VN99)�q&��%�u���W�� �jN����j� �6z~�>Fe�����d�N������)�[8��K�*'&�~7�M�O�6�o�]\�]jgZ��?�#Ҩ��|M����9vx�uQ����N�N�eo�kd��U1�V�&*�!��%�1����x���UrXAy�'����ؘ�����k��vq���%�FUg��_ ~���!�m�d�`��z������}q�jrM%Ի� � =�?='ff�u+P[Z�N���;uwr�l����mȗ'V6���=O i�d��H�jO P�!uQB�7H`^D�Tcˎ#P�l!e`���s��#dG�Щ:{���8b�@.e��t\�^����lB"�����T�ސ�d�J�%���)�$���U�^��u�:���3�&P"8�I��GvXa�W�]Ec�tV�� S�E�D�|H�K����"��ia��q*[���*(�j�.4F�W��� ���Aԝ��b��V�S+#��@Q8��!!�� s �侧��*�|������O�y�ꢘד�Bĕ�g��Pᕋ�Kq�\�X�a��I7:j�$����ww���OzH�E� Or�+�����r�[Z���C���~~C��i�2�9�0D��A�%J��_�M�"���;Ģ�d$G�9�J4]u\�{YK�'�M�8��~�)(������W��t���wT1�Xa����m�����-��O�z� a�d�1�tQ��r�>�B�,$ ڤ����Dek��U++��Z�>t)9��(�2^��*��a��0Uf �MU}IVW$�N�U��U��{�H\���������u��3-ŷ�Y�O߇6`�� δ?�� ��_�g��7���,Zk٩��d��+�2 ��=���x�)܇ʹ"�p�It&;�w��� 53�6��ۣa��*���}���\f�����%�� ���/�"�TMD?V!�(E^�:\p�Q�W1�}��v;�*U)�5��yeE��Lɿ�E���=��M�4��C��'[x��+ٍE]W���AN+@�GDE�)0�?�&�y��t�Ûp����iX��~�o��hJ]�q�|���@[)�"g�����P�Ҟjj�Go�iQ��(f5�Iz,;��S �g�ybL����ŏ���DvN����H�1�6/��Ȁ�F��$~�5���i�A�;��ɗ���O��A�� �[�v�%�5/�oɘ��h�U}Z�c0��rH�5bHV��WQ"��ӛ���S���h��Ҙd��L+��C�YD�5S��I�߱0ץ�#�4�s�?�?k��uџ�fOe`��A�έK��5`b�BZI5ā8iv��/Pi+�Ͳr&M�H�J���5����a^Z#��\I�`�F��&��JV����F�m 3���hj�0 H�a>�v�a���H����t�k����/$� ��R��,M�\[Hf����s�Hb��-��IW���}���.$u���/��g�,R����Etr�跣,��N� ;:0�PdY��x���N�uJ4�"��l�mR��}h�bѹ��ѫe���3�9����j�)�:&&��T�Vu�軳��3Τi�m��L������X!'n&�찖6F/�9q��y�{1b�s��rl�s�GQc��p�>��h�<�݆J��u�mZ6?zyB?��V�����z�u��wf�E���-�a��=qD���J?H������q �~�����=h�j��R鞕�,�c�rNV§�Lf��Y{t=���h"� ��=yk���� ��3������NH����v��ōn�=��]S��e�����7j�R���o;��T���\�Crw6l~���rӗSmmsUZ �J��;R">�����˭2Aʏ1�a�?7c,�q��L1�7:><|�s�-��;����0��1^ʽ7-��{�}���ނ{ ;n�mQ�{�ޡD��O��B�Ӣ?�/�ߤ�q��x�f�[[����^HX�A����W#4WА ;�4`S&�Ė'��Gt��e9� M�3��P'��TR"�P�:�}+�v����6\n��y}]�m!�����+�s�ux��ޞ�UW59m->qɞQ�P���9G�5\�&�I��� �QwA�J�%<s}���+<��8<l�v� ��7��� �uW���,=�.�2}��$���l�@OA��W#�E[yjrW,�q�1��A.{�ZkI�(K��vWdI��1���s��%�Y�<�T��J�@��E��6�&��lű^K�j�b���y�V7�4]�v�_��_.v��<