概要
Windows でvagrant up とかでVM起動しようとすると
(or vagrant plugin xxx の操作とかすると..)
winnfsd.exe がpermission denied でエラーになる
ことがある
原因
恐らく、(admin(root)権限で起動している) winnfsd.exe が使用中 のため
意図する変更が加えられない
解決法
->
Windows とかのtask managerで Nfs server for windows
というプロセス があるので
それをkill する ( admin(root)権限で
->
このエラーは解消する はず
参考?