2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[Vagrant][Plugin] package.rb:440:in `initialize': Permission denied @ rb_sysopen - winnfsd.exe (Errno::EACCES) 解決法

Posted at

概要

Windows でvagrant up とかでVM起動しようとすると
(or vagrant plugin xxx の操作とかすると..)
winnfsd.exe がpermission denied でエラーになる
ことがある

原因

恐らく、(admin(root)権限で起動している) winnfsd.exe使用中 のため
意図する変更が加えられない

解決法

->
Windows とかのtask managerNfs server for windows
というプロセス があるので
それをkill する ( admin(root)権限で

->
このエラーは解消する はず

参考?

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?