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
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
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
Thank you very much it worked perfectly