First question:
When I run df -h
I can see this:
# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad4s1a 9.7G 8.0G 918M 90% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad4s1d 1.8T 6.7G 1.6T 0% /home
procfs 4.0K 4.0K 0B 100% /proc
linprocfs 4.0K 4.0K 0B 100% /usr/compat/linux/proc
devfs 1.0K 1.0K 0B 100% /var/named/dev
Why doesnt it show directories like:
/var
/etc
/usr
? On my earlier dedicated server, I was able to view every partition size available, but here I got only /home
and /
...
Second question:
How I can increase the /var
partition size? Because after 2 hours of working, this partition is became full...