RAID

From WeWeWeb Wiki
Revision as of 12:16, 27 January 2022 by Willy (talk | contribs) (Created page with "Monitoring Software RAID Devices: '''$ cat /proc/mdstat''' Recovering from a Failed Disk Drive: '''$ raidhotadd -a /dev/md0 /dev/hdc1''' ---- Back to Linux")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Monitoring Software RAID Devices:

$ cat /proc/mdstat

Recovering from a Failed Disk Drive:

$ raidhotadd -a /dev/md0 /dev/hdc1


Back to Linux