Tagged Questions
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
...