On Wed, Jan 30, 2013 at 01:57:24PM +0200, Sava Teodor wrote: > Yes. The virtual users folder resides on the virtio-9p filesystem.
The bug seems to be that link(2) returns EXDEV. Looking at the code for link in 9pfs, it seems wrong to me (why is it passing "" for the oldpath argument?) http://git.qemu.org/?p=qemu.git;a=blob;f=hw/9pfs/virtio-9p-handle.c;h=e30fdb6730e68dbf651d5b305446900a3103f7ae;hb=HEAD#l322 My suggestion would be that you try using the 'ln' command on a 9pfs filesystem, and if it doesn't work as expected report it as a bug to upstream qemu. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW _______________________________________________ virt mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/virt
