1. 程式人生 > >ubuntu在虛擬機器下與主機共享檔案

ubuntu在虛擬機器下與主機共享檔案

終端下輸入:sudo gedit /etc/init.d/rc.local,開啟的檔案中加入掛載程式碼(sudo -t vmhgfs .host:/ /mnt/hgfs),在do_start()裡面第一句前加,儲存退出,重啟Ubuntu,發現共享資料夾已經成功自動載入。

安裝完vmware-tools工具後,執行sudo apt-get install open-vm-dkms 後

使用sudo mount -t vmhgfs .host:/ /mnt/hgfs命令提示

"Error: cannot mount filesystem: No such device"

解決方法:

$ git clone https://github.com/rasa/vmware-tools-patches.git

$ cd vmware-tools-patches

$ ./patched-open-vm-tools.sh

安裝完後,執行sudo mount -t vmhgfs .host:/ /mnt/hgfs問題解決