[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: base format
From: |
Peter Maydell |
Subject: |
Re: base format |
Date: |
Thu, 25 Apr 2024 10:30:23 +0100 |
On Thu, 25 Apr 2024 at 09:55, lacsaP Patatetom <patatetom@gmail.com> wrote:
>
> 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 ?
Image format detection isn't 100% reliable. Notably, a 'raw'
format image could in theory look like any of the other
image types if it happens to start with the right kind of data.
thanks
-- PMM
- base format, lacsaP Patatetom, 2024/04/25
- Re: base format,
Peter Maydell <=