質問編集履歴

4

3

2018/11/18 20:52

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -63,3 +63,5 @@
63
63
  - centosにguesteditionsはインストールされていない
64
64
 
65
65
  - config.vm.synced_folder ".", "/vagrant", disabled: true 効果なし
66
+
67
+ - ubuntuをvagrantupをすると共有フォルダは作成されない(なぜ)

3

2

2018/11/18 20:52

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -61,3 +61,5 @@
61
61
  - centosをvagrantupすると共有フォルダが勝手に作成される。
62
62
 
63
63
  - centosにguesteditionsはインストールされていない
64
+
65
+ - config.vm.synced_folder ".", "/vagrant", disabled: true 効果なし

2

1

2018/11/18 20:35

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -18,15 +18,15 @@
18
18
 
19
19
  > The guest additions on this VM do not match the installed version of
20
20
 
21
- > default: VirtualBox! In most cases this is fine, but in rare cases it can
21
+ > default: VirtualBox! In most cases this is fine, but in rare cases it can
22
22
 
23
- > default: prevent things such as shared folders from working properly. If you see
23
+ > default: prevent things such as shared folders from working properly. If you see
24
24
 
25
- > default: shared folder errors, please make sure the guest additions within the
25
+ > default: shared folder errors, please make sure the guest additions within the
26
26
 
27
- > default: virtual machine match the version of VirtualBox you have installed on
27
+ > default: virtual machine match the version of VirtualBox you have installed on
28
28
 
29
- > default: your host and reload your VM.
29
+ > default: your host and reload your VM.
30
30
 
31
31
 
32
32
 
@@ -44,18 +44,20 @@
44
44
 
45
45
  > Vagrant box. For context, the command attempted was:
46
46
 
47
- >
48
-
49
47
  > mount -t vboxsf -o uid=500,gid=500 vagrant /vagrant
50
48
 
51
- >
52
-
53
49
  > The error output from the command was:
54
-
55
- >
56
50
 
57
51
  > /sbin/mount.vboxsf: mounting failed with the error: No such device
58
52
 
59
53
 
60
54
 
61
55
  gesteditonsを導入するときに光学ドライブを作成しましたがそれが悪さしているんでしょうか?現在も調査中ですが同じような現象に遭遇したかたがいましたら解決方法をおしえてください。
56
+
57
+
58
+
59
+ **補足**
60
+
61
+ - centosをvagrantupすると共有フォルダが勝手に作成される。
62
+
63
+ - centosにguesteditionsはインストールされていない

1

タイトル修正

2018/11/18 20:29

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- 仮想環境のubuntuにvirtualboxgestadditonsを導入したらcentosが起動しなくなった
1
+ 仮想環境のubuntuにvirtualbox-gesteditionsを導入したらcentosが起動しなくなった
test CHANGED
@@ -1,4 +1,4 @@
1
- 環境
1
+ **環境**
2
2
 
3
3
 
4
4
 
@@ -13,6 +13,8 @@
13
13
  ubuntuにgesteditionsをインストールしたのになぜかcentos を ```vagrant up``` しよとすると勝手に共有フォルダを作成して最終的にマウントが失敗するという意味不明な現象がおきています。
14
14
 
15
15
 
16
+
17
+ **エラーの内容**
16
18
 
17
19
  > The guest additions on this VM do not match the installed version of
18
20