Re: mounting a usb device

2003-11-14 Thread Dan Pelleg
Gregory Stearns [EMAIL PROTECTED] writes:

 I am trying to mount a usb device
 I have tried mount /dev/usb0 /directory and I get block device required
 When I plug it in I get
 umass0: LEXAR MEDIA JUMPDRIVE ,  rev 1.10/0.01,   addr 2
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: LEXAR JUMPDRIVE 1.10 Removable Direct Access SCSI-CCS device
 dao: 650KB/s transfers
 da0: 61MB (125952 512 byte sectors: 64H 32S/T 61C)

 How do I mount this and use it?
 Thank you
 -- 

This should mount it:

mount -t msdos /dev/da0s1 /mnt

For usage tips, see:
http://ezine.daemonnews.org/200305/cfmount.html

-- 

  Dan Pelleg
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mounting a usb device

2003-11-12 Thread Gregory Stearns
I am trying to mount a usb device
I have tried mount /dev/usb0 /directory and I get block device required
When I plug it in I get
umass0: LEXAR MEDIA JUMPDRIVE ,  rev 1.10/0.01,   addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: LEXAR JUMPDRIVE 1.10 Removable Direct Access SCSI-CCS device
dao: 650KB/s transfers
da0: 61MB (125952 512 byte sectors: 64H 32S/T 61C)

How do I mount this and use it?
Thank you
-- 
__
Sign-up for your own personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Search Smarter - get the new eXact Search Bar for free!
http://www.exactsearchbar.com/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mounting a usb device

2003-11-12 Thread Robin Schoonover
On Wed, 12 Nov 2003 19:53:45 -0500, Gregory Stearns [EMAIL PROTECTED]
wrote:
 I am trying to mount a usb device
 I have tried mount /dev/usb0 /directory and I get block device required
 When I plug it in I get
 umass0: LEXAR MEDIA JUMPDRIVE ,  rev 1.10/0.01,   addr 2
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: LEXAR JUMPDRIVE 1.10 Removable Direct Access SCSI-CCS device
 dao: 650KB/s transfers
 da0: 61MB (125952 512 byte sectors: 64H 32S/T 61C)
 
 How do I mount this and use it?

mount /dev/da0 /directory should probably do it.

-- 
Robin Schoonover (aka End)
#
# Do not meddle in the affairs of wizards, for you are crunchy and good
# with ketchup.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]