前提・実現したいこと
vagrant upをすると、下記のようなエラーが出ます。
このエラーの解決策を調べても、「vagrant-vbguest」というプラグインのインストールの手順しかなく、試してみましたが立ち上がる時と立ち上がらないときがあります。
また、立ち上がっても、TeraTermからアプリケーションのディレクトリに移動できません。
分かる方解列策を教えてください!
発生している問題・エラーメッセージ
Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module. Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box. For context, the command attempted was: mount -t vboxsf -o uid=1000,gid=1000 home_vagrant_work /home/vagrant/work The error output from the command was: mount: unknown filesystem type 'vboxsf' C:\Users\ghost\Desktop\work\vagrant>vagrant plugin install vagrant-vbguest
試したこと
vagrant plugin install vagrant-vbguestの実行
補足
vagrant upするたびに、上記のエラーが表示されます。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。