Ben: Yup, I can write perfectly on your generated images, so it's not a problem with qemu. I thought the correct boot option would be 5, but then I'll use 9queen and then sooner or later I'll see if I can understand everything else is there, Plan9 is relatively complex in its namespace stuff (coming from a mostly Linux/Mac OS background) and ANTS is... complex, although your use cases look very interesting & appealing :). And also, if it works, why break it :)? I have a working image!

Kurt: My system is an old Macbook (Early 2008 IIRC, underpowered by today's standards but it's relatively okay) but qemu in general works relatively well, and once an image works and is booted works perfectly. So I'm guessing it's some problem with my qemu build (1.4.0) tied with some way Plan9 tries to write to disk. Or not, it's quite puzzling.

Thanks!

Ruben

On Tue, Mar 12, 2013 at 5:15 PM, Kurt H Maier <khm-9@intma.in> wrote:
On Tue, Mar 12, 2013 at 01:53:26PM +0100, Ruben Berenguel wrote:
>
> Hangs on copydist (waited ~20 minutes.)

I've seen copydist take longer than this on underpowered or incorrectly
configured systems.  The way it performs the copy is an unmitigated seek
festival.  On one of my machines it took a little over an hour; this is
why I'm grateful for cinap's virtio driver, which cut that time in half.

khm