On Thu, 1 Jun 2006, David Burau wrote:

Hi,

i've installed OpenBSD 3.9 on a IBM T20 notebook.
Everything is working fine.
Bit I'm not able to mount a usb disk.
dmesg output ist:
-----------------------------
sd0 at scsibus1 targ 1 lun 0...
sd0: 76319MN, 76319 cyl, ...
------------------------------
and that's my disk.

The Problem is, that there is no "sd0" in /dev and when I try to mount sd0a (mount /dev/sd0a /mnt/usb) I get a note, that the device is not configured.

Does anybody have a clue, what the Problem might be?

Thanks!

David Burau

I don't know anything about USB disks, but on OpenBSD 3.8 I had to
reformat my USB memory stick to use filesystem "msdos" and then
mount the memory stick like that:

"sbin/mount -t msdos /dev/sd0i /my_nice_targetfolder"

Regards,
Martin Vahi

Reply via email to