I tried once more.
I started with this command: fdisk -b 512 /dev/sdb (to try to force 512 k sector and don't 4096).
And I created all partitions with the parameters of tutorial
But watch the message that appears.
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 64 513056 83 Linux
/dev/sdb2 65 128 514080 83 Linux
/dev/sdb3 129 192 514080 82 Linux swap / Solaris
/dev/sdb4 193 243201 1951969792+ 5 Extended
/dev/sdb5 193 292 802226 83 Linux
/dev/sdb6 293 293 7008+ 83 Linux
Partition 6 does not start on physical sector boundary.
/dev/sdb7 294 357 513056 83 Linux
Partition 7 does not start on physical sector boundary.
/dev/sdb8 358 243201 1950643406 83 Linux
Partition 8 does not start on physical sector boundary.
After save the code above I went to fdisk to see the partition table.
That's the result:
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 30400 cylinders, total 488378646 sectors
Units = sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0000000
Device Boot Start End Blocks Id System
/dev/sdb1 2048 1028159 4104448 83 Linux
/dev/sdb2 1028160 2056319 4112640 83 Linux
/dev/sdb3 2056320 3084479 4112640 82 Linux swap / Solaris
/dev/sdb4 3084480 3907024064 2730856452 5 Extended
/dev/sdb5 3084736 4690979 6424976 83 Linux
/dev/sdb6 4691236 4707044 63236 83 Linux
/dev/sdb7 4707301 5735204 4111616 83 Linux
/dev/sdb8 5735461 488375999 1930562156 83 Linux
What do I do ? Buy another disk? :crazy
Thanks.