views:

291

answers:

3

Hi,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.

+5  A: 

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.
Dave Webb
A: 

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]

Andy
A: 

Failing all that, you could use a generic file transfer utility like FTP or SCP :-)

dr-jan