nav HOME » Posts tagged 'free disk space'

Reducing reserved blocks percentage to free disk space

ext2, ext3 and ext4 filesystems by default reserves 5% of filesystem blocks for use by privileged processes. On modern drives with a lot of space, that can result in much lost space. Fortunately, that behavior can be easily changed with command tune2fs. For example, partition /dev/sdb5 have 384MB and default reserved blocks: nevermind1:/# df -h [...]

Posted in Linux
Tags: , , ,