From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Wed, 11 Apr 2012 17:41:50 +0800 Message-ID: From: =?GB2312?B?s8K/odDj?= To: 9fans@9fans.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [9fans] mount the local foler in the virtual machine use 9p Topicbox-Message-UUID: 760dabc8-ead7-11e9-9d60-3106f5b1d025 hi, I try to mount the local foler in the vm, use the 9p protocol, it mount success, enter the foler, i can read and write the files already in the folder ,but can't create new folders and files in it. why and how can i solve it? i created the vm use qemu=A0-fsdev local,id=3Dtest_dev,path=3D/root/shared,security_model=3Dnone -device virtio-9p-pci,fsdev=3Dtest_dev,mount_tag=3Dtest_mount the guest vm is redhat with 2.6.32 kernel, =A0in the guest os terminal: mount -t 9p -o trans=3Dvirtio test_mount /tmp/shared/ - oversion=3D9p2000.L,posixacl,cache=3Dloose and it's no use when i update the kernel to higher . thanks, xiu