Ubuntu与主机实现复制粘贴、文件共享

安装vmware tools即可实现文字上的复制粘贴与文件的共享,命令如下:

apt-get autoremove open-vm-tools

sudo apt-get install open-vm-tools-desktop

附挂载公共文件夹:

进入共享位置命令如下:

vmhgfs-fuse .host:/$(vmware-hgfsclient)  /some_mountpoint

然后使全局持久性挂载添加以下行/etc/fstab:

.host:/   /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0

.host:/shared     /mnt/hgfs       vmhgfs     defaults  0  0 

你可能感兴趣的:(Ubuntu与主机实现复制粘贴、文件共享)