質問するログイン新規登録

質問編集履歴

2

ホストOS, VirtualBox, Vagrantバージョンなどの実施環境の情報追記

2017/03/03 06:20

投稿

kuriya
kuriya

スコア35

title CHANGED
@@ -1,1 +1,1 @@
1
- vagrant upするとエラーが起きる
1
+ vagrant upするとエラーが起きる。その原因とは…
body CHANGED
@@ -4,6 +4,18 @@
4
4
  > でvagrantfileを作ってnetworkのところだけコメントアウト外して使われていないIPに変更しただけです。
5
5
  > `config.vm.network "private_network", ip: "192.168.33.50"`
6
6
 
7
+ vagrantのバージョン
8
+ Installed Version: 1.9.1
9
+ Latest Version: 1.9.2
10
+
11
+ virtualBoxバージョン
12
+ 5.1.14 r112924 (Qt5.6.2)
13
+
14
+ OS
15
+ macOS Sierra 10.12.3
16
+
17
+
18
+
7
19
  ```
8
20
  Vagrant was unable to mount VirtualBox shared folders. This is usually
9
21
  because the filesystem "vboxsf" is not available. This filesystem is

1

補足追加

2017/03/03 06:20

投稿

kuriya
kuriya

スコア35

title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,9 @@
1
1
  vagrant upするとvagrantは立ち上がるのですが、以下のようなエラーが出ます。
2
2
 
3
+ > `vagrant init bento/centos-7.2`
4
+ > でvagrantfileを作ってnetworkのところだけコメントアウト外して使われていないIPに変更しただけです。
5
+ > `config.vm.network "private_network", ip: "192.168.33.50"`
6
+
3
7
  ```
4
8
  Vagrant was unable to mount VirtualBox shared folders. This is usually
5
9
  because the filesystem "vboxsf" is not available. This filesystem is