Samba

niko91

Senior Member
Messages
231
Hello

I want to install samba on Dm 800 and I'm looking for a Faq-user, but without
positive results.
Can anyone suggest some links ...? or share knowledge on this subject?

regards
 

niko91

Senior Member
Messages
231
Hello
Who will share with me your backup with a working samba?
I want to compare, I'm looking for a bug in my setup.
Any image OE 1.6.
If not here, please contact PM.
regards
 

viperm

Registered
Messages
43
This setting is working for me:
Code:
[global]
   load printers = no
   guest account = root
   log file = /tmp/smb.log
   log level = 1
   security = share
   server string = DreamBOX %h network services
   workgroup = HOME
   netbios name = %h
   case sensitive=yes
   preserve case=yes
   short preserve case=yes
   socket options = TCP_NODELAY
   preferred master = no ;(These stop the machine being master browser, which means that it doesn't waste time there.)

[Configuration]
  comment = Configuration files - take care!
  path = /var
  read only = no
  public = yes
  guest ok = yes

[Harddisk]
  comment = The harddisk
  path = /hdd
  read only = no
  public = yes
  guest ok = yes
I use samba version - sambaserver_3.0.24-r1_mipsel.ipk
With other version i have problems.
PC is with WIN XP Home.
 
Top