From owner-freebsd-questions@FreeBSD.ORG Thu Oct 9 20:21:13 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C61C1195 for ; Thu, 9 Oct 2014 20:21:13 +0000 (UTC) Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AB015FE for ; Thu, 9 Oct 2014 20:21:13 +0000 (UTC) Received: by mail-yk0-f177.google.com with SMTP id q200so1045911ykb.36 for ; Thu, 09 Oct 2014 13:21:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=meOa9gePE2I4iEysstRk0sh3x772dDwiP3YVaZ/TWAQ=; b=zIMqU0eSNTXijoqNtvOlg06hVkgC0AOqaTXHhvJrmqV1OyhwlSSyddtbTWUz1U2Pey qmPEcWWjWTJrv4tFOIQG2++jqeINZnsCo+lQYEIK2TKDRQYEe6gW/A7et5BTlSFaoRjL MP8P1XF86whbPx+RmLu+YHK0uOu0UvJTDlfy/4K19pYqyzQ9VQLFkwFHT2Wb8h4KVApc CkRF4eGRFWle/yLEP0KapJgAICDwIkChJd2TnbCDxGQmaG4egnRScmWZS1rpg7iX+9QT egoURDc68IndAQjZuWBT33JqH3iJYVv874DIASrTyz7kK8BpwB9NH0O7Sgatj8DbKg8b er2A== MIME-Version: 1.0 X-Received: by 10.236.128.238 with SMTP id f74mr686735yhi.192.1412886072546; Thu, 09 Oct 2014 13:21:12 -0700 (PDT) Received: by 10.170.118.77 with HTTP; Thu, 9 Oct 2014 13:21:12 -0700 (PDT) In-Reply-To: <423111412882886@web28g.yandex.ru> References: <423111412882886@web28g.yandex.ru> Date: Thu, 9 Oct 2014 16:21:12 -0400 Message-ID: Subject: Re: FOLLOW-UP: Mounting samba, some files are invisible From: Mehmet Erol Sanliturk To: Martin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 20:21:13 -0000 On Thu, Oct 9, 2014 at 3:28 PM, Martin wrote: > If I use Midnight Commander (mc) and use the SMB function it has, I can > gain access to the share and see all the files from there. > > This IMHO shows I am dealing with some strange kind of behavior of > "mount_smbfs". > You may see the same directories by NFS instead of Samba client in FreeBSD by exporting them also by NFS from the server . Thank you very much . Mehmet Erol Sanliturk