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

Re: got a mdadm puzzler



On Thu, 10 Mar 2022 08:31:25 -0500
Dan Ritter <dsr@randomstring.org> wrote:

> cat /proc/mdstat
> 
> should show you all known md arrays, their types, their
> constituent devices and their status.
> 
> The line that starts "personalities" just indicates the types
> that it can handle, not the types in use.

Right. The entry for each raid array shows its type. E.g. mine is a
RAID 5:

root@hawk:~# cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4] [linear] [multipath] [raid0] [raid1] [raid10] 
md0 : active raid5 sdb1[3] sdc1[0] sdd1[1]
      7813768832 blocks super 1.2 level 5, 64k chunk, algorithm 2 [3/3] [UUU]
      bitmap: 9/30 pages [36KB], 65536KB chunk

unused devices: <none>
root@hawk:~# 


-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/


Reply to: