Mounting of unix NFS to windows XP

is it possible? i will only config on the windows side. is there a third party software to help me accomplish this? tnx

Samba works.

You can do that by exporting your directory (/etc/exports). Then on the client side (your pc) you have to install a NFS software. But I also recommend SAMBA. We have been using NFS client software until I was able to convince my boss that SAMBA is better in many ways (easier, more secure and more config options).

hi can some one help me in configuring samba on hp unix machine. i have done the configuration in /etc/opt/samba/smb.conf [myshare]
comment = Mary's and Fred's stuff
path = /home/
valid users = root
public = yes
hosts allow = 10.201.0.0
writable = yes
i have selected the workgroup as WORKGROUP

iam able to start the service in /opt/samba/bin/startsmb

if i try to access from windows machine i will get the below error.

configuration information could not be read from the domain controller , either because of machine is unavailable or access denied.

can some one help me.:frowning: