Open kisakov opened 9 years ago
Can you please try to run this command find [.drake folder] -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
. It basically shows the statistics of inodes usage. Let's confirm it is drake first. (you can also run on root folder for a full report)
Hi! Drake take all my inodes on ext3 filesystem in .drake folder for temporary files
What can I do with this? Maybe Drake can automatically clean that .drake folder. Or maybe there is a special option(flag) for Drake bash util?
Please help. Thank you.