Welcome, Guest. Please login or register.

Author Topic: Anyone working on PFS3 ??  (Read 18243 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Georg

  • Jr. Member
  • **
  • Join Date: Feb 2002
  • Posts: 90
    • Show all replies
Re: Anyone working on PFS3 ??
« on: June 11, 2011, 07:16:21 AM »
Quote from: Piru;644098
  • TD_GETGEOMETRY and RDB use 32bit unsigned value to store block numbers. The maximum block number they can represent is 2^32 -1 or 4294967295.
  • 3TB HDD uses block size of 512(*). The capacity reported is around 3 * 1000 * 1000 * 1000 * 1000 / 512 blocks or 5859375000.

But is TD_GETGEOMETRY really required to return the same block size as reported by the drive or can it return a fake one (multiple of the one reported by drive) for very big drives?