How do i free reserved space on ext4 partitions?



  • Check the reserved amount

    $ sudo tune2fs -l /dev/sdb1
    

    Warning: It's is not advisable to do this on production servers, there's a reason it is reserved
    Make the reserved space zero size.

    $ sudo tune2fs -m 0 /dev/sdb1
    

Log in to reply
 

© Lightnetics 2024