SunilWang / node-os-utils

OS Utils - An operating system utility library.
https://www.npmjs.com/package/node-os-utils
MIT License
126 stars 19 forks source link

drive info shows wrong data on MacBook Air M1 #28

Open marcorensch opened 2 years ago

marcorensch commented 2 years ago

As described in the title this package shows a wrong count for total of capacity (128 not 256), wrong data for used (14.3 not 117.97).

Used on Apple MacBook Air M1 2020 Used with Electron 15.3.0

ddcrobert commented 2 years ago

I also encounter this issue:

  {
    totalGb: '47.2',
    usedGb: '14.3',
    freeGb: '32.9',
    usedPercentage: '30.3',
    freePercentage: '69.7'
  }

MacOS Big Sur (x86_64) I have around 37Gb free out of 250Gb (according to MacOS).