I've embarked on the OpenBSD train finally, but I have a little problem.

I have 2 hard disks:
One for OpenBSD and the other is on ext2 and is used to hold data. I want to make the ext2 disk visible to OpenBSD, but can't:

gaspar# mount -t ext2fs /dev/wd1b /mnt/temp
mount_ext2fs: /dev/wd1b on /mnt/temp: Device not configured

During the installation, I had skipped the disklabel process for my secon drive, because I thought I could mount it after the installation.

Does anybody have an idea of how I can make it visible to OpenBSD?

Thanks