errcode 28 problems

howard freeman yellowdog-general@lists.terrasoftsolutions.com
Thu Aug 7 01:54:01 2003


Hi list

Whilst working with MySQL I got an errcode 28 when trying to create a 
new table. Doing perror tells me that the disk is full, which it 
certainly isn't.

I did a df -h and got this:

Filesystem            Size  Used Avail Use% Mounted on
/dev/hde6             496M  100M  370M  22% /
/dev/hde5              14G   33M   13G   1% /home
none                  251M     0  250M   0% /dev/shm
/dev/hde3              39G  1.7G   35G   5% /usr
/dev/hde7            1008M 1000M     0 100% /var

So dev/hde7 is 100% used - is this right and how do I change it??

Any help appreciated because I really need the MySQL up and running pdq!

Howard