On Tue, Feb 01, 2005 at 02:44:21PM -0500, Lowell Gilbert wrote: > Gert Cuykens <[EMAIL PROTECTED]> writes: > > > how do you mount a sony usb memorie stick (camera)? > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html
Well, yes, but what the handbook doesn't mention is that these things are almost invariably formatted as msdos (FAT) filesystems. So, what is usually needed is something that looks something like mount -t msdos /dev/da0s1 /your-mount-point where the "da0" part you can get from your system console/messages. You can also set up /etc/usbd.conf to automatically issue the mount command for you. -- John Lind [EMAIL PROTECTED] _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"