summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1687270
blob: 1dfc13822e6bed98c507813ed789ef5cd0a38e24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Can't write to 9p shared folder with qemu 2.9.0

When running a virtual machine with qemu 2.9.0 with this parameter for sharing a folder:

-virtfs local,id=fsdev1,path=$HOME/git,security_model=none,mount_tag=git

then the folder is shared to the VM but in some subfolders I can't delete files. The guest system then reports that the file, I want to delete, is "no file or folder".

I've downgraded to 2.8.0 now, which re-enables deleting my files.

Is this a known bug which will be fixed with a future version?