My Linode is Running out of Disk Space

Linode Staff

My Linode's disk is full. I think my MySQL database needs pruning.

1 Reply

Ways to Free Up Space on your Ubuntu Install

As the root user you can use the find command to find the top 10 largest files/directories, and remove any unwanted files or directories:

# du -a / | sort -n -r | head -n 10

MySQL Cleanup

Resizing Linode Disks and Adding Block Storage

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct