From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 05:36:53 2005 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 3D7EA16A4CE for ; Tue, 4 Jan 2005 05:36:53 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE27843D1D for ; Tue, 4 Jan 2005 05:36:52 +0000 (GMT) (envelope-from smithcam@adelphia.net) Received: from [192.168.0.100] (really [68.169.225.230]) by mta11.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20050104053652.EAKL1403.mta11.adelphia.net@[192.168.0.100]> for ; Tue, 4 Jan 2005 00:36:52 -0500 Message-ID: <41DA2B73.9080809@adelphia.net> Date: Mon, 03 Jan 2005 21:36:51 -0800 From: Kevin Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20041221 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mounting firewire/USB storate devices 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: Tue, 04 Jan 2005 05:36:53 -0000 I'm a little new at this, but can some suggest what is the best way to mount firewire and usb storage devices ? I am using both my ipod and compact flash devices with freeBSD but I find that I do not have a simple setup that allows me to mount them easily without manually looking at the /dev directory to figure out which device number belongs to which device. (or using camcontrol devlist) and then editing the /dev/fstab file each time. I first used a /etc/fstab setup that looks like: /dev/da0s1 /sandisk msdosfs rw,noauto 0 0 /dev/da1s2 /ipod msdos rw,noauto 0 0 That does work, however, the scsi device numbers change, depending on what is plugged in and what order you plugged them in and you end up having to fish around with camcontrol to figure out what number is assigned to what...Questions. (1) Is there an easier way to manage these devices. For example, if there is a way to auto mount them when they are plugged in that would be nice. Gnome 2.8 is supposed to support this, but I have not found any clear way on how to set it up. (2) More general but related question...Currently with the setup I have above, if I want to use the command "mount /ipod", I have to be superuser. What permissions do I need to set so that a normal user can do the mount ? -or- what group would the user have to be in. By default users on my system are in operator and wheel groups. Thanks....