From: Michael Prokop Date: Tue, 25 Mar 2008 09:04:33 +0000 (+0100) Subject: Added tip for dmraid X-Git-Tag: 0.4.11~4 X-Git-Url: https://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=23d513a68b1f6b23a531a31e571dfdfcbd0aad6a Added tip for dmraid --- diff --git a/debian/changelog b/debian/changelog index 9f4dd66..7a04776 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-tips (0.4.10) unstable; urgency=low + + * Added tip for dmraid. + + -- Michael Prokop Tue, 25 Mar 2008 10:04:11 +0100 + grml-tips (0.4.9) unstable; urgency=low [ Michael Gebetsroither ] diff --git a/grml_tips b/grml_tips index 4fa5263..07a5b1a 100644 --- a/grml_tips +++ b/grml_tips @@ -3088,3 +3088,15 @@ See http://grml.org/faq/#fdisk => * use parted's mklabel command (but please read the parted manual before executing this command) -- +dmraid - support for SW-RAID / FakeRAID controllers +like Highpoint HPT and Promise FastTrack + +Activate all software RAID sets discovered: +# dmraid -ay + +Deactivates all active software RAID sets: +# dmraid -an + +Discover all software RAID devices supported on the system: +# dmraid -r +--