Sync folder of VMWare host and guest

假如想象 提交于 2021-02-08 10:25:03

问题


I am running Win 7 for everyday use, but for development I power up VMWare Workstation 9 with Ubuntu 12.04 LTS installed. What is the easiest way to keep my sourcecode developed in the guest system in sync with the host? (e.g. for the case of guest system failure - I always consider these as disposable.)

Approaches I could think of:

  • Some kind of "folder sharing" as known from windows-only networks
  • Using some VM feature to mount a host folder into the guest
  • having an SVN server on the host (Tortoise) reachable from withhin the guest
  • Using some Unix feature to upload files via Net to the host

What is the most common / best practise way? One goal it to keep the host system clean and with a minimum of additional software, while I don´t mind what to install on the guest. I would prefer some VMware approach, I exists. Thanks!


回答1:


The simplest VMware approach would be to utilize shared folders. You can reference this link for more information regarding shared folders and this link details how to mount shared folders on Linux guests



来源:https://stackoverflow.com/questions/16948267/sync-folder-of-vmware-host-and-guest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!