Date: Mon, 3 Mar 2003 16:21:23 -0600 From: "Chad Albert" <chadalbert@mchsi.com> To: "Alex(ander Sendzimir)" <lists@battleface.com> Cc: "freebsd-questions" <freebsd-questions@FreeBSD.ORG> Subject: Re: [notspam] Re: getting images off a digital camera... Message-ID: <000901c2e1d3$3ac65260$e8b41595@hboc.com> References: <004401c2e1b5$001324e0$e8b41595@hboc.com> <1046716262.4900.11.camel@prometheus.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
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)" <lists@battleface.com> To: "Chad Albert" <chadalbert@mchsi.com> Cc: "freebsd-questions" <freebsd-questions@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000901c2e1d3$3ac65260$e8b41595>