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-showmediuminfo.xml | 142 +++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-showmediuminfo.xml (limited to 'doc/manual/en_US/man_VBoxManage-showmediuminfo.xml') diff --git a/doc/manual/en_US/man_VBoxManage-showmediuminfo.xml b/doc/manual/en_US/man_VBoxManage-showmediuminfo.xml new file mode 100644 index 00000000..93185043 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-showmediuminfo.xml @@ -0,0 +1,142 @@ + + + + +%all.entities; +]> + + + $Date: 2022-08-22 19:43:14 +0200 (Mon, 22 Aug 2022) $ + VBoxManage showmediuminfo + + + + VBoxManage-showmediuminfo + 1 + + + + VBoxManage-showmediuminfo + show information about a medium + &product-name; + + + + + + VBoxManage showmediuminfo + + disk + dvd + floppy + + + uuid + filename + + + + + + Description + + The VBoxManage showmediuminfo command shows the + following information about a medium: + + + + Size + + + Size on disk + + + Type + + + In use by virtual machines (VMs) + + + + The medium must be specified either by its UUID, if the medium is + registered, or by its filename. Registered images can be listed + using VBoxManage list hdds, VBoxManage + list dvds, or VBoxManage list + floppies, as appropriate. + + + For backward compatibility, you can also use the + showvdiinfo command to obtain information about + the medium. + + + + 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. + + If the medium is registered, you can specify the UUID. You + can also list registered images by using the + VBoxManage list hdds, VBoxManage + list dvds, or VBoxManage list + floppies command. + + + + + + + Examples + + + The following command shows information about the + disk01.vdi disk image: + +$ VBoxManage showmediuminfo disk01.vdi + + The following command shows information about the + floppy01.img floppy disk image. + +$ VBoxManage showmediuminfo floppy floppy01.img + + + + See Also + + + + + -- cgit v1.2.3