On 04/09/11 06:57, irix wrote: > Also I try to add wd0d and wd1d with same commad but system return me > same error invalid metadata format. > Why this error is happening ?
to elaborate on Marco's answer, before running bioctl, try: dd if=/dev/zero of=/dev/rwd0d bs=1m count=1 dd if=/dev/zero of=/dev/rwd1d bs=1m count=1 Then run your bioctl command, and I suspect things will work. Nick.