[Samba] Samba 4 fileserver perfomance

Александр Свиридов ooo_saturn7 at mail.ru
Sun May 3 00:31:34 MDT 2015


 Here my samba conf file:

[global]

    workgroup = MYGROUP
    server string = Samba Server Version %v
  
    interfaces = lo eth0 x.x.x.x/x #my ip and mask
    hosts allow = 127. 10.0.

    log file = /var/log/samba/log.%m

    max log size = 50

# ----------------------- Standalone Server Options ------------------------

    security = user
    passdb backend = tdbsam


# ----------------------- Domain Members Options ------------------------

# ----------------------- Domain Controller Options ------------------------

# ----------------------- Browser Control Options ----------------------------

#----------------------------- Name Resolution -------------------------------


# --------------------------- Printing Options -----------------------------


    load printers = yes
    cups options = raw

# --------------------------- File System Options ---------------------------

#============================ Share Definitions ==============================


[Share]
    comment = Data
    browseable = yes
    writable = yes
    path = /somepath
    public = no
    guest ok = no
    create mask = 0660
    directory mask = 0770
    force group = Family


More information about the samba mailing list