As root in RedHat 8.0
The RedHat box appears as Samba 2.2.5 in
the Windows 2000 "Computers near Me" folder.
Here is the entire samba.conf file:
#======= Global Settings =========
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = HOME
hosts allow = 192.168.0.
maxlogsize = 9999
netbios name = LizzyNet
guest ok = yes
encrypt passwords = yes
log level = 3
log file = /usr/local/logs/samb.log.%m
username map = /etc/samba/smbusers
#===== Share Definitions ====
[homes]
comment = Home Directories
path = /
browseable = yes
writable = yes
valid users = %S
create mode = 0777
directory mode = 0777
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = yes
writable = yes
printable = yes
[everyone]
path = /mnt/Data
browseable = yes
guest ok = yes
writeable = yes
create mode = 0666
directory mode = 0777
write list = rhani, Administrator
"Peter Tselios" <???@?????.??> wrote in message
news:bpg0pg$hg5$(E-Mail Removed)...
> J. Shrimp, Jr. wrote:
>
> > Typing 'mount -t smbfs //Windowsmachine/bill /mnt/bill'
> > I get the error message:
> >
> > 1874: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
> > SMB connection failed
> >
> > This exact same smb.conf file worked before, but now it doesn't.
> >
> >
> > I can see the linux box from my Windows 2000 "My Network Places",
> > copy files, etc. I can ping the Windows shared drive also,
> > but I can't mount the Windows shared drives.
> You 're not telling us your linux. distro, smb version etc. Are you trying
> to mount the shares as root or normal user? Samba is not allowing normal
> users mounts.
>
> --
> ==============
> Peter Tselios
|