Re: Stripe vs Cylinder alignement...

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



> 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


      
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux