Mahesh Kumar wrote: > Hi > > We have 5 Linux systems and 10 windows systems. One Linux box is our samba server. >How is it possible to integrate other Linux Systems with our Samba Server, so that >the entire System can be viewed in the network neighborhood and Windows Systems can >share files with other Linux boxes too. >
Pl. Fix your line length. If you want to share Win/Linux boxes: You can do following: 1) use "man smbmount" command 2) See Samba Howto. It must available with your Linux CD. 3) Search www.pcquest.com site for "samba".It has excellent write-up. 4) Install / configure samba server: Use follow. commands to mount a windows share. mkdir smbshare mount -t -o username=username,password=urpassword file://winmachinenameoripaddr/share smbshare 5) Then make a directory shareable which you want to share: From Linux Box do: #smbmount //WinMachineName/directory /mnt/test 6) Once you have configured Samba on linux use following command to share your window drive: smbmount //windowsmachine/sharename /mnt/mountpoint -I windowsIpAdress -U windowsUsername 7) You may use "Sharity Light": Check this site : http://www.obdev.at/products/sharity-light/ PS: I have not used this option. 8) Networking Linux-to-Linux m/c is more simpler than sharing Win-Linux hybrid. Chack Networking How-to . Hope this ittle help will solve yr problem. Regards ! ~ Pat _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
