From owner-freebsd-questions@FreeBSD.ORG Sat Mar 15 01:52:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFA971065672 for ; Sat, 15 Mar 2008 01:52:39 +0000 (UTC) (envelope-from rhomel.chinsio@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8858FC1E for ; Sat, 15 Mar 2008 01:52:39 +0000 (UTC) (envelope-from rhomel.chinsio@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so4203841wfa.7 for ; Fri, 14 Mar 2008 18:52:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=zNN0/V5SZrWkT2TB4sP+G8bAwQdvrtriQ1U9NMKyI50=; b=mOXWUbYQ+9Wr8iD1/xkLqVJZ6l893jm1RFTgUtdqqlJ7R0NY6/JaqjCm5LdNCvTM1j6tTXF8l9v9L4pEvFOqjriNWHIZxqraoNh3CHkn+kA6wVtkFDA23SfSegKcUVB+nUUTDbBm0D5sBOccjaJblKxufPdPLkn8NivuSK1jDGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=bmFjTBIg3uxFN96tUBQzNTxCDhks4IVd1x6amM4/Ovmz9H2Tr4bFez4BI0/f107t3GTPtBORWfNO8FFWvRFjvoL2Focut056EHIKXoXS8n7yxw2kZCub0OvU2vs5u63G7OrG5otCVmx/v9tYivb0lo6k3v0JEobmEPDGfA0o3JY= Received: by 10.142.83.4 with SMTP id g4mr5442412wfb.103.1205544445643; Fri, 14 Mar 2008 18:27:25 -0700 (PDT) Received: by 10.142.126.19 with HTTP; Fri, 14 Mar 2008 18:27:25 -0700 (PDT) Message-ID: Date: Fri, 14 Mar 2008 18:27:25 -0700 From: "Rhomel Chinsio" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Samba listing same file twice and omitting others X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 01:52:40 -0000 Hi Everyone, I've got freebsd 7.0 RELEASE AMD64 running with samba and ZFS. Everything seems to work, except samba is incorrectly reporting a small chunk of files. For certain files, the file appears twice on a windows machine but reading from both files yields the same file. For other files, it does not report the file at all. But if you copy the same file again, it will ask you if you want to replace the existing file. Additionally if you go onto the freebsd box and do an ls on the files, they will appear correctly (missing ones show up and duplicates do not). I tried two different windows boxes (vista and windows xp sp2) and both behave the same way. All permissions are set to 777 on all files. Any idea if this is a samba bug?