I have a few different virtual filesystem mounts (SPIFFS on ‘/’, SDFS on ‘/sd’) and I need to know how much space is available in each when working in that path. It doesn’t appear that ‘statvfs’ is available. How would I do this in esp-idf?
Any help is appreciated.