From owner-freebsd-questions@FreeBSD.ORG Thu Nov 25 18:57:18 2010 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 C1A17106564A for ; Thu, 25 Nov 2010 18:57:18 +0000 (UTC) (envelope-from jcw@speakeasy.net) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5D28FC13 for ; Thu, 25 Nov 2010 18:57:18 +0000 (UTC) Received: (qmail 8916 invoked from network); 25 Nov 2010 18:57:17 -0000 Received: from g1.stradamotorsports.com (HELO w16.stradamotorsports.com) (jcw@[64.81.163.42]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Nov 2010 18:57:17 -0000 Message-ID: <4CEEB18D.5000307@speakeasy.net> Date: Thu, 25 Nov 2010 10:57:17 -0800 From: "Jason C. Wells" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100808 Lightning/1.0b1 Thunderbird/3.0.5 MIME-Version: 1.0 To: freebsd general questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Samba Access Like Windows Explorer 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, 25 Nov 2010 18:57:18 -0000 Is it possible to access samba shares much like windows explorer does? The ultimate solution would be UNC names with browsing. I would very much like to have my freebsd client see the network namespace in as similar fashion to windows as possible. I also would like to avoid having to duplicate the hierarchy of mount points (for mount_smbfs) on every freebsd client in order to achieve this. Nautilus access the samba shares this way, but I want this work on the command line. Plus I prefer Thunar, which doesn't do samba access at all. As it stands, I think I will have to mount all samba shares on a freebsd client into a top level directory named for the server name, with mount points sprinkled about. Thanks, Jason C. Wells