Skip to content

Instantly share code, notes, and snippets.

@igara
Created October 17, 2015 00:18
Show Gist options
  • Save igara/db57dbdf93cf237ec22c to your computer and use it in GitHub Desktop.
Save igara/db57dbdf93cf237ec22c to your computer and use it in GitHub Desktop.
[メモ]VirtualBoxで作成したGentooからホストのフォルダを共有させる ref: http://qiita.com/igara/items/61e2f42da7e412333216
# マウント対象の共有のフォルダがあるか見る
$ ls /media
sf_slack_rack_web
# マウント
$ sudo mount -t vboxsf slack_rack_web /home/vagrant/web
# ゲストでwebフォルダを事前に作成する必要がある
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment