gdisk mi hlásí také 512:
Disk /dev/sda: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): FB5CD70A-DA31-4B42-A115-FAA08C5813FD
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2925 sectors (1.4 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 4095 1024.0 KiB EF02
2 4096 5856374783 2.7 TiB 0700
3 5856374784 5860532223 2.0 GiB 8200
Ještě prozkoumávám web Westernu, něco jsem našel, uvidíme. Ale přesně jsem věděl, že s advance format bude problém. A to ten disk formátovalo Ubuntu 12.04 a na webu WD tvrdí, že už Ubuntu 10.04 je ok.
Edit:
No progooglil jsem zase celý večer a na nic jsem nepřišel
. Jenom že pokud je začátek oddílu dělitelný 8mi, tak je to ok. Pokud není, tak je na to dobrý tento postup (na konci je i video)
http://www.networkedmediatank.com/showthread.php?tid=46055WD má na webu nějaký utility, ale jen pro Wydle
, nicméně WD align mi ukazuje že 4k mám, ale ukazuje nesmyslný partišny.
fdisk má asi bug, takže nebrat na něho ohled
Něco málo en odpovědí:
The EFI partition table is not required to be 34 blocks long. The Wikipedia article is downright misleading in this respect. Per the actual specification, rather than Wikipedia, the partition table length is determined by the size of the partition table entries and the number of partition table entries. They are both variable, and their values for any individial EFI partitioned disc are stored in the EFI partition table header. 34 blocks is merely what one gets with a 128 byte partition table entry size, a block size of 512 bytes, and a partition table with 128 entries. It's the minimum size of an EFI partition table, that the specification mandates. It's not the size.
The first usable block doesn't have to be the first used block. (It's not a "data section", by the way.) Just because on a particular disc block #34 may be the first usable block, it is not required that a partition start there. EFI partitioning tools can align partitions to whatever rules they like. (Indeed, several, such as Apple's Disk Utility, famously do. Rod Smith's gdisk has a non-trivial ruleset, too.) The EFI specification doesn't mandate that partitions be aligned to the first or last usable blocks. Indeed, it doesn't even, strictly speaking, mandate that the first usable block immediately follow the primary copy of the partition table.
/
JdeBP's response is good, but I'd like to add that in practice, most modern partitioning tools align partitions on 2048-sector (1 MiB) boundaries by default, on both MBR and GPT disks. This keeps partitions aligned properly for Advanced Format drives as well as for other drive types, such as SSDs and some types of RAID arrays that have other alignment requirements. One partial exception to this rule is OS X's Disk Utility, which tends to create an EFI System Partition (ESP) as the first partition that begins on sector 40. Disk Utility creates subsequent partitions that begin on 1 MiB boundaries, though.
Něco o GPT:
http://en.wikipedia.org/wiki/GUID_Partition_TableDěkuji za rady R.
[příloha smazaná administrátorem]