maintainer-feedback requested: [Bug 245865] emulators/virtualbox-ose-additions doesn't let go of files placed on a Windows host shared folder
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Apr 24 03:52:58 UTC 2020
Bugzilla Automation <bugzilla at FreeBSD.org> has asked vbox at FreeBSD.org for
maintainer-feedback:
Bug 245865: emulators/virtualbox-ose-additions doesn't let go of files placed
on a Windows host shared folder
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245865
--- Description ---
virtualbox-ose-additions doesn't seem to want to let go of files placed on a
Windows host shared folder.
My host is Win8.1, VirtualBox is 6.1.6, my FreeBSD is 12.1-RELEASE-p3 and my
GUI in FreeBSD is Xfce 4.14.
Not sure if this is an issue with FreeBSD or Linux hosts.
Minimal steps to highlight issue:
1. Mount Windows shared folder, for example: sudo mount -t vboxvfs -w
Development ~/host
2. Go there in the file manager.
3. Right click "Create Document" -> "Empty File".
4. Then try to delete it. It cannot be deleted.
If you try to delete the file from the command line:
$ rm dog
rm: dog: Text file busy
In fact it cannot be deleted even on the Windows host until the VM shuts down,
it's as if the file is still open for writing or something.
This issue came to light running some code that creates lock files, but when
done the code was unable to delete the lock files, leaving things in a locked
state. Needless to say this is rather annoying.
Derived distros like FuryBSD exhibit the same problem.
More information about the freebsd-emulation
mailing list