%all.entities; ]> $Date: 2024-09-10 11:15:32 +0000 (Tue, 10 Sep 2024) $ 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 must be specified using one of the following options along with an optional 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 medium with the FAT file system. This will erase the contents of the medium. Quickformat the medium. mediumio cat Dumps the contents of the medium 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.