From owner-freebsd-questions@FreeBSD.ORG Thu Oct 9 22:01:50 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27ABA220 for ; Thu, 9 Oct 2014 22:01:50 +0000 (UTC) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [84.201.187.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA42920D for ; Thu, 9 Oct 2014 22:01:49 +0000 (UTC) Received: from web5h.yandex.ru (web5h.yandex.ru [84.201.186.34]) by forward2h.mail.yandex.net (Yandex) with ESMTP id 8CF13700274; Fri, 10 Oct 2014 02:01:45 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web5h.yandex.ru (Yandex) with ESMTP id E3E553840D2F; Fri, 10 Oct 2014 02:01:44 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1412892105; bh=cprGq6yzAC0rakX73ToezZTGs7B0VE3cxLxH4XcKOeM=; h=From:To:In-Reply-To:References:Subject:Date; b=c7oaagJlaqkfGbIRfoanoFJPWGfUde9VAPNsJoa31LPgwOxieg3xQ+VXzGsQCHJYv KSKH3fiihECrb+vDrX5KHduOIJExLQNu50dzujG/M9yi7cxMpGR2SGcV3vbf425qR4 HxGB6vlr6/+r62NfOzw7yTLakzBFgoU0cY1PaXFY= Received: from tsn109-201-152-16.dyn.nltelcom.com (tsn109-201-152-16.dyn.nltelcom.com [109.201.152.16]) by web5h.yandex.ru with HTTP; Fri, 10 Oct 2014 02:01:44 +0400 From: Martin Hanson To: Michael Ross , FreeBSD Questions Mailing List In-Reply-To: References: <563081412888800@web23j.yandex.ru> Subject: Re: FOLLOW-UP: Mounting samba, some files are invisible MIME-Version: 1.0 Message-Id: <459991412892104@web5h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Fri, 10 Oct 2014 00:01:44 +0200 Content-Transfer-Encoding: 7bit Content-Type: text/plain 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 22:01:50 -0000 > But you can see more of these files when you use a GUI viewer, > and with MC you can see all of them, if I read you right. > > Could this be charset related, i. e. do the files in question > have any, like, utf-8 characters in their names? > And MC decodes these filesnames correctly, > your GUI viewer decodes some of them correctly, > and the console doesn't do it at all? > > If it works better with a GUI then in the console, > and the GUI accesses the smbfs mount, > it is probably not the fault of mount_smbfs. > > Michael Hi Michael Thank you for a very clever suggestion. I suspected as much, but even files created from the console in the mounted share doesn't show up. So doing a simple 'echo "hello" > foo.txt' doesn't show up, but if I do "ls -l foo.txt" it shows. Also since my last follow up all files has become invisible, even to the GUI file manager. $ ls -l total 0 $ cat foo.txt hello This is really strange.