Hello,
I am working on a daemon which collects information about disk space usage on macOS.
APFS has quite complex structure and there is a challenge to get detailed info.
My application must provide disk usage by APFS containers.
Are there any recommended way to get space usage by particular APFS volume?
Are there any recommended way to get free space on particular APFS container?
Are there any recommended way to enumerate APFS containers and volumes?
I am using Disk Arbitration to get APFS info. However, I get restricted info about space usage because I get get disk usage for mounted volumes only.
Are there any public API (daemon-safe) which allows to easily get disk space usage on macOS?
Thank you in advance,
Pavel
6
0
221