From owner-freebsd-questions@FreeBSD.ORG Thu May 15 16:12:46 2003 Return-Path: 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 49FF237B401 for ; Thu, 15 May 2003 16:12:46 -0700 (PDT) Received: from thunder.trej.net (as3-3-6.orby.s.bonet.se [217.215.33.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8F343F85 for ; Thu, 15 May 2003 16:12:44 -0700 (PDT) (envelope-from freebsd@dagerot.nu) Received: from mailgw.trej.net (localhost [127.0.0.1])h4FNCes22153 for ; Fri, 16 May 2003 01:12:40 +0200 Message-Id: <200305152312.h4FNCes22153@thunder.trej.net> Date: Fri, 16 May 2003 01:12:40 +0200 Content-Transfer-Encoding: 8bit From: Joachim Dagerot Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org User-Agent: IMHO/0.98.3t (Webmail for Roxen) 3j-viruscheck: Found to be clean Subject: USB disk driveautomount? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 23:12:46 -0000 When I attach my digital camera to the USB port I get a /dev/da0s1 device. This device can be mounted with mount_msdosf /dev/da0s1 /test. I'm would like to create som automatic things that simply empties the camera by moving out all files from it. But for being able to do such a thing I need som kind of automounting for the usb-disk. How can that be achieved? PS. I bet someone already has done all this, in that case, please point me to a url. DS