Statistics
| Branch: | Tag: | Revision:

root / lib / storage / filestorage.py @ 820bade9

History | View | Annotate | Download (2.6 kB)

# Date Author Comment
820bade9 05/14/2013 10:17 pm Helga Velroyen

Backend function for file storage space reporting

This adds functionality to retrieve disk space information
for file storage. It calls the 'df' tool and parses its
output to extract the total and free amount of disk space
on the disk where the given path is located....