merakmarey / madFurry

madFurry - a madMax plotter GUI
7 stars 0 forks source link

Improper hard drive size reporting #4

Closed Mecadguy closed 3 years ago

Mecadguy commented 3 years ago

Latest version is reporting 404 GB free on empty 16 TB drives.

merakmarey commented 3 years ago

madFurry reports USABLE disk space, not total disk space. This is a Windows function, not a proprietary implementation, therefore probably other apps will report the same. Check your disk or use any diagnostic tool to see if it fixes the issue.

Mecadguy commented 3 years ago

I figured it out; the issue is that I have multiple drives mounted as NTFS shares. The hose drive is a 404GB drive. This is more of a windows issue. I was at first thinking your program was grabbing the wrong drive info, but with an NTFS share it’s simply grabbing the host drive info, which makes sense as the individual drives show as folders.

On Sat, Sep 18, 2021 at 2:29 AM Merak @.***> wrote:

madFurry reports USABLE disk space, not total disk space. This is a Windows function, not a proprietary implementation, therefore probably other apps will report the same. Check your disk or use any diagnostic tool to see if it fixes the issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/merakmarey/madFurry/issues/4#issuecomment-922213124, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVV4XAXSIIXDVEVFASRHPSTUCQWWPANCNFSM5EIZVR4A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

merakmarey commented 3 years ago

Figures. For all the information showns only uses drive letter to check, therefore a NTFS folder would not work. Good catch though!