1. share a directory on windows machine
2. create a directory in linux machine
3. run mount command
exact commands on linux are:
#mkdir /tmp/rhel5
mount -a -o domain=yourdomainname,username=yourusername //192.168.0.1/
rpms /tmp/rhel5
cd /tmp/rhel5
ls -l
you will find your windows shared directory contents in /tmp/rhel5
directory.
Naresh