I have 3 partitions -
/ - This has something close to 200 GB (more than anything else I might need in near or far future)
swap - 2 GB
/home - 200 GB /data - 500 GB (all those movies)
Now unlike MS-Windows where you need to have something close to 10 GB on the root partition (i.e. C:/) as it needs to all its house-keeping there, on Unix is there a need to keep anything more than 1 GB free ?
In other words, would have more free space under /home improve performance in any way ?
Am on ext4 -
[$] sudo dumpe2fs -h /dev/sda7 | grep -e ^Reserved -e ^Block
[sudo] password for shirish:
dumpe2fs 1.43.3 (04-Sep-2016)
Block count: 24413696
Reserved block count: 1220684
Block size: 4096
Reserved GDT blocks: 1018
Blocks per group: 32768
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
dumpe2fs -h /dev/sdxN | grep -e ^Reserved -e ^Block
– xhienne Dec 20 '16 at 18:02