Solved Upgraded storage not displayed in cloudron admin panel
-
Recently I upgraded my server storage from 160GB to 320GB. But I can not see the updated storage in the admin panel and it is still 160GB. The hosting provider is netcup.
-
@devtron you probably still need to extend the local filesystem so that your installation can make full use of it. A similar question was asked and answered at https://forum.cloudron.io/topic/3060/netcup-vps-upgrade-unallocated-disk-space-how-to-solve-this already.
-
@fbartels Thanks for the already asked link.
The solution worked from the link:
sudo growpart /dev/sda 3
sudo resize2fs /dev/sda3 -
girish