New on LowEndTalk? Please Register and read our Community Rules.
How to? Increase Disk Size at KVM SolusVM?

Hello,
I already got a KVM VPS , but now my provider upgraded my DISK size. But i already configured the VPS very well and i dont want to reinstall the OS.
So how to.. add the + DISK to my VPS? (centos 6.5)
Regards
Will
Comments
If I understand your requirement correctly, resize2fs is probably what you are looking for.
Possible without data loss? Or is there any guide?
On ext4, live extend is possible. For ext3 and below I suggest doing this in single user mode or so with on an unmounted partition.
This is what you should do:
resize2fs <partition>
.If done properly, there won't be any data loss (trust me).
Easiest way for a newbie is to mount a GParted Live ISO and boot. Expand the partition via GUI. Then lvextend if using LVM, and then resize2fs.