You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I wanted to forward a directory to a FreeBSD 13.2 guest and was surprised that freebsd 13.2 cannot mount virtio-9p.
It's the same on FreeBSD 14.1.
Only recently Jun 19 2024 support for virtio_p9fs appeared on FreeBSD 15 CURRENT
To do this, add virtio_p9fs_load=YES to loader.conf.
Mounting looks like this mount -t p9fs sharename /mnt
Hello.
I wanted to forward a directory to a FreeBSD 13.2 guest and was surprised that freebsd 13.2 cannot mount virtio-9p.
It's the same on FreeBSD 14.1.
Only recently Jun 19 2024 support for virtio_p9fs appeared on FreeBSD 15 CURRENT
To do this, add
virtio_p9fs_load=YES
toloader.conf
.Mounting looks like this
mount -t p9fs sharename /mnt
The documentation https://github.com/churchers/vm-bhyve/wiki/Virtual-Disks says
How did you manage to mount the directory via 9p?
The text was updated successfully, but these errors were encountered: