• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Partition "/" utilization

nickdamico

New Pleskian
Hi I have 2 partitions on my plesk server and im having an issue with the smaller one, i have no idea what is taking up the disk space.

v1fiHZcl.png


Any Ideas?
 
First of all, try to find top 10 biggest files on your / partition with commands:

# cd /
# find -type f -exec du -Sh {} + | sort -rh | head -n 10
 
Code:
[root@plesk /]# find -type f -exec du -Sh {} + | sort -rh | head -n 10
du: cannot access ‘./proc/8440/task/8440/fdinfo/5’: No such file or directory
du: cannot access ‘./proc/8440/fdinfo/5’: No such file or directory
du: cannot access ‘./proc/11720/task/11720/fdinfo/5’: No such file or directory
du: cannot access ‘./proc/11720/fdinfo/5’: No such file or directory
find: ‘./proc/13048’: No such file or directory
du: cannot access ‘./proc/12745/task/12745/fdinfo/6’: No such file or directory
du: cannot access ‘./proc/12745/task/12745/fdinfo/8’: No such file or directory
du: cannot access ‘./proc/12745/task/12745/fdinfo/9’: No such file or directory
du: cannot access ‘./proc/12745/task/12745/fdinfo/10’: No such file or directory
du: cannot access ‘./proc/12745/fdinfo/6’: No such file or directory
du: cannot access ‘./proc/12745/fdinfo/8’: No such file or directory
du: cannot access ‘./proc/19055/task/19064/fdinfo/1991’: No such file or directory
du: cannot access ‘./proc/19055/task/19065/fdinfo/1991’: No such file or directory
du: cannot access ‘./proc/19055/task/19072/fdinfo/1991’: No such file or directory
du: cannot access ‘./proc/19055/task/19079/fdinfo/1991’: No such file or directory
du: cannot access ‘./proc/20669/task/20669/fdinfo/12’: No such file or directory
du: cannot access ‘./proc/20669/fdinfo/12’: No such file or directory

I Ran it and it seems to get stuck in proc... i think the problems started since i install revisium anti virus, is that possible?
 
Back
Top