1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[メモ]VirtualBoxで作成したGentooからホストのフォルダを共有させる

Posted at

前回使ったVM

VirtualBoxのメニューより
デバイス->共有フォルダー設定

スクリーンショット 2015-10-17 9.13.03.png
実際存在する共有したいフォルダを選択

マウント

GentooのVMを起動する

# マウント対象の共有のフォルダがあるか見る
$ ls /media
  sf_slack_rack_web
# マウント
$ sudo mount -t vboxsf slack_rack_web /home/vagrant/web
# ゲストでwebフォルダを事前に作成する必要がある
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?