• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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