The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: dos_from_unix
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 02-07-2007
Crazy_murli Crazy_murli is offline
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.