On Tue, Nov 04, 2008 at 04:31:57PM +0100, Christophe Rioux wrote: > Hi > > I just try to install OpenBSD 4.4 on a serveur (HP DL120 G5) to test the > functionality of the raid (seens it works again .). > > I configure the first disk without any issue, and then try following > commands: > > disklabel wd0 > disklabel.wd1 > fdisk -i wd1 > disklabel -R -r wd1 disklabel.wd1 > newfs /dev/wd1a > > Error: > newfs: /dev/wd1a: block device > > Same message when I try a mount. > > Not a problem I continue and made a new installation on wd1 (with the CD) > > Then I build my raid0 configuration (by compiling the kernel) and try to > create the new disk: > > fdisk -i raid0 > disklabel -E -raid0 > newfs /dev/raid0a > > => same error by newfs and mount > > What do I wrong ? > > Regards >
It shouldn't affect your problem, but '-r' doesn't do anything anymore. .... Ken