I'm using Ubuntu 18.10 as Host and Guest is Windows 7 in Oracle VM Virtual Box. Earlier I had allocated 50 GB of storage space.
Now to increase the Virtual Hard Disk Size, I entered the following:
The result is as under:
As I'm not so enough to find out the mistake, I need experts' help to solve the issue. Looking forward.
Now to increase the Virtual Hard Disk Size, I entered the following:
Code:
VBoxManage modifyhd windows7.vdi --resize 75000
Code:
anupam@anupam-ubuntu:~$ VBoxManage modifyhd windows7.vdi --resize 75000
VBoxManage: error: Could not find file for the medium '/home/anupam/windows7.vdi' (VERR_FILE_NOT_FOUND)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component MediumWrap, interface IMedium, callee nsISupports
VBoxManage: error: Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, enmAccessMode, fForceNewUuidOnOpen, pMedium.asOutParam())" at line 179 of file VBoxManageDisk.cpp