%all.entities; ]> $Date: 2023-04-21 21:59:02 +0000 (Fri, 21 Apr 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.