belov-sergei / scan-my-disk

Interactive pie chart visualization of disk space usage.
GNU General Public License v3.0
8 stars 0 forks source link

The disk size does not match what macOS displays. #68

Closed belov-sergei closed 7 months ago

belov-sergei commented 7 months ago

On macOS, bytes are converted to kilobytes by dividing by 1000, while on Windows, it's done by dividing by 1024. Because of this, there's a discrepancy between what the system displays and what the application shows on macOS.

belov-sergei commented 7 months ago

https://github.com/belov-sergei/scan-my-disk/commit/919ed5b8e4c3f87deae2c057a352955d586df770