top of page

GCP - Resize root disk

  • Writer: Tuk Tin
    Tuk Tin
  • Nov 7, 2021
  • 1 min read


Reference:

https://cloud.netapp.com/blog/google-cloud-persistent-disk-how-to-resize-and-use


How to:

sudo lsblk
sudo growpart /dev/sda 1
sudo resize2fs /dev/sda1

# verify_again
df -h


 
 
 

Recent Posts

See All
K8S - Context usage

Reference: https://www.suse.com/c/rancher_blog/how-to-manage-kubernetes-with-kubectl/ How to: # get_current_context k config...

 
 
 

1 Comment


tin tin
tin tin
Nov 07, 2021

is it same on AWS?

Like
bottom of page