From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 06:15:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D69AB16A420 for ; Wed, 8 Feb 2006 06:15:40 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB95B43D6A for ; Wed, 8 Feb 2006 06:15:37 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 26930 invoked from network); 8 Feb 2006 17:15:37 +1100 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Feb 2006 17:15:36 +1100 Message-ID: <43E98C83.3010405@meijome.net> Date: Wed, 08 Feb 2006 17:15:31 +1100 From: Norberto Meijome User-Agent: Thunderbird 1.5 (X11/20060206) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Automounter support for smbfs 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: Wed, 08 Feb 2006 06:15:41 -0000 Hi there, I want to use automounter with samba shares on a remote server. I can connect with mount_smbfs just fine, but I would like the same behaviour with amd as if using NFS : /host/SMB_SERVER/SHARE/... the amd port (sysutils/am-utils)website mentions support for SMBFS via the 'program' option, but I cannot find references to this in amd base (man amd.conf show nothing of the sort). Do I have to install am-utils, replacing amd from base system to get this functionality? FWIW, this works out of the box in OS-X (after adding the smb share details by hand) thanks in advance, Beto