Contents
How do I manage storage in Ubuntu?
View and manage volumes and partitions using the disk utility. You can check and modify your computer’s storage volumes with the disk utility. Open the Activities overview and start Disks. In the list of storage devices on the left, you will find hard disks, CD/DVD drives, and other physical devices.
How do I list all drives in Ubuntu?
Late answer but try this:
- Open files (Application from dash or open a folder)
- Go to “File System”
- Go to “media”
- Go into your user E.g. Lola Chang (From Ubuntu.com)
- It should list all attached drives, not including the SDA 1 (In your case probably C:)
Why does Ubuntu take so much disk space?
Every Linux distribution has a logging mechanism that help you investigate what’s going on your system. You’ll have kernel logging data, system log messages, standard output and errors for various services in Ubuntu. The problem is that over the time, these logs take a considerable amount of disk space. You can check the log size with this command:
What’s the best way to free up space on Ubuntu?
It’s a no-brainer command that you can run from time to time to make some free space on your Ubuntu system: sudo apt-get autoremove. As you can see, this command is going to free up 300 Mb of free space in my system.
How to search for disk space in Ubuntu?
If you know which drive is the issue and it has other mounted drives on top of it that you don’t want to waste time including in your search, you could add the -x flag to your du command. Man page description of that flag: You can sort the output of the du command so that the highest value is at the bottom.
Why is there no disk space on my server?
I’ve run into a problem on one of my servers running 16.04: there is no disk space left. I have no idea what is taking up the space. Is there a command to list the current directory sizes, so I can traverse and end up in the directory taking up all the space? As always in Linux, there’s more than one way to get the job done.