You will need to share your Windows partition, and then use smbclient to interface with the share.
To check that your linux can see the shares, use: (use -U username to specify your xp username/password)
smbclient -L windows_xp_ip
To connect to a share:
smbclient \\\\windows_xp_ip\\sharena
You can also use mount -t smbfs to mount the share.
mount -t smbfs -o username=Administrator \\\\windows_xp_ip\\sharena
Main Topics
Browse All Topics





by: garycasePosted on 2009-11-05 at 10:10:43ID: 25752195
Enable Shared Folders in the VMWare Settings for the virtual machine. You can then select which folders on the "real" system you want to access from the virtual machine.