`
zealotds
  • 浏览: 119299 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

Virtualbox Shared Folder In Linux

阅读更多
This is for those who don't have GUI installed...

1. on the menubar of your running linux guest: Devices > Install Guest Additions..
2. now the Addition CD has been hooked to /dev/cdrom
3. mkdir <where_ever_convinient_to_you/cdrom>
3. sudo mount /dev/cdrom <where_ever_convinient_to_you/cdrom>

4. installing the the kernel dev library:
RHEL/CentOS:
sudo yum install kernel-devel
Ubuntu:
sudo apt-get install kernel-devel

5. start the Addition service build process
cd <where_ever_convinient_to_you/cdrom> && sudo ./VBox......run
you might get error saying can' find Xorg/X windows, it doesn't matter since we are just to use the shared folder feature.

6. config the shared folder in your vitualbox main window for this guest. personally I like to set "auto mount" and "permanent"

7. mkdir -p <shared_folder_name_uptoyou>

8 sudo mount -t vboxsf <shared_name_in_step_6> <shared_folder_name_uptoyou>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics