Mac OS X says 46.82GB = 49,995,766,983 bytes but Google says: 49 995 766 983 bytes = 46.5621864 gigabytes.
Does the way Mac OS X counts GB's per byte differ from that of Google or is my filesystem fubar'd (Disk Utility reported no issues)?
Mac OS X says 46.82GB = 49,995,766,983 bytes but Google says: 49 995 766 983 bytes = 46.5621864 gigabytes.Does the way Mac OS X counts GB's per byte differ from that of Google or is my filesystem fubar'd (Disk Utility reported no issues)?
49995766983/pow(1000,3) = 49.995766983 GB
49995766983/pow(1024,3) = 46.562186426483095 GiB
Sorry, read the question in haste due to me being tired. The difference is likely based on file block allocations, size on disk will (almost always) be larger then the size of the data stored. I'm guessing you did a calculate size on an entire directory, so the extra disk use compounds with every file, etc
TLDR: Your OS is fine, it's normal![]()
Mac OS X says 46.82GB = 49,995,766,983 bytes but Google says: 49 995 766 983 bytes = 46.5621864 gigabytes.Does the way Mac OS X counts GB's per byte differ from that of Google or is my filesystem fubar'd (Disk Utility reported no issues)?
49995766983/pow(1000,3) = 49.995766983 GB
49995766983/pow(1024,3) = 46.562186426483095 GiB
Sorry, read the question in haste due to me being tired. The difference is likely based on file block allocations, size on disk will (almost always) be larger then the size of the data stored. I'm guessing you did a calculate size on an entire directory, so the extra disk use compounds with every file, etc
TLDR: Your OS is fine, it's normal![]()