Getting the error "E297 : Write error in swap file "
Hi All,
I am a running a java application on a linux machine where in i am redirecting its output to a file. I am running the application from /home. In the middle of the execution i am able to see the message "E297 : Write error in swap file" appearing at the bottom of the editor in which i opened my output. There is also also a java.io.IOException occuring which says " No space left on device". Then i deleted some of the unnecessary files in the /home directory. Even then the same problem reappears. Can somebody please help me :-(
Sudhir
P.S : What is the command in Linux to find the total space allocated to a directory/device (for eg /home)
|