ヘルプ

「ドットインストール」の使い方については以下をご覧ください。

レッスンの内容について

/sbin/mount.vboxsf: mounting failed with the error: No such device というエラーが発生する場合

エラーメッセージの例

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=500,gid=500 vagrant /vagrant

The error output from the command was:

/sbin/mount.vboxsf: mounting failed with the error: No such device

回答

こちらのエラーは Vagrant の共有フォルダ機能に関するものです。仮想マシンは起動できていますので、共有フォルダを使用しない限りそのままでも学習には支障ありません。

どうしても解決されたい場合はご自身でお調べいただくか、他のQ&Aサイトをご利用ください。

« ヘルプ一覧へ戻る