Running VirtualBox 1.6.2 on OpenSolaris? 2008.05, 64-bit.
This command:
VBoxManage internalcommands createrawvmdk -filename /export/home/gs145266/fulldisk.vmdk -rawdisk /dev/dsk/c5d0p0 -register
Returns:
Error opening the raw disk: VERR_ACCESS_DENIED
So I thought, okay, I need some privileges. I then ran this command:
pfexec VBoxManage internalcommands createrawvmdk -filename /export/home/gs145266/fulldisk.vmdk -rawdisk /dev/dsk/c5d0p0 -register
I got *no* response at all. No error message. And no file was created. The VBoxManage command just displays its copyright string and then exits.
I used su and then ran VBoxManage again and got the exact same result: *no* result. No error message and no file is created.
Is there some log file I can look at? Is there some way to turn on additional error reporting?