Cloud Compute, GCP

Increase Storage of a VM

Increase the Storage of a VM in Google Cloud Platform (GCP) This way helps to increase the VM disk size without STOP. Resize the Persistent Disk After resizing the disk in GCP, run the following commands inside your VM: Check the disk size by lsblk Resize the filesystem: If using ext4 : sudo resize2fs /dev/sdb1 […]