[Bug 255386] FreeBSD 13 virtualbox guest reboot when trying to acces the mounted shared folder

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 12 17:51:25 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255386

--- Comment #17 from Guido Falsi <madpilot at FreeBSD.org> ---
(In reply to philippe972 from comment #15)

The dump you posted has some useful information.

It indicates the issue happens in the vboxfs_readdir() function. Unluckily
there 
are no details about where more exactly and due to what cause.

also this line:

current process         = 866 (gvfs-udisks2-volume)

makes me suspicious.

Are you automounting vbox shared folders from some desktop environment? Not
sure the FreeBSD additions shared folder driver supports that.

If you're not already doing it, could you mount the shared folder at boot from
fstab, with a line like this:

VMs  /mnt/vbox  vboxvfs  rw,late,uid=1001,gid=1001      0       0

(VMs being the name of the shared folder you gave in virtualbox, the other
fields should be self explanatory)

Nor sure I can help much more.

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


More information about the freebsd-emulation mailing list