Samba 3.0.20b / Windows XP can't search


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Samba 3.0.20b / Windows XP can't search
# 1  
Old 10-26-2005
Samba 3.0.20b / Windows XP can't search

I have Samba 3.0.20b installed on a RHE9 server.

I have a mix of 2k and XP pro stations through out my office.

I have 2 shares on the samba server.

If on a 2k machine I do a search for a file on 1 of the shares I find the files.
If I do the exact same search from the xp machine it fails to find the files. I can manually go into the subfolders and see the file. (yes xp is set to look in subfolders)

Even if I go to the folder that has the file and tell xp to search for that file it still reports back no files found.

The XP machine I'm working with is fully updated as of yesterday. I've tried looking all over the net but can't seem to find why XP will not show files when searching even though the files are there.

Any help would be greatly appreciated.

Thank you.

my samba config is as follows.
(folder names changed)

[folder2]
Code:
   path = /filesfolder/folder1
   public = yes
   writable = no
   browseable = yes
   printable = no

[folder2]
Code:
   path = /filesfolder/folder2
   public = yes
   writable = no
   browseable = yes
   printable = no

When I do testparm I get this as out put.

Code:
# Global parameters
[global]
        workgroup = mydomain
        server string = my server
        security = SHARE
        log file = /var/log/samba/%m.log
        max log size = 50000
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

[folder1]
Code:
        path = /filesfolder/folder1
        guest ok = Yes

[folder2]
Code:
        path = /filesfolder/folder2
        guest ok = Yes


Last edited by Don Cragun; 11-08-2017 at 08:50 PM.. Reason: Add CODE and ICODE tags.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Samba Share access from windows

Hello, I want to connect to two samba shares both on the same Linux box but each with a different username from a windows server 2008. I created 2 gpos to connect and I can connect to the shares individually via net use command, but once I entered credentials for one of the shares, it seems I... (1 Reply)
Discussion started by: zaineyma
1 Replies

2. AIX

Samba 3.6.22 on AIX 7.1 with Windows AD (Kerberos and winbind)

Hi all, I have installed samba 3.6.22 on AIX 7.1 and join a windows AD with success. All seem to work fine, I have configured smb.conf, methods.cfg, kerberos, user .... the following command work fine wbinfo -u, wbinfo -g, wbinfo -i, wbinfo -s, wbinfo -S, lsuser, id... The unique... (20 Replies)
Discussion started by: PhilippeA
20 Replies

3. UNIX for Dummies Questions & Answers

Samba share Windows problem

I have a problem with a Samba share (Debian) on Windows. My config http://pastebin.com/18ncwngr With smbclient -U ftp //xxx.xxx.xxx.xxx/daten I can connect with another Linux Server. Only with Windows it does not work. Deactivate firewall also but I can not connect me. ... (0 Replies)
Discussion started by: PAfreakFlorian
0 Replies

4. Solaris

Samba config for windows server

Hi all, I'm using solaris 10 with latest patches applied. I'm using samba to make a directory called /dir1 available from a windows 2003 server. If I do a 'Map network drive' on win 2003 server, I get the error: The specified network is no longer available In the samba-log under... (0 Replies)
Discussion started by: frum
0 Replies

5. UNIX for Advanced & Expert Users

Problems between a HP UX 11.31 Samba share and Windows 7...

Hi I have an issue with a client. He was able to use his mounted Samba share for a long time. However, a couple of days ago, he wasn't able to access all of his files all of a sudden. He still see's the share and majority of the files, but not some that he needs. I checked with Secure CRT on... (1 Reply)
Discussion started by: zixzix01
1 Replies

6. Shell Programming and Scripting

Samba with Windows AD

Hi, I m using SUSE10 Linux. I connect my SUSE machine with Windows AD Domain. I shared 2 directories through samba successfully. Now i want to implement Size Limitation quota on those 2 shares just only for DOMAIN+Group (0 Replies)
Discussion started by: refra
0 Replies

7. Solaris

Problem with samba and windows 2008

Hello everybody for Argentina i send my regards. I have question i have a samba (version 2.2.8A) runing on a solaris 10 sparc . There is a problem to connect said that there is a problem with the permission and refuse conection. Somebody knows what version of samba fix this problem? Thank you... (0 Replies)
Discussion started by: enkei17
0 Replies

8. Solaris

How to mount windows Share on solaris using SAMBA

Hi All I am new for Solaris and, I have configured SAMBA on my SUN10 Network machine and it's working fine. can anyone tell me how to mount windows share on my SUN10 machine. Thanks in advance daya (2 Replies)
Discussion started by: daya.pandit
2 Replies

9. UNIX for Dummies Questions & Answers

Steps to Add Windows XP to Samba server

Hi All, I have setup Samba on Redhat linux ES 3.0 server but unable to add Windows XP professional to samba server so please let me know steps for the same. Thanks in advance Bachegowda (3 Replies)
Discussion started by: bache_gowda
3 Replies

10. UNIX for Dummies Questions & Answers

Sharing printer with windows via cups and samba

I want to use my linux box as a print server for my hp printer. I downloaded the linux driver for the printer and installed it. I also configured CUPS and printed a test page with it. Samba is allowing my windows machine to see and install the printer, but when i try to print to it, nothing... (1 Reply)
Discussion started by: Spetnik
1 Replies
Login or Register to Ask a Question