From owner-freebsd-questions@FreeBSD.ORG Mon May 12 20:54:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DC76106564A for ; Mon, 12 May 2008 20:54:14 +0000 (UTC) (envelope-from thedossone@googlemail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 2EA558FC13 for ; Mon, 12 May 2008 20:54:13 +0000 (UTC) (envelope-from thedossone@googlemail.com) Received: by an-out-0708.google.com with SMTP id b33so586937ana.13 for ; Mon, 12 May 2008 13:54:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=LlKqNeNqlyLj1n9myEXptZU6W/8rKFuHg53FNnkDgbA=; b=v1iIN1HKHw/x1dQ0wjf2sp1Mye+7EIWysF9zM5OFuIo/5+cl7X66hEilBY1xuBcOSh5Xde2WzUy8S20FCutgO4d9R8A9EksR6vbNkZkkYXdIWViDhaCvlwH7DXeFOyxjDKz0xQ1jO8NvilDR1gjzr4j+B1m7rUt2QXDPquFQ07Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=J9Rnu0y40/nIDKdbHC2Oc9CAYbyV4l3+YstqcwaqT2JA6Dgw8O8SZPDevNbVFo1sgn4ykFua95rNdC6Hrj0kUQNFXq1X5BGu5EnItwnyUB/QxAAR847ZQ19XwQWsCW/hVwyb2YlkrFMCOWO+/xNnAIntz7NfPr6c8OtK9n5UvNk= Received: by 10.100.37.20 with SMTP id k20mr8967449ank.5.1210625653034; Mon, 12 May 2008 13:54:13 -0700 (PDT) Received: by 10.100.206.8 with HTTP; Mon, 12 May 2008 13:54:12 -0700 (PDT) Message-ID: <6fec50390805121354p41392964sd3fdebdf4b2640a7@mail.gmail.com> Date: Mon, 12 May 2008 21:54:12 +0100 From: "Max Russell" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Automounting USB pen drives 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: Mon, 12 May 2008 20:54:14 -0000 I understand that when I plug in a USB drive to my 7.0 system, that it turns up as /dev/da0 or /dav/da1 etc. I'd like to work towards a nice automount script that shows the drive on my desktop, KDE. Could anyone point me at where I need to edit/make changes - is this just in /etc/fstab? I'd like to get it so it is seamless, just plug the USB device in and it mounts.