• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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