[SOLVED] Why is root partition so small?

Why is root partition so small? what's the best way to make it larger, say 25GB?
How large is your drive and what and how large are your current partitions?vinoman wrote:Why is root partition so small? what's the best way to make it larger, say 25GB?
Ken-Bergen wrote:How large is your drive and what and how large are your current partitions?vinoman wrote:Why is root partition so small? what's the best way to make it larger, say 25GB?
df
You have 8.1GB free on / which will only change as you install more programs.vinoman wrote:[davek@localhost ~]$ df
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 12G 3.2G 8.1G 29% /
/dev/sda6 214G 476M 214G 1% /home
[davek@localhost ~]$
Ken-Bergen wrote:You have 8.1GB free on / which will only change as you install more programs.vinoman wrote:[davek@localhost ~]$ df
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 12G 3.2G 8.1G 29% /
/dev/sda6 214G 476M 214G 1% /home
[davek@localhost ~]$
Linux programs are lean so even once you've installed everything that you what to try out I doubt you'll run out of space.
If you do run low there are ways to increase / but until then I wouldn't worry.