burners knowhow Seite
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode

Raid

How to use mdadm to create and maintain RAID arrays

show raid array details

show details of a specific raid array

mdadm --detail /dev/mdX

show information about raid array

cat /proc/mdstat

create raid array

mdadm --create /dev/mdX --level=LEVEL --raid-devices=N /dev/sdX /dev/sdY ...