热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

VMWareCentos7SharedFolderSetting.

IuseCentos7inVMWare15.ButwhenItriedtosetSharedFolderbyMenu:VM-Setting-Options-SharedFol

I useCentos7 in VMWare 15. But when I tried to set Shared Folder by Menu: VM->Setting->Options->Shared Folder, it did not work. After searching resolution on internet, I found valid method as following:



  1. VM->right click Menu choose Reinsall VMWare Tools...

  2. The VMWare Tools disk will appear on the desktop, click in to copy VMareTools-xxxxxx.tar.gz on somewhere.

  3. User  command "tar zxf VMareTools-xxxxxx.tar.gz" to extract file.

  4. Go into the extracted file folder, for example:"vmware-tools-distrb", run a terminal as root.

  5. Run "./vmare-install.pl" to start resintall, click Enter when prompt to confirm default setting.

  6. If installation finished, go to directory "/usr/bin", run "./vmware-config-tool.pl" with default options.

  7. If no error occurs during the process, your can run the "ls /mnt/hgfs" command to check the shared folders.


推荐阅读
author-avatar
拍友2502914703
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有