-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

mdadm


> RAID management utility.

More information.


Create array:

mdadm --create {/dev/md/MyRAID} --level {raid_level} --raid-devices {number_of_disks} {/dev/sdXN}

Stop array:

mdadm --stop {/dev/md0}

Mark disk as failed:

mdadm --fail {/dev/md0} {/dev/sdXN}

Remove disk:

mdadm --remove {/dev/md0} {/dev/sdXN}

Add disk to array:

mdadm --assemble {/dev/md0} {/dev/sdXN}

Show RAID info:

mdadm --detail {/dev/md0}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:59:40 2024