Skip to content

Instantly share code, notes, and snippets.

@McGovMan
Created January 17, 2021 23:45
Show Gist options
  • Save McGovMan/4a4a2ea373373fe55a41a9aaf7735eb7 to your computer and use it in GitHub Desktop.
Save McGovMan/4a4a2ea373373fe55a41a9aaf7735eb7 to your computer and use it in GitHub Desktop.
QEMU - raw/qcow2 convert tp ZFS raw
qemu-img convert -O raw <infile.(vdi|vmdk|$whatever)> /dev/zvol/rpool/data/<vmid>-disk0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment