From owner-freebsd-questions@FreeBSD.ORG Wed Mar 11 18:40:14 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E468106564A for ; Wed, 11 Mar 2009 18:40:14 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from exprod7og110.obsmtp.com (exprod7og110.obsmtp.com [64.18.2.173]) by mx1.freebsd.org (Postfix) with SMTP id BA6C08FC12 for ; Wed, 11 Mar 2009 18:40:13 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from source ([74.125.46.31]) by exprod7ob110.postini.com ([64.18.6.12]) with SMTP ID DSNKSbgFjXo91FpXYHnRCExoyfwf3Vy7CRep@postini.com; Wed, 11 Mar 2009 11:40:13 PDT Received: by yw-out-2324.google.com with SMTP id 5so405712ywb.31 for ; Wed, 11 Mar 2009 11:40:12 -0700 (PDT) Received: by 10.142.141.21 with SMTP id o21mr3197304wfd.227.1236796812318; Wed, 11 Mar 2009 11:40:12 -0700 (PDT) Received: from localhost ([76.231.178.131]) by mx.google.com with ESMTPS id 27sm141362wff.48.2009.03.11.11.40.10 (version=SSLv3 cipher=RC4-MD5); Wed, 11 Mar 2009 11:40:11 -0700 (PDT) Date: Wed, 11 Mar 2009 11:39:42 -0700 (PDT) From: Peter Steele To: Roland Smith Message-ID: <33214037.941236796780013.JavaMail.HALO$@halo> In-Reply-To: <20090311183435.GE67007@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: How to auto-detect a USB drive? 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, 11 Mar 2009 18:40:14 -0000 >Then try another solution: a cron job, as explained in another msg. Yeah, that's probably the simplest approach. This was my first thought, but I figured there'd be a more elegant way of doing it if I could tie into the drive insert event....