Results 1 to 4 of 4
HI
I have a strage problem whit one server, i try to describe the problem but if u need more information just let me know and i tell u.
So ...
- 10-12-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
File transfer speed to slow!!-HElP!!
HI
I have a strage problem whit one server, i try to describe the problem but if u need more information just let me know and i tell u.
So we have a server and we have instales an Open suse 10.3 on it.
We created a Samba server also.
Made to share folder, that we acces from network from other computers that have xp.
The problem is if we try to copy from server it is very slow only 100-300kb/s.
The strange thing is that if i copy 1 file then its slow but if i start to copy another one the speed gos up to 10-15mb/s. Evry time i want to copy somethin or install from that server i need to start another copy.
If i copy from a comp to that server the speed is normal only if i copy from server its slow.
PLz help
Thx
- 10-12-2009 #2
That is odd. This is just a guess but maybe the samba is not configured right. I find it best to keep samba configuration as simple as possible. This might help
http://www.samba.org/samba/docs/using_samba/toc.html
Also be sure that you have the latest version from the repositories
- 10-13-2009 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
Here is my samba config file plz take a look
# samba-doc package is installed.
# Date: 2007-09-22
[global]
workgroup = WORKGROUP
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = Yes
[d$]
force user = administrator
comment = D Drive
browseable = No
delete readonly = yes
path = /share/d_drive
write list = administrator
[e$]
comment = E Drive
path = /share/e_drive
browseable = No
write list = administrator
- 10-13-2009 #4
This is mine
If your sharing the printer you likely need the cups lines.Code:[global] workgroup = MSHOME security = SHARE [users] comment = All users path = /home read only = No guest ok = Yes [gogalthorp] comment = Home sweet home path = /home/gogalthorp/ read only = No guest ok = Yes


Reply With Quote