D library for getting information about mounted volumes (partitions). The information includes total and free size, filesystem type and display name.
Inspired by QStorageInfo from Qt.
Windows, GNU/Linux and propably FreeBSD (code was written, but was not tested in its current form).
Print mounted volumes:
dub examples/list.d
Print volumes where the provided paths reside:
dub examples/list.d "$HOME" /usr/share