From owner-freebsd-questions@FreeBSD.ORG Wed Jan 24 02:40:55 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 B3D8116A402 for ; Wed, 24 Jan 2007 02:40:55 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.freebsd.org (Postfix) with ESMTP id 9469113C43E for ; Wed, 24 Jan 2007 02:40:55 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn03.u.washington.edu (hymn03.u.washington.edu [140.142.12.169]) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l0O2es1J025739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 23 Jan 2007 18:40:55 -0800 Received: from localhost (localhost [127.0.0.1]) by hymn03.u.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l0O2esTo011527 for ; Tue, 23 Jan 2007 18:40:54 -0800 X-Auth-Received: from [192.55.52.4] by hymn03.u.washington.edu via HTTP; Tue, 23 Jan 2007 18:40:54 PST Date: Tue, 23 Jan 2007 18:40:54 -0800 (PST) From: youshi10@u.washington.edu To: freebsd-questions@freebsd.org In-Reply-To: <798850.27258.qm@web35312.mail.mud.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.1.23.182932 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: trouble mounting Olympus WS-310M voice recorder 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, 24 Jan 2007 02:40:55 -0000 On Tue, 23 Jan 2007, Andrew Gould wrote: >> From: Garrett Cooper >> To: freebsd-questions@freebsd.org >> Sent: Monday, January 22, 2007 10:42:15 PM >> Subject: Re: trouble mounting Olympus WS-310M voice recorder >> >> >> Interestingly enough I tried out these steps as root to see if I could >> resimulate this with my camera and I ended up with the same results. >> Only by trying to mount the camera as root could I succeed. >> >> Does anyone have a FAT16/FAT32 drive properly mounting under FreeBSD as >> a non-root user? If so, did you modify /dev, /etc/devfs.conf, or are you >> using amd(8)? >> >> - -Garrett > > I tried mounting the partition as root. It didn't work. I think I'll install > an older version of FreeBSD somewhere and see if the problem is isolated to > 6.2. > > Andrew cd /dev; ls -l xpt* pass* da0 says? You do need pass and da compiled into the kernel with the right permissions in order to make stuff work with cameras AFAIK. -Garrett