天天看點

手把手教你在VirtualBox中與主機共享檔案夾

安裝VirtualBox為了共享檔案夾,折騰了一晚上!網上的很多資料都不是很全面,這裡就全面的總結一下,如果有其他的疑問,可以留言多多交流。

VirtualBox下載下傳位址,版本為5.1.2

設定共享檔案路徑

點選虛拟機 設定-->選擇 共享檔案夾

手把手教你在VirtualBox中與主機共享檔案夾

(圖1 設定共享檔案夾)

設定共享檔案夾路徑

  • 1 選擇路徑
  • 2 填寫自定義的共享名稱(在後面需要與挂載路徑相對應)
  • 3 設定自動挂載/固定配置設定
手把手教你在VirtualBox中與主機共享檔案夾

(圖2 設定共享檔案路徑屬性)

安裝VirtualBox增強工具

先安裝必備的包

執行下面的指令:

yum install -y gcc gcc-devel gcc-c++ gcc-c++-devel make kernel kernel-devel
           

安裝完後,重新開機虛拟機:

shutdown -r now
           

安裝virtualBox增強工具

點選 設定-->點選 安裝增強功能...

手把手教你在VirtualBox中與主機共享檔案夾

(圖3 點選設定)

自動執行安裝 或者 進入目錄/media/VBOXADDITIONS_5.1.2_108956,執行指令

./VBoxLinuxAddtion.run
           

得到輸出内容

[root@localhost VBOXADDITIONS_5.1.2_108956]# ./VBoxLinuxAdditions.run 
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.1.2 Guest Additions for Linux...........
VirtualBox Guest Additions installer
Removing installed version 5.1.2 of VirtualBox Guest Additions...
vboxadd.sh: Stopping VirtualBox Additions.
vboxadd-service.sh: Stopping VirtualBox Guest Addition service.
Copying additional installer modules ...
Installing additional modules ...
vboxadd.sh: Building Guest Additions kernel modules.
vboxadd.sh: You should restart your guest to make sure the new modules are actually used.
vboxadd.sh: Starting the VirtualBox Guest Additions.

You may need to restart the the Window System (or just restart the guest system)
to enable the Guest Additions.
           

即安裝成功!

挂載共享檔案夾

切換到root使用者輸入挂載指令:

sudo mount -t vboxsf shared_file /home/xingoo/shared
           

注意格式為

sudo mount -t vboxsf 共享檔案夾名稱(在設定頁面設定的) 挂載的目錄
           

然後進入/home/xingoo/shared,就可以看到windows中的檔案了

手把手教你在VirtualBox中與主機共享檔案夾

(圖4 windows檔案)

[root@localhost shared]# ll
total 337516
-rwxrwxrwx. 1 root root 149599799 Aug 15 21:29 apache-hive-2.1.0-bin.tar.gz
-rwxrwxrwx. 1 root root 196015975 Aug 15 21:31 hadoop-2.6.4.tar.gz
           

其他使用技巧

如果主控端是windows經常需要來回的拷貝内容,那麼可以打開【共享粘貼闆】,步驟為:

裝置-->共享粘貼闆-->雙向
           

作者:xingoo

出處:http://www.cnblogs.com/xing901022

本文版權歸作者和部落格園共有。歡迎轉載,但必須保留此段聲明,且在文章頁面明顯位置給出原文連接配接!

繼續閱讀