3

問題の説明:

VirtualBox ゲスト OSを起動すると、参照されている共有ファイル システムのマウントが/etc/fstab失敗します。
ただし、ログイン後 -mount -a成功します。

詳細:

ここで起動プロセスがスタックします...

起動プロセスがスタックする

... を押すとs、起動プロセスが続行され、終了します。

シェルで、共有ディレクトリがマウントされていないことを確認します。

共有ディレクトリがマウントされていません

しかし今、シェルから、共有ファイルシステムのマウントは成功しています:

共有ファイルシステムのマウントが成功する


mountスタートアップ時に成功するにはどうすればよいですか?


環境:

  • 仮想ボックス: 4.3.12.r93733
  • ホスト OS: Windows 7
  • ゲスト OS: Linux ubuntu 3.13.0-32-generic #57~precise1-Ubuntu x86_64 GNU/Linux
  • /etc/fstab

/etc/fstab

  • 関連する行/var/log/boot.log

/var/log/boot.log

4

2 に答える 2

0

You don't have to mount it, VitrualBox will make it for you. For me,these steps worked on my System (VirtualBox 5.0.10 on Windows 7 and Kubuntu 14.04 guest system):

  • In VirtualBox, configure your shared folder for your machine under 'Shared Folder'. Pick up the directory on your host system (e.g. D:\shared) and set a name for your guest system (e.g. shared).

    • Boot the guest system. Now you should have a mounted folder under \media\sf_shared.

Thats all. VirtualBox manages this for you.

于 2016-01-14T21:12:04.190 に答える