Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 17:51:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 255386] FreeBSD 13 virtualbox guest reboot when trying to acces the mounted shared folder
Message-ID:  <bug-255386-26505-IZYBL9LO8r@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255386-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255386-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255386

--- Comment #17 from Guido Falsi <madpilot@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=20
are no details about where more exactly and due to what cause.

also this line:

current process         =3D 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 f=
rom
fstab, with a line like this:

VMs  /mnt/vbox  vboxvfs  rw,late,uid=3D1001,gid=3D1001      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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255386-26505-IZYBL9LO8r>