Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

dmraid -s shows that status of RAID is ok and number of drives in array is two.

dmsetup status shows array is synchronized

dmsetup -r shows "broken" state. But what does it mean? Are my data beeing mirrored now? It that info from S.M.A.R.T?

# dmraid -s
*** Group superset .ddf1_disks
--> Active Subset
name   : ddf1_L3
size   : 976494592
stride : 128
type   : mirror
status : ok
subsets: 0
devs   : 2
spares : 0

# dmsetup status ddf1_L3
0 976494592 mirror 2 8:16 8:32 7451/7451 1 AA 1 core

# dmraid -r
/dev/sdc: ddf1, ".ddf1_disks", GROUP, ok, 976494592 sectors, data@ 0
/dev/sdb: ddf1, ".ddf1_disks", GROUP, broken, 976494592 sectors, data@ 0
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.