Disk upgrade on my VPS

Good morning

I have recently done a disk upgrade on my VPS.

I have done cfdisk to extend the partition.

the result is the one I show in the graphic.

What should be the procedure for HestiaCP to recognize the entire disk?

Thank you very much

This should work fine

2 Likes

Thank you very much for your suggestion, although I’m afraid it’s not what I need.

As I show in the graphic, the disk size is already shown even in the hestiaCP panel (bottom part), it just doesn’t pick it up and is used by the panel, so I’m getting less space than I have contracted for (and will end up needing).

Maybe review eris’s reply. specifically step 3.

Step 3. Once the partition is resized and the partition table reloaded, it’s a simple matter of running resize2fs on the file system, and you can do this even when it’s mounted as the root partition.

Example:

$ sudo resize2fs /dev/sda3
2 Likes

Thank you very much it worked perfectly

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.