Hello,
my goal is to share a folder of a filesystem from the Proxmox-host with an Debian-based 'OVM' VM.
I used this this qemu manual and did the folowing:
in /etc/pve/qemu-server/102.conf
in the omv i did
apt-get install libattr1 libattr1-dev
and added the folowing to /etc/initramfs-tools/modules:
and did: update-initramfs -u and also a reboot.
when i now try the following:
and
dmesg gives me
Where should i dig for the problem? I guess it depends on the guest(?). Did i even choose the right modules? Are there any apparmor rules? any hints?
thank you in advance!
kind regards.
my goal is to share a folder of a filesystem from the Proxmox-host with an Debian-based 'OVM' VM.
I used this this qemu manual and did the folowing:
in /etc/pve/qemu-server/102.conf
Code:
[...]
<filesystem type='mount' accessmode='passthrough'>
<source dir='/mnt/data/media/foo/'/>
<target dir='testfs1'/>
</filesystem>
in the omv i did
apt-get install libattr1 libattr1-dev
and added the folowing to /etc/initramfs-tools/modules:
Code:
virtio_pci
virtio_blk
#9p
#9pnet
9pnet_virtio
when i now try the following:
i recieve:mount -t 9p -o trans=virtio testfs1 /mnt/test/ -oversion=9p2000.L
Code:
mount: special device testfs1 does not exist
dmesg gives me
Code:
9p: no channels available
Where should i dig for the problem? I guess it depends on the guest(?). Did i even choose the right modules? Are there any apparmor rules? any hints?
thank you in advance!
kind regards.