Есть Linux RH 9&Samba 3.0.7 как обычный файловый сервер
Скорость копирования файлов с виндовой машины в шару на самбе просто замечательная :( ... 400-1200 байт/секунду. Подскажите где грабли.
smb.conf
#======================= Global Settings ================================
[global]
workgroup = MYGROUP
server string = Samba Server
security = user
log file = /usr/local/samba/var/log.%m
max log size = 50
include = /usr/local/samba/lib/smb.conf.%m
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
os level = 33
domain master = no
preferred master = no
dns proxy = no
dos charset=cpp866
unix charset=utf8
#============================ Share Definitions =========================
[homes]
comment = Home Directories
browseable = no
writable = yes
[archive]
comment = documents archive
path = /home/public/archive
public = yes
writable = yes
printable = no
write list = @staff
create mask = 0777
[documentation]
comment = Main documentation files share
path = /home/public/docs
public = yes
writable = yes
printable = no
write list = @staff
create mask = 0766
[install]
comment = Installation shared dir
path = /usr/src/install
valid users = stealth, admin
public = yes
writable = no
printable = no
write list = @staff
create mask = 0744