VagrantでShareフォルダのエラー2
May 24, 2012AD:
Vagrantを使っているのですが、shareでいろいろとトラブルがあります。。。
今回の問題
- shareフォルダのパーミッションが変更できなかったり
- apache関係が作成したcacheファイルが上書きできなくなる現象がたまに起こる
解決方法
フォルダの解決方法をNFSに変更したら解決しました。
参考にさせてもらったページ:http://vagrantup.com/docs/nfs.html
1 2 3 |
$ vi Vagrantfile config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true) $ vagrant reload |
AD:
No Comments, Comment or Ping
Reply to “VagrantでShareフォルダのエラー2”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.