Comment 2 for bug 1843888

Revision history for this message
Mark Goddard (mgoddard) wrote :

Hello, thanks for your bug report. This is not expected - 200G should be more than enough.

Please provide some further information about where this disk space is being consumed. You can use the 'du' command. For example, you can drill down from the top level of the file system like this:

sudo du -d1 / | sort -h

# Find the largest directory

sudo du -d1 <largest dir> | sort -h