View Single Post
re: PS3 HDD Contents
  #3 (permalink)  
Old 04-07-2007
r3pek's Avatar
r3pek Online
Registered User
 
Join Date: Feb 2007
Posts: 9
Rep Power: 2
r3pek will become famous soon enough
re: PS3 HDD Contents

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)