Hi... On Wed, Feb 20, 2008 at 9:13 PM, b93049 <[EMAIL PROTECTED]> wrote: > Is QEMU could produce a file system image that could be written? > If yes, what should I do ???
Qemu doesn't deal directly with filesystem. Via qemu-img, the only thing you can do is create empty disk image (be it raw type, cow, qcow and so on). To format it, loopback mount the disk image and use mkfs to format. regards, Mulyadi.