English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

1: When i run smbstatus on server i get beow mention result.
-------------------------------------------------------------------------------

Samba version 2.2.0
Service uid gid pid machine
----------------------------------------------

No loked files
-----------------------------------------------------------------------------------
2: When i run smbclient
i am able to get smb prompt.

3: my smb.conf file contains following lines

workgroup=MIS
smb password file=/etc/samba/smbpasswd

[data]
commnet=data folder
path=/home/data
read only = no
guest ok= yes.

4: when i try to acces linux shared foler i got following error message
"No service is operating at the destination network endpoint on th remote system"


PLEASE HELP TO CONFIGURE LINUX SAMBA SERVER.

2007-01-26 22:42:21 · 1 answers · asked by amitdelpanwar 1 in Computers & Internet Programming & Design

1 answers

use "smbstatus" to check the service status. On smb: \ prompt use cd, lcd, del linux shell commands for manipulation.
give the command to start stop samba
/etc/rc.d/init.d/smb start|stop
on linux client use this mount command to share
#mount -t smbfs //215.157.0.1/homes /mnt/test -o username=uname, dmask=777, fmask=777 /// these are for permissions.

And this is very difficult to provide you point to point description of samba setup but use these links.
http://samba.netfirms.com/
http://ubuntuforums.org/showthread.php?t=202605
http://www.thennion.demon.co.uk/samba.html
http://www.samspublishing.com/library/content.asp?b=red_hat_linux7&seqNum=155&rl=1

2007-01-26 23:20:11 · answer #1 · answered by iMaXX 4 · 0 0

fedest.com, questions and answers