lunedì 27 novembre 2017

martedì 7 ottobre 2014

Memento - Expand (Deb 7 on VBox)


VirtualBox:

VBoxManage modifyhd [name].vdi --resize [dimension in Mb]

eg. VBoxManage modifyhd test.vdi --resize 80000


Commands:

umount [partition]
e2fsck -f [device - /dev/sd*]
resize2fs [device - /dev/sd*] (with no parameters, all the free space)

(parted -> print list or fdisk -l)

eg.
umount /home
e2fsck -f /dev/sda6
resize2fs /dev/sda6

giovedì 2 ottobre 2014

Shared folders guest linux

sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) %%sharename%% ~/shared-folder/