Ubuntu – Used vboxmanage modifyhd –resize, actual size did not change

In continuation to Failure to resize a virtualbox volumeI used the following commands in order to increase the space available in my virtual machine (Ubuntu): VBoxManage.exe clonehd “c:usersa_bVirtualBox VMsMyBox_default_1510839571239_2193Box1.vmdk” “C:Usersa_bVirtualBox VMsMyBox_default_1510839571239_2193clone.vdi” –format vdiVBoxManage.exe modifyhd “c:usersa_bVirtualBox VMsMyBox_default_1510839571239_2193clone.vdi” –resize 102400VBoxManage.exe clonehd “c:usersa_bVirtualBox VMsMyBox_default_1510839571239_2193clone.vdi” “C:Usersa_bVirtualBox VMsMyBox_default_1510839571239_2193Box2.vmdk” –format vmdk No errors were outputted in the process.However, neither the size…

Read More

Ubuntu – Where is the Linux Subsystem’s filesystem located in Windows 10?

It’s pretty clear that Windows’ 10 “host” filesystem is mounted at /mnt/c/ from “Linux” perspective of view. But is it possible to get an access to “Linux” filesystem from Windows? If so, where it is? Solution: The single root file system was located here until Windows 10 Fall Creators update (released in Oct. 2017): %LOCALAPPDATA%Lxssrootfs…

Read More