mpack wrote:ps. You don't need admin privileges to run VBoxManage anyway. In particular, all that the command you tried does is create a small descriptor text file. It doesn't do anything potentially dangerous and hence doesn't need elevated rights.
Yeah, I tried without the elevated privileges (ie right-click and launch the command prompt with "run as administrator") and it provides a different error about not having permissions to access the raw disk:
Code: Select all
C:\Program Files\Oracle\VirtualBox>VBoxManage internalcommands createrawvmdk -filename "C:\MySSDDisk.vmdk" -rawdisk \\.\PHYSICALDRIVE3
VBoxManage.exe: error: Cannot open the raw disk '\\.\PHYSICALDRIVE3': VERR_ACCESS_DENIED
VBoxManage.exe: error: The raw disk vmdk file was not created
So that started the usage of the command prompt with elevated privileges. WRT:
When attempting the steps presented there:
Code: Select all
DISKPART> SELECT DISK 1
Disk 1 is now the selected disk.
DISKPART> OFFLINE DISK
Virtual Disk Service error:
The operation is not supported on removable media.
So apparently the fact that I'm using a removable SD card it's not possible to follow those steps.