Web Hosting Talk







View Full Version : how to find out if raid1 is working?


shri
02-18-2003, 02:58 AM
How to find out if raid1 is working?

Is there any indication if one of the drives fail?

I have ensim 3.13 & 2 80gb drives in raid1

Thanks

drhonk
02-18-2003, 04:05 AM
do cat /proc/mdstat .. that should show if your raid is working or not. If you want to see in real time ..

watch -n1 cat /proc/mdstat

shri
02-18-2003, 10:49 PM
Thank You drhonk