On Mon, May 2, 2011 at 11:31, Ivo Chutkin <open...@bgone.net> wrote: > Hello misc, > I have problem mounting usb disk at boot time (namely Western Digital My > Book 1130) on Alix2d2 board, dmesg below. > I am getting this message and the disk is not mounted: > mount_ffs: /dev/sd0a on /data: Device not configured > [snip] > > Dmesg: > OpenBSD 4.8-stable (GENERIC) #1: Wed Apr 6 17:51:44 EEST 2011 > r...@mail.bgone.bg:/usr/src/sys/arch/i386/compile/GENERIC [snip] > Automatic boot in progress: starting file system checks. > /dev/rwd0a: file system is clean; not checking > /dev/rwd0e: file system is clean; not checking > /dev/rwd0d: file system is clean; not checking > mount_ffs: /dev/sd0a on /data: Device not configured [snip] > sd0 at scsibus0 targ 1 lun 0: <WD, My Book 1130, 1012> SCSI4 0/direct fixed > sd0: 953837MB, 512 bytes/sec, 1953458176 sec total [snip] > OpenBSD/i386 (asterisk1.my.domain) (tty00) >
Hello, your sd0 disk is discovered later in the boot process. Have a look at hotplugd(8) to mount your disk as soon as it's discovered : Regards, -- Thomas Jeunet