Virtual Boxでホスト(Mac)とゲストOS(Ubuntu)の間でフォルダーを共有するにはどうすればよいですか?
Ubuntuで Guest Additionsがインストールされている を指定したVirtualBoxの最新バージョン(4.3.10)が必要です。
Sudo mount -t vboxsf folder_name path_to_mount_point
folder_nameは、共有を説明するために以前に入力した名前です次のエラーなど、同じものをマウントするのが困難な場合:
mount: wrong fs type, bad option, bad superblock on mydata,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
次の手順を実行します。
Sudo rm /sbin/mount.vboxsf
Sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions/mount.vboxsf /sbin/mount.vboxsf