LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Question about raidtools (https://www.linuxquestions.org/questions/linux-server-73/question-about-raidtools-928705/)

circus78 02-10-2012 03:38 PM

Question about raidtools
 
Hi,
I use and old slackware with raidtools installed.
I've an raid1 device with /dev/sda and sdc.

Quote:

# cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [multipath] [faulty]
md1 : active raid1 sda2[1]
76975360 blocks [2/1] [_U]

md0 : active raid1 sda1[1]
104320 blocks [2/1] [_U]

unused devices: <none>
As you can see, sdc is down.. I tried to type:

raidsetfaulty /dev/md1 /dev/sdc2

or
raidsetfaulty /dev/md0 /dev/sdc1

but the result error is:
Quote:

can not set disk faulty array is not running.
..but the system is up&running on /dev/md1 (degraded) as root filesystem!
So I type:

raidstart /dev/md1 with this effect:

Quote:

/dev/md1: invalid argument
How it's possible?
Thankyou!


All times are GMT -5. The time now is 02:45 AM.