Difference between revisions of "RAID"

From WeWeWeb Wiki
Jump to navigationJump to search
(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")
 
(No difference)

Latest revision as of 12:16, 27 January 2022

Monitoring Software RAID Devices:

$ cat /proc/mdstat

Recovering from a Failed Disk Drive:

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


Back to Linux