[Samba] dos command "del" fails under 2.2.8

rkpho at hotmail.com rkpho at hotmail.com
Thu Mar 20 00:01:06 GMT 2003


I can logon to Samba and map a drive letter (say "net use F: /home"), but I
cannot delete files under F: at the DOS prompt with command "del" (e.g.
"F:\>del xyz.txt"), the error says :

	The network has responded incorrectly.
	Abort, Retry, Fail?

This is my smb.conf -

[global]
netbios name = xxx
workgroup = yyy
;
guest ok = no
;
browseable = no
browse list = no
local master = yes
preferred master = yes
domain master = yes
;
follow symlinks = yes
wide links = no
hide dot files = yes
;
map archive = no
map system = no
map hidden = no
create mask = 0600
directory mask = 0700
delete readonly = no
;
security = user
;
encrypt passwords = yes
unix password sync = yes
passwd chat = *new*password* %n\n *re*enter*password* %n\n *password*changed*
passwd chat debug = yes
passwd program = /usr/local/sbin/Password %u
update encrypted = yes
;
domain logons = yes
;
logon script = netlogon.bat
logon path =
logon drive = F:
;
load printers = yes
printcap name = /etc/printcap
;
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

[netlogon]
path = /Samba/netlogon
read only = yes

[homes]
read only = no
create mask = 0604
directory mask = 0701


More information about the samba mailing list