Analytics

2014年6月12日 星期四

[QNAP]How to check the ramdisk full issue


問題
For the ramdisk full error, some process incorrectly saves files on the system partition and fills it up. To check which files are causing the disk to fill up



解決方法
Wait for the ramdisk full error to start coming in system logs In SSH console:
du -hx / >> /share/Public/du_full.txt
Reboot the NAS In SSH console:
 
du -hx / >> /share/Public/du_good.txt
Compare du_full.txt and du_good.txt to find which folder contains extra large files. This should be the cause of the issue.

沒有留言:

熱門文章