#16564 closed defect (fixed)
Shared folder mount fails with "No such file or directory" after upgrade
Reported by: | Aleko | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox 5.1.16 |
Keywords: | shared mount vagrant | Cc: | |
Guest type: | Linux | Host type: | Windows |
Description
I have a Windows 10 host and several Linux (mostly Ubuntu) virtual machines created by Vagrant. After upgrading from 5.1.14 to 5.1.16 shared folder mount stopped working:
# mount -t vboxsf vagrant /vagrant /sbin/mount.vboxsf: mounting failed with the error: No such file or directory
I noticed that Vagrant registered shared folder paths in the following format:
\\?\C:\Path\To\MyStuff
As soon as I removed the leading "\\?\"
from the path, the mount command worked again.
After downgrading back to 5.1.14, the mount works again without any issues, so this looks like a regression in 5.1.16.
Change History (7)
comment:1 by , 8 years ago
comment:3 by , 8 years ago
Thanks for what? Not closing the ticket? Unfortunately I can't close the ticket, you can...
comment:4 by , 8 years ago
comment:5 by , 8 years ago
Thank you! I did search for tickets but the problem was clearly a regression in the most recent version so I didn't even look at tickets opened against 5.0.4. Also, #14651 itself describes a completely different issue so I disagree it's a duplicate. Yes, the recent comments do bring up the new issue, but one wouldn't easily find those with a quick search.
A quick search could have revealed the following:
Duplicate of #14651.