Resizing "/" Partition

Tower

Active member
Hi Guys,
I am needing some help, my current "/" is full, and I need to allocate more space to it, it is currently on 20gb and is almost full. However, I have about 2 tb of free space on another one, how can I allocate more space to that partition? I am currently running Centos 6.6 on cpanel

Thanks,
Jake
 
I think this question should be better asked on cPanel or CentOS forums but just to give you a head start on troubleshooting this, there is no easy way to do this. Your host needs needs to be involved this process so they can boot system from another storage and change the partition plan on your drive.

If your root is full, you might just need a little bit of clean up. Here's the command that can help you to really see what's taking up the space there

Code:
du -h --max-depth=1
 
Top Bottom