[Bug 280098] 9pfs panics on qemu+kvm

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 02 Jul 2024 20:23:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280098

--- Comment #1 from Danilo Egea Gondolfo <danilo@FreeBSD.org> ---
After my little hack I can mount the filesystem using the partial mount_tag:

root@freebsd:~ # mount -t p9fs conf /mnt
root@freebsd:~ # mount
/dev/da0p2 on / (ufs, local, synchronous, soft-updates, journaled soft-updates)
devfs on /dev (devfs)
/dev/da0p1 on /boot/efi (msdosfs, local)
conf on /mnt (p9fs, local)
root@freebsd:~ # cd /mnt
root@freebsd:/mnt # ls
agent-mounts.json       agent.crt               files                  
lxd-agent               server.crt              udev
agent.conf              agent.key               install.sh              nics   
                systemd

-- 
You are receiving this mail because:
You are the assignee for the bug.