Linux服務器中ABAQUS 計算過程出現磁盤不足報錯

***ERROR: An error occurred during a write access to XX.0 file.

Check the disk space on your system.

報錯原因:之前計算時候因為磁盤滿或者斷電等原因而中斷了程序

解決辦法:找到占用內存的臨時文件并且刪除。

操作步驟:

1. --查找大于300M的文件       find . -type f -size +300M 

2.使用 rm -rf  命令刪除這些臨時大文件:rm -rf ./.local/share/Trash/files/DRJ_M1_D8_Tm_Umat_UVC_Iso.stt

登錄后免費查看全文
立即登錄
App下載
技術鄰APP
工程師必備
  • 項目客服
  • 培訓客服
  • 平臺客服

TOP