From owner-freebsd-questions@FreeBSD.ORG Sun Jan 22 02:59:46 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 45B5616A422 for ; Sun, 22 Jan 2006 02:59:46 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA0A043D49 for ; Sun, 22 Jan 2006 02:59:45 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout5.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k0M2xiOY032199 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 21 Jan 2006 18:59:45 -0800 X-Auth-Received: from [192.168.0.23] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k0M2wuk0006951 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sat, 21 Jan 2006 18:59:44 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <20060122024036.GC54284@dan.emsphone.com> References: <81DA146B-3716-4327-A5C3-76B331122568@u.washington.edu> <20060122024036.GC54284@dan.emsphone.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Sat, 21 Jan 2006 19:00:50 -0800 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.746.2) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: Automount on FreeBSD? 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: Sun, 22 Jan 2006 02:59:46 -0000 On Jan 21, 2006, at 6:40 PM, Dan Nelson wrote: > In the last episode (Jan 21), Garrett Cooper said: > >> Just wondering if automount capability (similar to OSX, >> FreeBSD) was available on FreeBSD and if so, how would I go about >> implementing it? I don't need detailed information necessarily, just >> links to howtos, documentation, and/or references to manpages. >> > > amd is included in the base system. Just add amd_enable="yes" to > /etc/rc.conf . The default mountpoints are /net and /host (same > behaviour). > > -- > Dan Nelson > dnelson@allantgroup.com > Ah, that's what that stood for. Thanks! -Garrett