View Single Post
  #2   (View Single Post)  
Old 25th September 2010
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

OpenBSD doesn't have a dynamic devfs, the contents of /dev are generated by a script in the same directory (MAKEDEV), only a few devices have nodes created by default.

Simply create the device nodes yourself manually, the following should work:
# cd /dev; /bin/sh MAKEDEV sd1

It does seem strange to only have device files for a single sd(4) device, I'm not sure why that is the case.. is this OpenBSD/i386 or perhaps some other supported platform?
Reply With Quote