3.0.10 breaks raw disk support? VERR_SHARING_VIOLATION
Posted: 9. Nov 2009, 13:43
I just upgraded to 3.0.10 and noticed that my reiserfs partition wasn't loading in my Ubuntu guest. It kept telling me 'wrong fs type'. So I tried to create a new vmdk, but it fails when trying to list partitions:
And skipping that, trying to create it gives the following:
Anyone else having the same problem?
edit: I'm on Win7 by the way.
Code: Select all
C:\Users\peenut\.VirtualBox\HardDisks>"C:\Program Files\Sun\VirtualBox\VBoxManage.exe" internalcommands listpartitions -rawdisk \\.\PhysicalDrive0
VirtualBox Command Line Management Interface Version 3.0.10
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Error opening the raw disk: VERR_SHARING_VIOLATIONCode: Select all
C:\Users\peenut\.VirtualBox\HardDisks>"C:\Program Files\Sun\VirtualBox\VBoxManage.exe" internalcommands createrawvmdk -filename test.vmdk -rawdisk \\.\PhysicalDrive0 -partitions 2
VirtualBox Command Line Management Interface Version 3.0.10
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Error opening the raw disk '\\.\PhysicalDrive0': VERR_SHARING_VIOLATION
The raw disk vmdk file was not creatededit: I'm on Win7 by the way.