User Tools

Site Tools


tune2fs

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.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1