node-os-utils icon indicating copy to clipboard operation
node-os-utils copied to clipboard

drive info shows wrong data on MacBook Air M1

Open marcorensch opened this issue 4 years ago • 1 comments

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

marcorensch avatar Oct 22 '21 05:10 marcorensch

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).

ddcrobert avatar Apr 12 '22 20:04 ddcrobert