LoginSignup
5
6

More than 5 years have passed since last update.

「お使いの起動ディスクはほとんど一杯です」とエラーが出たときの対処法

Posted at

以下のコマンドで容量の大きいファイルを探すことができます.
(この場合は5GB以上のファイル)

sudo du -g -x -d 5 / | awk '$1 >= 5{print}'
5
6
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
5
6