From owner-freebsd-questions Mon Mar 3 14:25:59 2003 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 16AC137B405 for ; Mon, 3 Mar 2003 14:25:57 -0800 (PST) Received: from sccmmhc02.mchsi.com (sccmmhc02.mchsi.com [204.127.203.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D574439C for ; Mon, 3 Mar 2003 14:22:50 -0800 (PST) (envelope-from chadalbert@mchsi.com) Received: from www.technaholics.com ([12.218.133.12]) by sccmmhc02.mchsi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20030303222201.VDZG5896.sccmmhc02.mchsi.com@www.technaholics.com>; Mon, 3 Mar 2003 22:22:01 +0000 Received: from bedrock.hboc.com (hboc.com [139.177.224.128]) by www.technaholics.com (8.11.3/8.11.3) with SMTP id h23MLr470118; Mon, 3 Mar 2003 16:21:54 -0600 (CST) (envelope-from chadalbert@mchsi.com) Message-ID: <000901c2e1d3$3ac65260$e8b41595@hboc.com> From: "Chad Albert" To: "Alex(ander Sendzimir)" Cc: "freebsd-questions" Received: from [149.21.180.232] by bedrock.hboc.com via smtpd (for [12.218.133.12]) with SMTP; 3 Mar 2003 22:21:53 UT References: <004401c2e1b5$001324e0$e8b41595@hboc.com> <1046716262.4900.11.camel@prometheus.localdomain> Subject: Re: [notspam] Re: getting images off a digital camera... Date: Mon, 3 Mar 2003 16:21:23 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 All I have to do is mount it as if it were a regular drive on the system. I think the generic kernel has support for USB mass storage devices, so plug your camera in and make note of it's device name then mount it as if it were an msdos drive. In the following example my camera is /dev/da0s1 so after making a directory called camera in /mnt, I type "mount_msdosfs /dev/da0s1 /mnt/camera" ----- Original Message ----- From: "Alex(ander Sendzimir)" To: "Chad Albert" Cc: "freebsd-questions" Sent: Monday, March 03, 2003 12:31 PM Subject: [notspam] Re: getting images off a digital camera... > Chad, > > I'm not familiar with USB storage devices. I have a USB scanner and > printer and that's the extent of my experience with USB under any OS. > Could explain in more detail what you do? Then again I'm asking this in > part out of time constraints: I haven't looked at mounting a USB device > in the man pages yet. > > Thanks for you help. I have a biology exam right now that looks like > it's going to be a killer. I'm outta here. > > Alex > > > On Mon, 2003-03-03 at 13:45, Chad Albert wrote: > > I use a Sony DSC-P50 and I am able to just mount it as a USB Storage device. > > Yours will probably work the same way. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message