The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 7,193β€…    Votes:  2β€…
Tags: disk-usage   storage  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1191122
Title: / is full. How do I find out what's taking up space?
ID: /2019/11/23/_-is-full.-How-do-I-find-out-what_s-taking-up-space_
Created: November 23, 2019
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


The other answer recommends installing ncdu which appears to be a great tool and loved by many users. However this is a β€œCatch 22” situation because when you are out of disk space you usually can’t install a program to find out why because… you have no disk space.

The only option is to use a program already installed:

$ sudo du -cha --max-depth=1 --exclude=/mnt / 2>/dev/null

40M 	/core
1.7G	/var
6.5M	/dev
15M 	/bin
3.4M	/tmp
681M	/opt
6.5G	/usr
4.4G	/lib
3.9M	/lib32
17M 	/root
15M 	/etc
1.1G	/boot
12G 	/home
13M 	/sbin
1.8M	/run
26G 	/
26G 	total
⇧ How to read .json to output an specific number? Since 19.10 update, mouse movement wakes computer from sleep  β‡©