> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/raid.md).

# RAID

## Raid

We recommend [HarwareRaid](http://en.wikipedia.org/wiki/RAID#Hardware-based), [RAID 1](http://en.wikipedia.org/wiki/RAID_1#RAID_1) or [RAID 5](http://en.wikipedia.org/wiki/RAID_5#RAID_5), to build disk failure tolerant servers. Be careful not to buy servers with [FakeRAID](http://en.wikipedia.org/wiki/Fakeraid). Vendors are advertising their servers as [RAID](http://en.wikipedia.org/wiki/RAID) servers, but make sure that it is true [HarwareRAID](http://en.wikipedia.org/wiki/RAID#Hardware-based), or else it could be preferable to buy your servers with no [RAID](http://en.wikipedia.org/wiki/RAID) at all, and use [Linux Software Raid](http://en.wikipedia.org/wiki/Non-standard_RAID_levels#Linux_MD_RAID_10) instead.

### FakeRaid

[FakeRAID](http://en.wikipedia.org/wiki/Fakeraid) is the equivalent of not having [RAID](http://en.wikipedia.org/wiki/RAID) at all, since it's the BIOS that emulates the RAID and thus, the CPU ends up doing all the job.

Under Linux, if you have a server with [FakeRAID/BiosRAID](http://en.wikipedia.org/wiki/Fakeraid), then you should disable it in the BIOS and use [Linux SoftwareRaid](http://en.wikipedia.org/wiki/Non-standard_RAID_levels#Linux_MD_RAID_10).

A list of [FakeRAID](http://en.wikipedia.org/wiki/Fakeraid) hardware devices/controllers can be found here <http://linuxmafia.com/faq/Hardware/sata.html>

### Linux SoftwareRaid

For servers without [RAID](http://en.wikipedia.org/wiki/RAID) or with [FakeRAID](http://en.wikipedia.org/wiki/Fakeraid), [SoftwareRaid](http://en.wikipedia.org/wiki/Non-standard_RAID_levels#Linux_MD_RAID_10) should be used.

[SoftwareRaid](http://en.wikipedia.org/wiki/Non-standard_RAID_levels#Linux_MD_RAID_10) is better than [FakeRAID](http://en.wikipedia.org/wiki/Fakeraid) because it is well supported under Linux. The kernel supports it natively, and [mdadm](http://en.wikipedia.org/wiki/Mdadm) can be used to manage and to view the status of the [RAID](http://en.wikipedia.org/wiki/RAID) devices.

Please see your Linux distribution documentation on how to setup [SoftwareRaid](http://en.wikipedia.org/wiki/Non-standard_RAID_levels#Linux_MD_RAID_10).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/raid.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
