28-bit LBA Boundary
- ( 2^28 * 512 ) / ( 1,000^3 ) = 137.44 => for 1K = 1,000, we get 137 GB
- ( 2^28 * 512 ) / ( 1,024^3 ) = 128 => for 1K = 1,024, we get 128 GB
48-bit LBA Supported Platforms
- Windows 2000 SP3 or later (registry mofification required)
- Windows XP SP1 or later (registry mofification required)
- Windows Server 2003 (no modification required)
Registry Settings
- System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Atapi\Parameters]
- Value Name: EnableBigLba
- Data Type: REG_DWORD (DWORD Value)
- Value Data: (0 = disabled, 1 = enabled)