[Bug 295422] automount of p9fs filesystemsm fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 19 May 2026 17:33:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295422

            Bug ID: 295422
           Summary: automount of p9fs filesystemsm fails
           Product: Base System
           Version: 15.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: bugs@FreeBSD.org
          Reporter: bakul@iitbombay.org

p9fs mounts mentioned in /etc/fstab should automatically trigger kernel module
loading of virtio_p9fs.ko (& p9fs.ko). This happens on 15-stable and -current
but not on 14-stable. As a result the VM doesn't go to multiuser.

For example, add the following to VM's /etc/fstab and reboot.

obj                     /usr/obj        p9fs     rw      0       0

Make sure the bhyve command line contains a line like the following:

        -s 9,virtio-9p,obj=/usr/obj \

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