Tagged Questions
4
votes
1answer
76 views
Linux tool to track directory space over time
Are there any common Linux tools that track disk space over time, not just a filesystem overall, but for example, so I could easily see which directory trees swelled up and shrunk historically? The ...
0
votes
1answer
49 views
see actual partitions usage
I have recently learned that ext3 (or some other filesystems) reserve some space of a drive by default for previliged processes. One can change this by doing the following:
# tune2fs -m 4 /dev/sdXY
...