Accessing Windows folder from a Solaris machine.
807559Nov 17 2005 — edited Apr 11 2006I have a LAN connecting windows machines with a solaris 8 system. How can i access a folder present in the windows machine from the solaris system. I want to be able to read/write into the windows folder area from within the solaris system.
If suppose i want to access a full Windows drive from the solaris system, will the above process be applicable here too?
Eg- The windows machine has a shared folder named 'A'. I want to write into and read data from the 'A' folder from within the Solaris system. Lets say, doing :
cd \a
ls -l
in the Solaris server lists all the files present in "A".
How to make this happen? Any Inputs???