Quote:
|
scan.rar: compressed source code for the "scan hdd" program that has been compiled on Linux. It currently does NOT support large HDD addresses due to 64-bit limitation on variables. It is planned for the program to have 128-bit variable support with publicly available libraries. Any suggestions are welcome.
|
try using "unsigned long long int" variables. They are huge!

(MAX value is 18446744073709551615 on a 32bits box)