From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-mediumio.xml | 178 +++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-mediumio.xml (limited to 'doc/manual/en_US/man_VBoxManage-mediumio.xml') diff --git a/doc/manual/en_US/man_VBoxManage-mediumio.xml b/doc/manual/en_US/man_VBoxManage-mediumio.xml new file mode 100644 index 00000000..cb51f745 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-mediumio.xml @@ -0,0 +1,178 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ + VBoxManage mediumio + + + + VBoxManage-mediumio + 1 + + + + VBoxManage-mediumio + medium content access + &product-name; + + + + + VBoxManage mediumio + + --disk=uuid|filename + --dvd=uuid|filename + --floppy=uuid|filename + + --password-file=-|filename + formatfat + --quick + + + VBoxManage mediumio + + --disk=uuid|filename + --dvd=uuid|filename + --floppy=uuid|filename + + --password-file=-|filename + cat + --hex + --offset=byte-offset + --size=bytes + --output=-|filename + + + VBoxManage mediumio + + --disk=uuid|filename + --dvd=uuid|filename + --floppy=uuid|filename + + --password-file=-|filename + stream + --format=image-format + --variant=image-variant + --output=-|filename + + + + + Description + + + Common options + + The subcommands of mediumio all operate on a medium which need to be specified, optionally + with an encryption password. The following common options can be placed before or after the sub-command: + + + --disk=uuid|filename + Either the UUID or filename of a harddisk image, e.g. VDI, VMDK, VHD, ++. + + + --dvd=uuid|filename + Either the UUID or filename of a DVD image, e.g. ISO, DMG, CUE. + + + --floppy=uuid|filename + Either the UUID or filename of a floppy image, e.g. IMG. + + + --password-file=-|filename + The name of a file containing the medium encryption password. If + is specified, the password will be read from stdin. + + + + + + mediumio formatfat + + + Formats a floppy medium with the FAT file system. This will erase the + content of the medium. + + + + Quickformat the medium. + + + + + + mediumio cat + + + Dumps the medium content to stdout or the specified file. + + + + Dump as hex bytes. + + + The byte offset in the medium to start. + + + The number of bytes to dump. + + + + The output filename. As usual is take to mean stdout. + + + + + + mediumio stream + + + Converts the medium to a streamable format and dumps it to the given output. + + + + The format of the destination image. + + + The medium variant for the destination. + + + + The output filename. As usual is take to mean stdout. + + + + + + + + -- cgit v1.2.3