Citiraj:
Alignment (Part 2 - the rule)
Ahhh. Alignment. How crazy it is I loathe you. It's pretty easy and much easier once you know the practice behind partitioning using sectors. It's gonna be a walk in the park. I promise. When it comes to alignment, you only need to keep 1 rule in your head. The starting sector must be divisible by 512 evenly (no remainder). It does not matter the size of the partition or where that partition ends. All that matters is that the partition you create starts on a sector divisible by 512 (evenly).
|
milijun glupih clanaka u kojima opisuju sve osim najvaznijeg
novi disk je u kanti, SeaTools se odvrtio bez problema i particije kreirane preko GParteda
root@PartedMagic:~#
fdisk -lu /dev/sdb
Code:
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000547f5
Device Boot Start End Blocks Id System
/dev/sdb1 2048 3907028991 1953513472 5 Extended
/dev/sdb5 4096 976758783 488377344 7 HPFS/NTFS/exFAT
/dev/sdb6 976760832 1953515519 488377344 7 HPFS/NTFS/exFAT
/dev/sdb7 1953517568 2930272255 488377344 7 HPFS/NTFS/exFAT
/dev/sdb8 2930274304 3907028991 488377344 7 HPFS/NTFS/exFAT
root@PartedMagic:~#