S
S
Sergey2016-09-17 21:03:22
linux
Sergey, 2016-09-17 21:03:22

Drive space clogged Linux Ubuntu 16.04?

Installed Ubuntu server 16.04 In the control panel, it
shows that ssd is being clogged For
1 day of downtime after installation, instead of ~ 600 MB, it became more than
1 GB ssd? This was when the panel showed that almost all 10GB were occupied. Now, 12 hours after a clean installation, ~600mb was still the same

du -xhd 1 / | sort
 
 
1011M   /usr
14M /sbin
16K /lost+found
16M /bin
178M    /lib
1.7G    /
28K /home
32K /tmp
354M    /var
36K /root
4.0K    /lib64
4.0K    /media
4.0K    /mnt
4.0K    /opt
4.0K    /snap
4.0K    /srv
6.8M    /etc
74M /boot
 
 
df -h
 
Filesystem      Size  Used Avail Use% Mounted on
udev            970M     0  970M   0% /dev
tmpfs           196M   21M  176M  11% /run
/dev/vda1       9.7G  1.7G  8.0G  17% /
tmpfs           977M     0  977M   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           977M     0  977M   0% /sys/fs/cgroup
tmpfs           100K     0  100K   0% /run/lxcfs/controllers
tmpfs           196M     0  196M   0% /run/user/0

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xtala zen, 2016-09-17
@xtala

Ubuntu has a utility called Disk Usage Analyzer. Go to the Dash menu and type this string in the search to quickly find this program. Run and see what files gobbled up the place. Very visual. As you find what it is, you can think about where they come from. 95 percent are logs. Most likely some crazy program pours logs onto the hard drive.

S
SL93, 2016-09-17
@SL93

And what's the problem to see which folder and what is clogged? du -sh /*

M
Maxim Moseychuk, 2016-09-17
@fshp

du -sh /*
Shows how much each directory occupies. We go into suspicious places and look there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question