On Sunday April 1, [EMAIL PROTECTED] wrote:
> as best i can tell i am using the correct commands for what i want but i 
> pretty much get nothing but errors:
> 
> [EMAIL PROTECTED]:/media# mdadm --build /dev/md1 --chunk=128 --level=0 
> --raid-devices=2 /dev/sda /dev/sdb
> mdadm: error opening /dev/md1: No such device or address

"No such device or address" probably means that the md module is not
loaded. 
  modprobe md
or
  modprobe md_mod

and try again.

NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to