|
| |||||
| Home | Reviews | Tools | Forums | FAQs | Find Service | ISP News | Maps | About |
how-to block ads |
2.2 Samba
First you will have to download the SAMBA files. To can obtain these from the Samba Home Page. Then configure the Samba Server, that is the one that you will need in order for your Windows 95/98 machines to view and access shared resources on your Linux machine, you will need to configure the /etc/smb.conf or /etc/samba/smb.conf (for Red Hat) file. This is every simple and descriptions are all inside the file. Then make an account using useradd account name and change the password using passwd account name. Remembering that this must be done as root. Then run testparm to check that the smb.conf file is configured correctly. Next, run smbpasswd -a account name you're ready to start up Samba. To start it up, type: smbd -D nmbd -D or /etc/rc.d/init.d/smb start for Red Hat users.
You could also do it via the command prompt by issuing this command:
smbclient -L computername -U user To mount a Windows shared directory use: smbmount //computername/shared resource name /mnt/mount point -o username=user To access Windows shared directory use: smbclient //computername/shared resource name -U user If you upgrade your SAMBA package to a newer version, this issue should be resolved.
Also read the Samba HOWTO from Linuxdoc.org. At least in ubuntu typing network:/// into the file browser address bar works, too.
2009-10-27 00:16:40 | ||||||||
| Thursday, 24-May 14:01:43 | Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo over 12.5 years online © 1999-2012 dslreports.com. |