From owner-freebsd-questions@FreeBSD.ORG Thu Mar 8 08:12:18 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 5030616A400 for ; Thu, 8 Mar 2007 08:12:18 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from wmail.teledomenet.gr (wmail.teledomenet.gr [213.142.128.16]) by mx1.freebsd.org (Postfix) with ESMTP id 0EB9813C47E for ; Thu, 8 Mar 2007 08:12:18 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by wmail.teledomenet.gr (Postfix) with ESMTP id 899501C89DC; Thu, 8 Mar 2007 09:49:35 +0200 (EET) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 8 Mar 2007 10:13:36 +0200 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703081013.37335.nvass@teledomenet.gr> Cc: Daniel Feenberg Subject: Re: mount_smb shows no files 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: Thu, 08 Mar 2007 08:12:18 -0000 On Wednesday 07 March 2007 18:35, Daniel Feenberg wrote: > > We are starting to use mount_smbfs to mount backup shares on our Windows > XP systems. Formerly we were using Linux successfully, but now many of our > mounts succeed, but don't show any files. We can't tell what might be > different among the XP systems to explain the difference, or why FreeBSD > and Linux should be different in this regard. They should not be different, but keep in mind that there is no code sharing between FreeBSD kernel and Linux kernel, so the implementations are different and will behave differently. > > Demonstration (note that "ls /mnt" shows no files, but there are files): Never had such problems, though I can not comment about the windows OS involved, since I am just a client to them. FreeBSD from 4.x to 6.2-STABLE work for me. I recall one problem with file sizes over 4GB, which was corrected circa 4.8 - 4.9. Did you try creating a file? Did you check dmesg for warnings?