Hi
When using an ext4 file system, the following command can adust the reseved space for the root user on a given partition:
sudo tune2fs -m 3 /dev/sda1
Where 3 is the percentage of reserved disk space on /dev/sda1.
It is important to note that this only works on ext2/ext3/ext4 file systems.
The XFS file system reserves about 5% of its blocks internally but it is not advisable to adjust this.
Thanks
AA
@Trevor Reducing it to 3% wont help for longer as you will still be at 97% occupancy - you need to add storage anyways! But yes your answer is tune2fs.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.