[CentOS] Stripe vs Cylinder alignement...
John Doe
jdmls at yahoo.comFri Oct 30 15:04:28 UTC 2009
- Previous message: [CentOS] Stripe vs Cylinder alignement...
- Next message: [CentOS] Stripe vs Cylinder alignement...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> So, for my first partition (96MB):
> begin=256
> size = ( ( 96 * 1024 * 2 ) / 8160 ) * 8160 = 195840 sectors
> end = 195840 - 1 - 256 = 195583
Oops, I meant:
begin = 256
size = 96 * 1024 * 2 = 196608 sectors
end = ( ( begin + size ) / 8160 ) * 8160 - 1 = 195839
aligned_size = end - begin + 1 = 195584
Maybe... I am a bit confused ^_^
JD
- Previous message: [CentOS] Stripe vs Cylinder alignement...
- Next message: [CentOS] Stripe vs Cylinder alignement...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list