PDA

View Full Version : [all variants] min free space for different partitions



celsiusat
June 22nd, 2012, 06:58 AM
Hi all,

In the windows world we know that if system partition doesn't have enough free space , O.S will start to have major issues , there should be free space of at least 1 G.B.
in the same lines what is the minimum required free space for different partitions in Linux (i.e /, /usr, /var,/opt, /tmp etc ) ??
can any one give a general guide line as on how many % of root partition, % of /usr , %of /var.... should be left free ?

dino99
June 22nd, 2012, 02:48 PM
the system itself deal with subdirs, so you only need to let 10-15% of free space on / (root)

when manually installing, usually we set:
- / 12-15 Gib
- swap min2 Gib and min 4 Gib if you plan to use resume/hibernate
- /home no limit but as much as you can.

celsiusat
July 4th, 2012, 11:26 AM
is there any other empirical rules ?