i have really strange situation today over one of my Ubuntu Server. this is a web server, where One PHP website is running and i have programmed this web to move the File between the Mounted drive within the Network.
Basically this Web app is providing the nice user interface , where user can put the files names and move within the all mounted Drives.
Mounted drives (some are smb /nfs and some mounted drives are FTP Destination.).
and today suddenly i have got this error message :
Unable to create file /tmp/testfile: No space left on device
when i just want to create a test file and after doing df -h i found out the /dev/sda1 has 0 % space left and and nothing was possible on the server. and then i rebooted my server and then again my system was working fine and df -h command gave me the result that /dev/sda1 again has more then 95% free space.
i am trying to figure out why did i have this issue over my server?
does it has something to do with my web app?
thanks in advance.