If you find yourself in a situation where you have run out of drive space and your applications are failing as a result, you can run the following command to remove the reserve blocks on the drive and make some space. tune2fs -m 0 /dev/devicename Replace /dev/devicename with the partition you need to make space [...]