Vmware设置共享文件夹实现与ubuntu文件共享

1,安装VMware tools

# apt-get install open-vm-tools
# apt-get install open-vm-tools-desktop
# apt-get install open-vm-tools-dkms

2,在vmware虚拟机中设置共享文件夹

Vmware设置共享文件夹实现与ubuntu文件共享_第1张图片

Vmware设置共享文件夹实现与ubuntu文件共享_第2张图片

 3,重启

reboot 

4,查看当前有哪些共享目录

#vmware-hgfsclient 该命令用于查看当前有哪些共享目录,这里我只使用了share文件夹作为共享

5,用vmhgfs-fuse命令完成挂载

vmhgfs-fuse .host:/share /mnt/hgfs

6,查看挂载点

df -h

7,完成共享文件夹的挂载后,每次开机需要重新启动挂载

Vmware设置共享文件夹实现与ubuntu文件共享_第3张图片

 

你可能感兴趣的:(VMware虚拟机,ubuntu,linux,服务器)