qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

base format


From: lacsaP Patatetom
Subject: base format
Date: Thu, 25 Apr 2024 10:54:00 +0200

hi,

when using `qemu-img create`, why do I have to specify the format of the base image ?
can't `qemu-img` detect it itself ?
I understand that I have to specify the format of the created image, but I don't understand for the base image.

`qemu-img create -b base.img -f qcow2 new.img`
rather than
`qemu-img create -b base.img -F qcow2 -f qcow2 new.img`

regards, lacsaP.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]