Aug 23, 2021

VirtualBox

How to increase the hard disk size?

- shutdown VM

- add VirtualBox path to the PATH env. variable via computer properties

C:\Program Files\Oracle\VirtualBox

- open the cmd and go to the hard disk location

- modify disk

> VBoxManage modifyhd YOUR_HARD_DISK.vdi --resize SIZE_IN_MB

How to add shared folder?

- add folder via gui

- add current user to vbox group

$ sudo adduser $USER vboxsf

- logout

No comments:

Post a Comment

Kubernetes

kubectl installation $ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl...