Horje
resize disk vm gcp Code Example
resize disk vm gcp
$ sudo apt install -y cloud-utils         # Debian jessie
$ sudo apt install -y cloud-guest-utils   # Debian stretch, Ubuntu
$ yum install -y cloud-utils			  # CentOS
$ sudo growpart /dev/sda 1
$ sudo resize2fs /dev/sda1
	if this happen:
    resize2fs: Bad magic number in super-block while trying to open /dev/sda1
	Couldn't find valid filesystem superblock.
run this: $ xfs_growfs /dev/sda1
resize disk gcp
# if you has been resizing disk capacity, try rebooting your server/instance by running:
sudo reboot




Whatever

Related
ef migrations Code Example ef migrations Code Example
orderable false in datatable Code Example orderable false in datatable Code Example
fa fa question mark Code Example fa fa question mark Code Example
maintenance mode magento 2 Code Example maintenance mode magento 2 Code Example
latex matrix vertical line Code Example latex matrix vertical line Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7