On 21 Jan 2002 at 14:06, Mayuresh Kathe wrote: > 1. What do you need on a Linux machine to make it a SaMBa client.
A package whose name is something similar to samba-client-2.2.1a-15mdk > 2. What do you need on a Linux machine to make it a SaMBa server. A similar server package.. > 4. What are the bare minimum things required on a machine to make > it share files using SaMBa and access other SaMBa shares. To share files. 1)Installed, configured and started smb service. To configure samba you can edit /etc/smb.conf(Or similar) or use webmin/swat fo that. Mandrake offers samba and NFS client config. as a part of their GUI fdisk program. 2)Proper mapping of samba users and unix users. It's usually done while configuring samba. 3)Proper file system permission on linux file systems. To access other smaba share all you need to do is normal mount command like, # mount -t smb -ousername=user,password=xxxx //daithan/Songs /Songs Provided you have smaba client package installed as indicated above.. HTH Shridhar _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
