On 10/24/06, Maverick <[EMAIL PROTECTED]> wrote:
Hi
Can you please tell me how to fix this problem? Thanks a lot
I am trying to mount a USB pen drive to OpenBSD. When i connect the usb to
the computer there is no notice or lines appear.
I run
usbdevs
and it return
addr 1: UHCI root, hub ,Intel
addr 2: USB MP3, vendor 0x0d7d
addr 3: UHCI root, hub ,Intel
addr 4: UHCI root, hub ,Intel
So there is my usb pen
i have tried
mount -t msdos /dev/usb0 /mnt/usb
and it return that block device required
i tried
disklabel usb0
it return back that there are 2 partition c and i and the i is the same size
as c i is ms-dos type
so i tried to
mount -t msdos /dev/usb0i /mnt/usb
and got the message
No such file and directory
Hmmm, I thought USB drives showed up as SCSI? Isn't /dev/usb0 just
the bus? At least I'm still doing the following:
mount_msdos /dev/sd0i /mnt
Also, in addition to usbdevs you should be providing a dmesg.
Greg