From owner-freebsd-questions Mon Sep 9 19:13:25 2002 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 6AAE137B400 for ; Mon, 9 Sep 2002 19:13:22 -0700 (PDT) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF66443E6A for ; Mon, 9 Sep 2002 19:13:21 -0700 (PDT) (envelope-from msmith@code-fu.com) Received: (qmail 13965 invoked from network); 10 Sep 2002 02:13:20 -0000 Received: from unknown (HELO code-fu.com) ([66.92.151.60]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Sep 2002 02:13:20 -0000 Message-ID: <3D7D5540.8010805@code-fu.com> Date: Mon, 09 Sep 2002 22:13:20 -0400 From: "Michael A. Smith" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020726 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Subject: mounting USB digital camera on ugen0 X-Enigmail-Version: 0.49.5.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got a Leica Digilux 4.3 (a re-branded Fujifilm 4700) digital camera which connects to my PC via USB. I'm running FreeBSD 4.6-STABLE. When I plug the camera in and turn it on, this gets written to /var/log/messages: Sep 9 21:41:58 aphrodite /kernel: ugen0: Fuji Film USB Mass Storage, rev 1.10/10.00, addr 2 This sounds promising. Now I'm trying to mount /dev/ugen0 and not getting anywhere. I've tried: mount_msdos /dev/ugen0 /camera (directory /camera already created, running command as root to avoind permission problems while trying this out. I've also tried mount instead of mount_msdos, but I'm assuming this is DOS-readable since I can get into it when I boot to Windows) and I get: mount_msdos: ugen0: Block device required I've been running Google searches (and rummaging through the Handbook) for the past hour with little success. Any clues out there?? This is one of the past things (outside of games) that requires me to reboot into Windows. I'd love to do this in FreeBSD. Thanks! -- Michael A. Smith Programmer at Large To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message