﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
16564,"Shared folder mount fails with ""No such file or directory"" after upgrade",Aleko,,"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.",defect,closed,guest additions,VirtualBox 5.1.16,fixed,shared mount vagrant,,Linux,Windows
