On Thu, 23 Mar 2000, m. allan noah wrote:
> > mkraid: aborted, see the syslog and /proc/mdstat for potential clues
And if I get the same msg when I try to build a raid 0? (my kernel
is RAID patched: 2.2.14)
[flag@Luxor flag]$ cat /proc/mdstat
Personalities : [1 linear] [2 raid0] [3 raid1] [4 raid5]
read_ahead not set
md0 : inactive
md1 : inactive
md2 : inactive
md3 : inactive
[flag@Luxor flag]$
Maybe cause I'm doing it on the same device? (/dev/hda)
I know it's stupid to do a RAID on the same device, but i'm just doing
some test...
This is my raidtab:
raiddev /dev/md0
raid-level 0
nr-raid-disks 2
persistent-superblock 0
chunk-size 16
device /dev/hda2
raid-disk 0
device /dev/hda4
raid-disk 1
Paolo