NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gpt question



On Mon, May 04, 2020 at 09:18:43AM -0400, MLH wrote:
>           34          30         Unused
>           64     2097152      1  GPT part - boot_h1

The boot_h1 partition is aligned to a 64 block boundary, so there is
a small number of blocks unused before it.

>      2097216     8388608      2  GPT part - swap_h1
>     10485824  7803550936      3  GPT part - root_h1
>   7814036760         375         Unused
>   7814037135          32         Sec GPT table
>   7814037167           1         Sec GPT header

The secondary GPT header always ends at the end of the disk, after the
last partition (root_h1) there is a tiny bit of unsed space. You could
have made root_h1 a few sectors larger to avoid this - but it should not
matter.

Martin


Home | Main Index | Thread Index | Old Index