From 16f504a9dca3fe3b70568f67b7d41241ae485288 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:49:04 +0200 Subject: Adding upstream version 7.0.6-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-closemedium.xml | 119 ++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-closemedium.xml (limited to 'doc/manual/en_US/man_VBoxManage-closemedium.xml') diff --git a/doc/manual/en_US/man_VBoxManage-closemedium.xml b/doc/manual/en_US/man_VBoxManage-closemedium.xml new file mode 100644 index 00000000..59d6e33e --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-closemedium.xml @@ -0,0 +1,119 @@ + + + + +%all.entities; +]> + + + $Date: 2022-08-22 19:43:14 +0200 (Mon, 22 Aug 2022) $ + VBoxManage closemedium + + + + VBoxManage-closemedium + 1 + + + + VBoxManage-closemedium + remove a hard disk, DVD, or floppy image from the media registry + &product-name; + + + + + + VBoxManage closemedium + + disk + dvd + floppy + + + uuid + filename + + --delete + + + + + Description + + The VBoxManage closemedium command removes a + hard disk, DVD, or floppy image from the list of known media used + by &product-name;. The image is then unavailable for selection in + the Virtual Media Manager. + + + To use this command, the image must not be attached to any VMs. + + + Optionally, you can request that the image be deleted. + + + + disk|dvd|floppy + + Specifies the type of medium. Valid values are + disk (hard drive), + dvd, or floppy. + + + + uuid|filename + + Specifies the Universally Unique Identifier (UUID) or + absolute path name of the medium or image. + + + + + + Deletes the image file. + + + + + + + Examples + + + The following command removes the disk image file called + disk01.vdi from the registry. + +$ VBoxManage closemedium disk01.vdi + + The following command removes the disk image file called + disk01.vdi from the registry and deletes the + image file. + +$ VBoxManage closemedium disk01.vdi --delete + + -- cgit v1.2.3