Command Line Magic (climagic)'s status on Saturday, 26-May-12 18:33:53 UTC
-
for i in 0 1 2; do mdadm --remove /dev/md$i /dev/sdb$(($i+1)); done # A nice one-liner @kaerast used to remove a failed disk from raid.
for i in 0 1 2; do mdadm --remove /dev/md$i /dev/sdb$(($i+1)); done # A nice one-liner @kaerast used to remove a failed disk from raid.
Identi.ca is a microblogging service brought to you by E14N. It runs the StatusNet microblogging software, version 1.1.0-release, available under the GNU Affero General Public License.
All Identi.ca content and data are available under the Creative Commons Attribution 3.0 license.