/home full while apache tell me it has 4,4GB left
Hi,When I login to SSH and check the diskspace of /home then it tell me I have 4,4GB available - same with php (free_diskspace() function).
But when I try to FTP a file to the server then I get a diskspace_full error (count both php_ftp and standard ftp client (SmartFTP)).
Why does it display 4,4GB available while the directory (/home) is full?
Transfering with SmartFTP:
550 Can't check for file existence
PASV
227 Entering Passive Mode (216,80,88,3,157,11) Opening data connection to 216.80.88.3 Port: 40203
STOR profile.gif
553 Disk full - please upload later
PASV
227 Entering Passive Mode (216,80,88,3,57,110)
Opening data connection to 216.80.88.3 Port: 14702
MLSD
150 Accepted data connection 1876 bytes transferred.
(10,6 KB/s) (172 ms)