Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtio-9p does not work in FreeBSD 13 and 14 guests. #552

Open
vukitoso opened this issue Jul 25, 2024 · 0 comments
Open

virtio-9p does not work in FreeBSD 13 and 14 guests. #552

vukitoso opened this issue Jul 25, 2024 · 0 comments

Comments

@vukitoso
Copy link

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

The documentation https://github.com/churchers/vm-bhyve/wiki/Virtual-Disks says

On a FreeBSD guest, the 9p share can be mounted with the following command:
# mount -t 9p -o trans=virtio sharename /local/mount/point/of/share

How did you manage to mount the directory via 9p?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant