I cannot get Samba going. 2.2.8
To make it as easy as possible for XP to access the Samba share I created /mnt/bootdev/sambadirectory
did a chmod 0777 on /mnt/bootdev/sambadirectory
This is the smb.cfg
- Code: Select all
# Samba config file created using SWAT
# from mycomputer (172.16.0.72)
# Date: 2009/11/11 20:44:59
# Global parameters
[global]
workgroup = OFFICE
netbios name = INET
server string = Samba FREESCO Server %v
interfaces = 192.168.0.1/24 10.0.0.1/24 172.16.0.1/24 127.0.0.1
security = SHARE
encrypt passwords = Yes
log level = 1
log file = /usr/local/samba/var/samba.%m
max log size = 1000
name resolve order = wins hosts lmhosts bcast
deadtime = 15
lpq cache time = 30
read size = 8192
socket options = TCP_NODELAY IPTOS_LOWDELAY
load printers = No
character set = ISO8859-1
os level = 65
lm announce = No
wins server = 172.16.0.40
invalid users = ppp up down block unblock force unforce
guest ok = Yes
hosts allow = 10.0.0. 127. 192.168.0. 172.16.0.
printing = nt
[www]
path = /www
create mask = 0777
guest ok = No
[wwa]
comment = Private WWA Area
path = /wwa
read only = No
[data]
path = /data
read only = No
[sambadata]
path = /mnt/bootdev/sambadirectory
I even created a new user to try to log in somewhere but the Samba never asked me in any different setup for a password.
or should I create a user named mycomputer
O yes, xp tells me \\Inet is not accessible. You may not have the proper access rights. Contact the network administrator. etc.
