tune2fs
This is an old revision of the document!
Run out of disk space?
Check if there is some reserved.
Check how much reserved there is (replace the /dev/xvda1 with your filesystem):
tune2fs -l /dev/xvda1 | grep 'Reserved block count'
The following command will free up some space:
tune2fs -m 1 /dev/xvda1
tune2fs.1453281068.txt.gz · Last modified: 2024/05/23 07:26 (external edit)