All public logs

Combined display of all available logs of Piszczynski. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:36, 19 December 2023 Aleks talk contribs created page Virtualharddisk (Created page with "== Convert from VHD to VMDK == use qemu-img tool to convert disk formats, documentation here: [https://www.qemu.org/docs/master/tools/qemu-img.html qemu-img doc] can download the tool here: [https://cloudbase.it/qemu-img-windows/ download] Example of simple use to convert from vhd to vmdk:<syntaxhighlight lang="powershell"> .\qemu-img.exe convert C:\diskstoconvert\sourcedisk.vhd -O vmdk C:\diskstoconvert\converteddisk.vmdk </syntaxhighlight>") Tag: Visual edit