From owner-freebsd-questions@FreeBSD.ORG Fri May 25 15:09:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9414116A46C for ; Fri, 25 May 2007 15:09:32 +0000 (UTC) (envelope-from chriskot@quietwind.net) Received: from creto.quietwind.net (creto.quietwind.net [71.39.149.34]) by mx1.freebsd.org (Postfix) with ESMTP id 5415613C448 for ; Fri, 25 May 2007 15:09:32 +0000 (UTC) (envelope-from chriskot@quietwind.net) Received: from creto.quietwind.net (localhost.quietwind.net [127.0.0.1]) by creto.quietwind.net (8.13.1/8.13.1) with ESMTP id l4PF9Xx1013581 for ; Fri, 25 May 2007 09:09:33 -0600 (MDT) (envelope-from chriskot@quietwind.net) Received: (from chrisk@localhost) by creto.quietwind.net (8.13.1/8.13.1/Submit) id l4PF9X2Q013580 for freebsd-questions@freebsd.org; Fri, 25 May 2007 09:09:33 -0600 (MDT) (envelope-from chriskot@quietwind.net) X-Authentication-Warning: creto.quietwind.net: chrisk set sender to chriskot@quietwind.net using -f From: Chris Kottaridis To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 25 May 2007 09:09:32 -0600 Message-Id: <1180105772.9183.6.camel@creto.quietwind.net> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Subject: Managing USB device names X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chriskot@quietwind.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 15:09:32 -0000 I am using USB to connect an external disk drive. It seems to get assigned a different device name when it connects in. The names seem to cycle through /dev/da* where * is changing on each disconnect and reconnect. With this going on I can't add a /etc/fstab entry. Is there a tool/package that can manage things so that when I plug in the device it will get mounted to a specific directory without manual intervention ? Thanks Chris Kottaridis (chriskot@quietwind.net)