My root directory "/" on my ubuntu server is filling up. I'd like to look at the folders in it and try to spot what's filling up. Can someone please tell me how to show the sizes of the folders in the root directory "/" (I think that's root, I always get confused with home "~")
Also is there a way to show the size of folders on a file system "/dev/nvme1n1p2"
code:
df -h /
output:
Filesystem Size Used Avail Use% Mounted on
/dev/nvme1n1p2 228G 213G 3.8G 99% /
ncdu
<--- – pLumo Nov 17 '21 at 15:15