| 6 | |
| 7 | {{{ |
| 8 | #!html |
| 9 | <table border="1" cellpadding="5" cellspacing="2"> |
| 10 | <tr> |
| 11 | <th rowspan="2" style="background-color: Lavender;">RAID-Controller</th> |
| 12 | <th rowspan="2" style="background-color: Lavender;">Directive</th> |
| 13 | <th colspan="6" style="background-color: Lavender;">Supported in OS</th> |
| 14 | |
| 15 | </tr> |
| 16 | <tr> |
| 17 | <th style="background-color: Azure;">Linux</th> |
| 18 | <th style="background-color: AntiqueWhite;">FreeBSD</th> |
| 19 | <th style="background-color: Azure;">MS-Windows</th> |
| 20 | <th style="background-color: AntiqueWhite;">NetBSD/<br />OpenBSD</th> |
| 21 | <th style="background-color: Azure;">Solaris</th> |
| 22 | <th style="background-color: AntiqueWhite;">MacOS/<br />Darwin</th> |
| 23 | </tr> |
| 24 | <tr> |
| 25 | |
| 26 | <td><tt>3ware SATA RAID controller</tt></td> |
| 27 | <td><tt>-d 3ware,N</tt></td> |
| 28 | |
| 29 | <td align="center" bgcolor="Azure"><tt>Yes</tt> <font size="-1"><sup><a href="#1">1</a></sup></font></td> <!-- Linux --> |
| 30 | <td align="center" bgcolor="AntiqueWhite"><tt>Yes</tt> <font size="-1"><sup><a href="#2">2</a></sup></font></td> <!-- FreeBSD --> |
| 31 | <td align="center" bgcolor="Azure"><tt>Yes</tt> <font size="-1"><sup><a href="#3">3</a></sup></font></td> <!-- MS-Windows --> |
| 32 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- NetBSD/OpenBSD --> |
| 33 | <td align="center" bgcolor="Azure"><tt>?</tt></td> <!-- Solaris --> |
| 34 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- MacOS/Darwin --> |
| 35 | |
| 36 | </tr> |
| 37 | <tr> |
| 38 | <td><tt>Areca SATA RAID controller</tt></td> |
| 39 | <td><tt>-d areca,N</tt></td> |
| 40 | |
| 41 | <td align="center" bgcolor="Azure"><tt>Yes</tt> <font size="-1"><sup><a href="#4">4</a></sup></font></td> <!-- Linux --> |
| 42 | <td align="center" bgcolor="AntiqueWhite"><tt>No</tt></td> <!-- FreeBSD --> |
| 43 | <td align="center" bgcolor="Azure"><tt>No</tt></td> <!-- MS-Windows --> |
| 44 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- NetBSD/OpenBSD --> |
| 45 | <td align="center" bgcolor="Azure"><tt>?</tt></td> <!-- Solaris --> |
| 46 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- MacOS/Darwin --> |
| 47 | </tr> |
| 48 | <tr> |
| 49 | <td><tt>HighPoint RocketRAID SATA RAID controller</tt></td> |
| 50 | <td><tt>-d hpt,L/M/N</tt></td> |
| 51 | |
| 52 | <td align="center" bgcolor="Azure"><tt>Yes</tt> <font size="-1"><sup><a href="#5">5</a></sup></font></td> <!-- Linux --> |
| 53 | <td align="center" bgcolor="AntiqueWhite"><tt>Yes</tt> <font size="-1"><sup><a href="#6">6</a></sup></font></td> <!-- FreeBSD --> |
| 54 | <td align="center" bgcolor="Azure"><tt>No</tt></td> <!-- MS-Windows --> |
| 55 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- NetBSD/OpenBSD --> |
| 56 | <td align="center" bgcolor="Azure"><tt>?</tt></td> <!-- Solaris --> |
| 57 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- MacOS/Darwin --> |
| 58 | </tr> |
| 59 | <tr> |
| 60 | <td><tt>CCISS (HP/Compaq Smart Array Controller)</tt></td> |
| 61 | <td><tt>-d cciss,N</tt></td> |
| 62 | |
| 63 | <td align="center" bgcolor="Azure"><tt>Yes</tt> <font size="-1"><sup><a href="#7">7</a></sup></font></td> <!-- Linux --> |
| 64 | <td align="center" bgcolor="AntiqueWhite"><tt>Yes</tt></td> <!-- FreeBSD --> |
| 65 | <td align="center" bgcolor="Azure"><tt>No</tt></td> <!-- MS-Windows --> |
| 66 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- NetBSD/OpenBSD --> |
| 67 | <td align="center" bgcolor="Azure"><tt>?</tt></td> <!-- Solaris --> |
| 68 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- MacOS/Darwin --> |
| 69 | </tr> |
| 70 | <tr> |
| 71 | |
| 72 | <td><tt>LSI MegaRAID SAS RAID controller</tt></td> |
| 73 | <td><tt>-d megaraid,N</tt></td> |
| 74 | |
| 75 | <td align="center" bgcolor="Azure"><tt>Yes</tt> <font size="-1"><sup><a href="#8">8</a></sup></font></td> <!-- Linux --> |
| 76 | <td align="center" bgcolor="AntiqueWhite"><tt>No</tt></td> <!-- FreeBSD --> |
| 77 | <td align="center" bgcolor="Azure"><tt>No</tt></td> <!-- MS-Windows --> |
| 78 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- NetBSD/OpenBSD --> |
| 79 | <td align="center" bgcolor="Azure"><tt>?</tt></td> <!-- Solaris --> |
| 80 | <td align="center" bgcolor="AntiqueWhite"><tt>?</tt></td> <!-- MacOS/Darwin --> |
| 81 | </tr> |
| 82 | |
| 83 | </table> |
| 84 | }}} |