質問編集履歴
1
エラー表示を追記した。
test
CHANGED
File without changes
|
test
CHANGED
@@ -39,3 +39,39 @@
|
|
39
39
|
|
40
40
|
|
41
41
|
お手数おかけしますが、よろしくお願いいたします。
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
以下追記
|
46
|
+
|
47
|
+
vagrant up を実行した時に下記のようなメッセージが表示されました。マウントされていない?
|
48
|
+
|
49
|
+
```ここに言語を入力
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
The following SSH command responded with a non-zero exit status.
|
54
|
+
|
55
|
+
Vagrant assumes that this means the command failed!
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
umount /mnt
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
Stdout from the command:
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
Stderr from the command:
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
umount: /mnt: not mounted
|
76
|
+
|
77
|
+
```
|