I use fuse (and fuseiso) to mount an ISO image to some directory.
I also want to have more than one CD-Rom drive aviable in qemu, so I read the FAQ, and it says that i can use the virtual fat drives for that. So I mounted my iso image with fuseiso and tried something like :
- Code: Select all
fuseiso cdrom2.iso cdrom2
qemu -hda drive.qcow -cdrom cdrom1.iso -hdd fat:cdrom2...
And I have :
- Code: Select all
qemu: /build/buildd/qemu-0.8.2/block-vvfat.c:97: array_get: Assertion `index < array->next' failed.
zsh: abort
edit: maybe I'm wrong about fuse, it happens even in copies of the whole content of iso image.
So i think this must be a bug in qemu ... but maybe I'm wrong ...
What do you think about it ?
also, will the patch to have multiple cdrom drives be included in further releases of qemu ?
Thanks
mildred
