Opened 17 years ago
Last modified 12 years ago
#1153 closed defect
vbox can't delete dvd image that is not accessable — at Initial Version
| Reported by: | Leonid Evdokimov | Owned by: | |
|---|---|---|---|
| Component: | VM control | Version: | VirtualBox 1.5.4 |
| Keywords: | VERR_ACCESS_DENIED | Cc: | |
| Guest type: | other | Host type: | other |
Description
When I start VirtualBox I see following:
Invalid image file path: '/mnt/cdrom/winxp-sp2-en.iso' (VERR_ACCESS_DENIED).
Result Code: 0x80004005
Component: DVDImage
Interface: IDVDImage {140fff03-e479-4194-8562-abc4f8171009}
Ok, I unmounted /mnt/cdrom that was NFS share and now /mnt/cdrom/ is drwx------ root:root, but I don't need the image anymore, let's try to unregister it from command line...
darkk@thinkpad ~ $ VBoxManage unregisterimage dvd /mnt/cdrom/winxp-sp2-en.iso
VirtualBox Command Line Management Interface Version 1.5.4
(C) 2005-2007 innotek GmbH
All rights reserved.
[!] Failed to create the VirtualBox object!
[!] Primary RC = 0x80004005
[!] Full error info present: true , basic error info present: true
[!] Result Code = 0x80004005
[!] Text = Invalid image file path: '/mnt/cdrom/winxp-sp2-en.iso' (VERR_ACCESS_DENIED)
[!] Component = DVDImage, Interface: IDVDImage, {140fff03-e479-4194-8562-abc4f8171009}
[!] Callee = <NULL>, {00000000-0000-0000-0000-000000000000}
Oops, seems my vbox is broken until admin comes back. ;)
Note:
See TracTickets
for help on using tickets.

