[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

raid Re: howto know if raid is really working?




On Wed, 15 Dec 2004, Harland Christofferson wrote:

> >> development:/etc# cat raidtab 
> >> raiddev /dev/md0
> >>         raid-level      1
> >>         nr-raid-disks   2

notice ... level 1 and number of devices

> mdadm --stop /dev/md0; mdadm -C /dev/md0 -l1 -n2 /dev/hda /dev/hdc 

not good ...

you only use "-C" the first time

you should NOT have to specify /dev/xxxx stuff
since you created /etc/mtab and/or put it in the right
location that mdadm will find it

you should be using:

	mdadm create
	mdadm assemble
	mdadm stop
	mdadm start
	mdadm examine
	.. etc ..

c ya
alvin



Reply to: