Advertisement
peetaur

vboxmanage locked write

Jun 21st, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. $ vboxmanage list hdds
  2.  
  3. UUID:        42bc1333-82ae-44ee-9fe8-40e6fffac34d
  4. Parent UUID: base
  5. Format:      VDI
  6. Location:    /mnt/test10/vbox/ramdisk3.vdi
  7. State:       locked write
  8. Type:        normal
  9.  
  10. $ vboxmanage closemedium disk /mnt/test10/vbox/ramdisk4.vdi
  11. VBoxManage: error: Medium '/mnt/test10/vbox/ramdisk4.vdi' is locked for writing by another task
  12. VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Medium, interface IMedium, callee nsISupports
  13. Context: "Close()" at line 1195 of file VBoxManageDisk.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement