From owner-freebsd-questions@FreeBSD.ORG Sun Jan 21 02:23:55 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6C3216A406 for ; Sun, 21 Jan 2007 02:23:55 +0000 (UTC) (envelope-from nemox@deathwish.net) Received: from mail.math.fsu.edu (mail.math.fsu.edu [128.186.104.32]) by mx1.freebsd.org (Postfix) with ESMTP id 964AD13C43E for ; Sun, 21 Jan 2007 02:23:55 +0000 (UTC) (envelope-from nemox@deathwish.net) Received: from [127.0.0.1] (c-68-35-224-211.hsd1.fl.comcast.net [68.35.224.211]) (authenticated bits=0) by mail.math.fsu.edu (8.13.8/8.13.8) with ESMTP id l0L2NocV011515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 20 Jan 2007 21:23:54 -0500 (EST) Message-ID: <45B2CEA7.2050401@deathwish.net> Date: Sat, 20 Jan 2007 21:23:35 -0500 From: Andrew Tamm User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Steve Franks , freebsd-questions@freebsd.org References: <539c60b90701200831x12ad0d0fnff68eeb9965a4505@mail.gmail.com> In-Reply-To: <539c60b90701200831x12ad0d0fnff68eeb9965a4505@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: samba3 -> folders in share show up as 0-byte files (6.1 stable) 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: Sun, 21 Jan 2007 02:23:55 -0000 Steve Franks wrote: > Hi, > > Pretty much vanilla install as per the handbook. Had to change from > smbpasswd to tdbpasswd to get it working, but that's the only non-standard > operation I did. > > Title says it all. Thought it might be a permissions problem, but I can > walk the whole tree when logged on to the freebsd box locally, so my user > has acess to the whole share. When I map it remotely (same subnet, no > firewalls) from my XP box, I can see the share, but all the folders show up > as zero byte files instead of folders. > > ??? > > Thanks, > Steve > I had a similar problem. I was sharing an entire ntfs partition to copy stuff to a windows box. Viewing the share from the windows box would give those 0 byte files *UNLESS* I had recently done an ls in that directory on the local machine (or an ssh shell). I was able to solve this by changing the mount point permissions to 777, and hence every file in the ntfs partition. I'm not particularly happy with this solution and feel there's something I'm missing, but it might be a start. Andrew