Win client can't open shares on Linux
Win client can't open shares on Linux
(OP)
I can browse the shares on Win XP but when I try to open them I get access violation errors. For the /home share (2 users) I get "Access denied". For the share /home/ed/Public I get "Network path not found". Everything works fine when browsing & mounting Win shares on the Linux box.
The Linux box is a laptop running Fedora 13 x64. It is connected via wireless.
smb.conf is included here.
**********************************************************
# Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2010/09/11 12:20:39
[global]
workgroup = CUTTINEJ
server string = Samba Server on papalinux
log file = /var/log/samba/log.%m
max log size = 50
os level = 65
preferred master = Yes
cups options = raw
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[Public]
path = /home/ed/Public
valid users = dgquilt, ed
read only = No
[Home]
path = /home
***********************************************************
Any help is appreciated.
Thanx,
Ed
The Linux box is a laptop running Fedora 13 x64. It is connected via wireless.
smb.conf is included here.
**********************************************************
# Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2010/09/11 12:20:39
[global]
workgroup = CUTTINEJ
server string = Samba Server on papalinux
log file = /var/log/samba/log.%m
max log size = 50
os level = 65
preferred master = Yes
cups options = raw
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[Public]
path = /home/ed/Public
valid users = dgquilt, ed
read only = No
[Home]
path = /home
***********************************************************
Any help is appreciated.
Thanx,
Ed
RE: Win client can't open shares on Linux
RE: Win client can't open shares on Linux
/home ???
/home/ed ??
/home/ed/Public ???
Could use a recommendation as a guideline. Thanks anyone, in advance
RE: Win client can't open shares on Linux
RE: Win client can't open shares on Linux
BTW - If you change the permissions of ALL the directories under home, there's at least a 50/50 chance that no one will be able to access their home.
Ed