Added tip for dmraid
authorMichael Prokop <devnull@localhost>
Tue, 25 Mar 2008 09:04:33 +0000 (10:04 +0100)
committerMichael Prokop <devnull@localhost>
Tue, 25 Mar 2008 09:04:33 +0000 (10:04 +0100)
debian/changelog
grml_tips

index 9f4dd66..7a04776 100644 (file)
@@ -1,3 +1,9 @@
+grml-tips (0.4.10) unstable; urgency=low
+
+  * Added tip for dmraid.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 25 Mar 2008 10:04:11 +0100
+
 grml-tips (0.4.9) unstable; urgency=low
 
   [ Michael Gebetsroither ]
index 4fa5263..07a5b1a 100644 (file)
--- 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
+--