
02-07-2007
|
|
Registered User
|
|
|
Join Date: Jun 2006
Location: UK
Posts: 26
|
|
If its to mount the windows share, you may use the below :
1) Make sure you have samba client installed on the Unix box, and the smb service is running
2) Run smbmount & mount the windows shared folder in unix box as below
smbmount //serverip/sharenameonwindowsbox /mountpoint -o username=testuser,workgroup=domainname,uid=localuserid,ip=windowsserverip
3) Now, you will have the windows share available on the linux box to play.
Hope this helps !!!
Cheers, Murli. 
|