我试图在Lubuntu13.04(在VMware播放器中)和Windows764位之间共享一个文件夹。我学习了一个教程,直到第16步。我输入了一个命令,什么也没看到。我还进入了/mnt/hgf文件夹,没有看到任何东西。我该怎么解决这个问题?
http://theholmesoffice.com/how-to-share-folders-between-windows-and-ubuntu-using-vmware-player/
命令-
dir /mnt/hgfs临时演员-
顺便说一句,这就是我实际达到第16步的方式。
步骤12 - sudo apt-get install hgfsclient步骤14 -如果它不工作,然后遵循本教程- http://www.liberiangeek.net/2013/03/how-to-quickly-install-vmware-tools-in-ubuntu-13-04-raring-ringtail/步骤16 -卡住!
发布于 2017-12-22 16:31:12
上的工具
sudo apt-get -y install open-vm-tools-desktop fuse && rebootsudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other发布于 2013-11-04 03:12:36
我也遇到了同样的问题。
下面是一个类似问题的答案:https://askubuntu.com/a/290528,我在步骤16之前安装了open工具,一旦完成了,我就能够成功地完成步骤16并继续前进。
sudo apt-get install linux-source
sudo apt-get install open-vm-tools我不需要像链接答案中建议的那样使用挂载命令。
发布于 2016-04-28 14:06:23
您所需要的只是安装open-vm-tools并使用mount命令,如果它不能自动挂载。(还可以将挂载路径放在/etc/fstab中,以便使用特定选项挂载auto )mount source destination
https://askubuntu.com/questions/327960
复制相似问题