简体   繁体   中英

How can I get the files stored in host machine?

I installed a Linux systems on a VMWare which is a guest of Windows XP operating systems.

How can I get files stored in XP file systems directly when working in Linux environment?

Thanks.

You have two ways:

  1. VMware Shared Folders . These are built in to VMware and work well but you need the VMware tools installed and working on the guest OS.
  2. Just share a folder in Windows and mount it in the Linux guest using Samba .

If you want access to the guest files from the host, there are user level tools provided by VMWare that allow you to mount VMWare virtual disks.

See: VMWare Disk Mount [pdf]

如果做不到这一点,您可以使用FTP或SCP等通用文件传输实用程序:-)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM