How to change quota for /var
I have Fedora installed on my dedicated server. /var partition has run out of space, because the amount of disk space assigned to it is very little. How can I increase the disk quota for "/var" ?
The result of df;
-------------------------------------------------------------------
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 497829 113112 359015 24% /
/dev/hda6 114191268 879100 107511500 1% /data
none 451592 0 451592 0% /dev/shm
/dev/hda2 2522076 1515876 878084 64% /usr
/dev/hda3 1004052 898880 54168 95% /var
-------------------------------------------------------------------
Thank you