Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0a 121887 19976 95816 17% / /dev/wd0e 1348877 205863 1075570 16% /usrAs you can see, in the listing above there is lots of space free. However, the filesystems will get fuller. For example, log files will be generated in /var/log. Processes belonging to normal users can only fill the filesystems to 95% full, meaning that the computer will still work fine (unlike NT for instance which allows denial of service attacks along these lines). However, most processes which create log files are running as root and so they can fill up the filesystem.
First look in /var/log and type ls -l. The full file details will be listed. File lengths are in the 5th column (before the date). Delete any large files.
Hotfix 9 addresses common causes of this problem
Hotfix 9 alter the following for mgetty. Builds prior to 30 have the debugging of mgetty (which listens for incoming modem connections) set to 2. This generates large log files as /var/log/log_mg.tty00. Delete this file and edit the file /etc/mgetty.config to alter the line:
debug 2to:
debug 0
chmod 755 .xsession
Do not be tempted to stop Apache by pressing Ctrl-C as this will stop any webserving.