• 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.

How do i clear /dev/sda1 ?

C

cyrusak

Guest
would somebody let me know what is /dev/sda1 and how i can reduce stuff in there? it says it's full by almost 99% and some services are not working.
thanks a lot
 
Um...

/dev/sda1 is one of your partitions... You don't want to clear data on the partition that you need...

Type "df -h"

Mine looks like this

[root@ns1 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 215G 44G 161G 22% /
/dev/sdb1 916G 503G 368G 58% /backups
/dev/sda1 122M 21M 95M 19% /boot
[root@ns1 ~]#

Now my partitions are setup very simple and if I was looking for things to clear out I would be looking for old logs and unneeded backup files. Pick up a good unix book or play around on a test box with partition sizes.
 
Back
Top