Hello, how can one remove virtual media from the list of known media using the command line? I can detach media from a VM using the CLI, however it stays in the list of known media (visible using the VBoxManage list hdds).
Thanks for any help.
Remove from "known media" using CLI?
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Remove from "known media" using CLI?
"VBoxManage closemedium" looks like what you want.
Re: Remove from "known media" using CLI?
Thank you very much; that works perfectly.