PaulClarke
2007-09-23, 03:26 PM CDT
Hello,
I have a problem in that I cannot "see" the computers on my windows / F7 LAN.
I can mount a shared windows folder and the Windows PCs can see the F7 PC and access its files but whenever I go to the network folder in F7 I get the following error:
The folder contents could not be displayed.
Sorry, couldn't display all the contents of "Windows Network: mshome".
The following is my samba conf file
[global]
workgroup = mshome
netbios name = PAULLP
server string = Server
security = share
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
dns proxy = No
cups options = raw
create mask = 0777
directory mask = 0777
force unknown acl user = Yes
encrypt passwords = no
; guest ok = no
; guest account = nobody
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[share]
path = /share
writeable = yes
guest ok = yes
; browseable = yes
[paul]
path = /home/paul
writeable = yes
; browseable = yes
guest ok = yes
Thank you for assistance
Paul
I have a problem in that I cannot "see" the computers on my windows / F7 LAN.
I can mount a shared windows folder and the Windows PCs can see the F7 PC and access its files but whenever I go to the network folder in F7 I get the following error:
The folder contents could not be displayed.
Sorry, couldn't display all the contents of "Windows Network: mshome".
The following is my samba conf file
[global]
workgroup = mshome
netbios name = PAULLP
server string = Server
security = share
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
dns proxy = No
cups options = raw
create mask = 0777
directory mask = 0777
force unknown acl user = Yes
encrypt passwords = no
; guest ok = no
; guest account = nobody
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[share]
path = /share
writeable = yes
guest ok = yes
; browseable = yes
[paul]
path = /home/paul
writeable = yes
; browseable = yes
guest ok = yes
Thank you for assistance
Paul