Computing.Net > Forums > Linux > Linux Shares not browsable in Windows

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Linux Shares not browsable in Windows

Reply to Message Icon

Name: Victor
Date: February 7, 2002 at 05:53:03 Pacific
Comment:

I have not been able to browse my shared directory i.e. "public" from other Windows machines within our LAN. It always flags the error that the machine is not accessible when I try to access it from Network Neighbourhood. I have Redhat 7.1 Server installation. I can however browse other windows machines in LinNeighbouhood including my Linux sharee directory

My smb.conf is as listed below.

Thanks for your kind assistance.

[global]

workgroup = SWCACTS
server string = A Linux Server
hosts allow = 192.120.28. 127.
printcap name = /etc/printcap
load printers = yes
printing = lprng
guest account = smbuser
log file = /var/log/samba/%m.log
max log size = 0
security = SHARE
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
os level = 33
name resolve order = wins lmhosts bcast
wins support = yes
wins proxy = yes
dns proxy = no
preserve case = no
short preserve case = no
logon script = STARTUP.BAT

[homes]
comment = Home Directories
browseable = no
writable = yes
path = /home/%U
hide dot files = yes

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
printable = yes

[public]
comment = Public Stuff
path = /home/Public
valid users = smbuser
public = yes
writable = yes
create mask = 0775
hide dot files = yes



Sponsored Link
Ads by Google

Response Number 1
Name: Derek
Date: February 7, 2002 at 10:43:59 Pacific
Reply:

Modify or add these:

security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd

Open a cmd prompt as root and do this:

adduser username (make username the same as your windows username)

smbpasswd -a username (enter your windows user's password)

service smb restart

Hope it helps


0

Response Number 2
Name: Victor
Date: February 8, 2002 at 04:51:44 Pacific
Reply:

Thanks for your speedy response to my problem.

I made the changes as per your response, but the problem still persists!
I'm baffled by this problem.

Please help me out.


0

Response Number 3
Name: Mostafa
Date: February 8, 2002 at 08:43:34 Pacific
Reply:

I've the same problem, except that when I search drives on my network (by clicking the right mouse on the network neighbourhood, and ...), strangely the linux machine box appears in this reshearch and I can get in by double clicking on ..
I hope this will help you. If so, let me know.


0

Response Number 4
Name: Derek
Date: February 11, 2002 at 08:13:18 Pacific
Reply:

One other smb.conf addition is necessary if you don't already have it:

netbios name = nameofserver

(Sorry, I forgot to mention that one earlier - make sure your windows machines are in the same workgroup as the samba server)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


gcc required at winmodem ... Flat Screen Refresh Rate



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Linux Shares not browsable in Windows

Linux in windows 98 SE www.computing.net/answers/linux/linux-in-windows-98-se/8484.html

How to mount cdrom in Linux from windows www.computing.net/answers/linux/how-to-mount-cdrom-in-linux-from-windows/30379.html

access win with linux - shares invisible www.computing.net/answers/linux/access-win-with-linux-shares-invisible/2535.html