LoginSignup
3
3

More than 5 years have passed since last update.

inodeが枯渇しそうになってた...。

Posted at

参考) http://iriya-ufo.net/2013/09/18/190.html
   助かった。


早速あたりをつけた。

 find / -xdev -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n
 (略)
 :
   14171 opt
   81482 usr
 2009517 root

/root配下で無駄にファイルを使ってるところを探して消した。

before

/dev/vda1            2621440 2209754  411686   85% /

after

/dev/vda1            2621440  294120 2327320   12% /
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3