User Tools

Site Tools


raid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
raid [2009/11/18 13:54] 172.26.0.166raid [2009/11/19 07:13] 172.26.0.166
Line 77: Line 77:
 # mdadm /dev/md1 --fail /dev/hda3 --remove /dev/hda3 # mdadm /dev/md1 --fail /dev/hda3 --remove /dev/hda3
 # mdadm /dev/md3 --fail /dev/hda1 --remove /dev/hda1 # mdadm /dev/md3 --fail /dev/hda1 --remove /dev/hda1
-# mdadm /dev/md4 --fail /dev/hda6 --remove /dev/hda6+# mdadm /dev/md4 --fail /dev/hda6 --remove /dev/hda6</code> 
 +''/dev/md2'' is a RAID0 stripe mounted as ''/scratch'', so we have to umount it and then stop it (you can't remove volumes from a stripe): 
 +<code># umount /dev/md2
 # mdadm --stop /dev/md2</code> # mdadm --stop /dev/md2</code>
 <note warning> You must Shutdown the server before you physically remove the drive! </note> <note warning> You must Shutdown the server before you physically remove the drive! </note>
raid.txt · Last modified: 2010/09/19 23:58 by aorth