On 07/17/08 22:35, deepali wrote:
> I need some help. I know nothing about Solaris file systems and very little 
> unix but until the company decides to hire somebody I'm learning as I go. 
> Here's my problem.
>
> I need to create a windows folder visible on our Sun server for external 
> storage of image files to be accessed by an end user in a xp environment. I 
> have su root access.
> i want read and write access from sun solaris but how to make it visible 
> through sun.
> i want to use image files stored in windows machine through sun
>
> already tried NFS server but thats not working 
>
> # /usr/sbin/mount /t nfs 10.0.1.30:/c/photo  /test
>
> can u suggest me steps
>  
>  
>   

As I'm reading your query it appears you need to use your Sun system as 
a CIFS client (CIFS is the protocol that is used to share windows 
files). The folks on the CIFS discuss alias can help with your queries. 
To get yous started take a look at the cifs client docs at: 
http://opensolaris.org/os/project/smbfs/smbfs-docs/ and if you are 
running OpenSolaris you can try the command
# /usr/sbin/mount -F smbfs //10.0.1.30/c/photo /test

And if you are running on Solaris 10 or earlier you'll have to use SAMBA 
as you file sharing program. Check out the SAMBA docs at: 
http://us1.samba.org/samba/

Hope some of this helps ....

       --jc

---
Jeff Cheeney | OpenSolaris Storage Community | 
http://opensolaris.org/os/storage | http://blogs.sun.com/icedawn

Reply via email to