$Date: 2020-02-04 11:54:12 +0100 (Tue, 04 Feb 2020) $VBoxManage mediumioVBoxManage-mediumio1VBoxManage-mediumiomedium content accessOracle VM VirtualBoxVBoxManage mediumio--disk=uuid|filename--dvd=uuid|filename--floppy=uuid|filename--password-file=-|filenameformatfat--quickVBoxManage mediumio--disk=uuid|filename--dvd=uuid|filename--floppy=uuid|filename--password-file=-|filenamecat--hex--offset=byte-offset--size=bytes--output=-|filenameVBoxManage mediumio--disk=uuid|filename--dvd=uuid|filename--floppy=uuid|filename--password-file=-|filenamestream--format=image-format--variant=image-variant--output=-|filenameDescriptionCommon optionsThe 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|filenameEither the UUID or filename of a harddisk image, e.g. VDI, VMDK, VHD, ++.--dvd=uuid|filenameEither the UUID or filename of a DVD image, e.g. ISO, DMG, CUE.--floppy=uuid|filenameEither the UUID or filename of a floppy image, e.g. IMG.--password-file=-|filenameThe 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.