WSL and samba mapped drives in Fall Creator’s Update
October 18, 2017
It looks like the DrvFS driver requests execute permissions on all requests to remote drives. With recent versions of samba, this can result in unexpected Permission Denied messages when trying to open any file without the executable bit set.
As a work-around you can update your smb.conf and turn off execute permission checking:
acl allow execute always = yes