1. 程式人生 > >VMware 12 與Centos 7建立共享文件夾

VMware 12 與Centos 7建立共享文件夾

百度 tail 工具 http log tool col blank tools

最近在學習如何對本機中共享的目錄在centos7中進行共享。

前提條件:
Centos 7
VMware 12
Win 10

在百度的過程中,搜索了很多資料,總算共享文件夾成功

步驟如下:

1、centos 7虛擬機主機共享文件和Tools工具安裝

https://blog.csdn.net/lly374685868/article/details/79107921

2、設置共享文件夾

https://blog.csdn.net/jasonhector/article/details/78679135

主要命令如下:

//查看共享文件夾
vmware-hgfsclient

//下載掛載工具
 yum install open-vm-tools-devel -y

//執行掛載工具,D為分享的文件夾名稱[比如這裏為D盤] .host前面有個空格 sudo vmhgfs-fuse .host:/D /mnt/hgfs //執行完後 查看 ll /mnt/hgfs

VMware 12 與Centos 7建立共享文件夾