CentOS 7 KVM Template Disk Space Fix

NOTE: This ONLY applies to KVM VPS clients, not OpenVZ

After reinstalling your OS using the CentOS 7 KVM Template within SolusVM, you may end up with a real small / partition. 

In order to resolve this and get your full disk space, please run this simple command:

 resize2fs /dev/vda1 

Once you run that, run df -h to confirm the disk space is correct. 

If you continue to have issues, please contact support: https://hostodo.com/portal/submitticket.php

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

APF Firewall -Advanced Policy Firewall - Basics

APF Firewall -Advanced Policy Firewall - Basics Advanced Policy Firewall, or APF, is a...

Install Redis on Centos 7 How To

How To install Redis on Centos 7 Redis is an open source, BSD licensed, advanced key-value...

How to Install Squid Proxy Server on CentOS 7

This can run on any VPS from us running minimum specs. Make sure to have your server up-to-date...

How to install Tomcat6 Server on Centos6

How to install Tomcat6 Server on Centos6 Tomcat is an Opensource webserver and used for Java...

CentOS One Liner Commands

Centos Oneliners kill all pts for x in $(ps aux | grep pts| awk '{print $2}'); do kill...