Check Reserved space for the partition

tune2fs -l /dev/sda1  | grep 'Reserved'


Change Reserved space to 2%

tune2fs -m2 /dev/sda1


  • No labels