0
0

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 5 years have passed since last update.

vagrant 起動時のshared folder 関連のエラー対処

Posted at

以下のようなメッセージが出た場合

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

ゲストOSにてvboxadd をセットアップし直す.
もし,linux-headers-xxx-generic が入っていなければ事前に入れておく

$ sudo apt-get install dkms
$ sudo /etc/init.d/vboxadd setup

参考

Vagrantを入れてみた

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?