How Do I Delete .nfs Files?
NFS .nfs Files
The .nfs files are temporary files in NFS. If you try to delete a file, and the file is still open, a .nfs file will appear. The .nfs files are used by NFS clients to manage the deletion of open files in the file system. If one process deletes a file while another process still has it open, the client will rename the file to .nfsxxx. If the last open to this file is closed, the client will automatically delete the file. If the client crashes before the file is cleared, the file will be left in the file system.
Clearing .nfs Files
The .nfs files need to be cleared. You can run the rm -f command to delete them. The file system will not be affected by the deletion. If an error is reported when you delete a .nfs file, do as follows:
Run the lsof command to obtain the ID of the process that has the file open.
If the process can be stopped, run the kill -9 Process ID command to stop the process and then delete the file.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot