> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/network/servers-and-storage/raid.md).

# RAID

{% hint style="info" %}
Redundant Array of Independent Disk의 약자 (한국어로 **복수 배열 독립 디스크**)\
2개 이상의 디스크를 병렬로 처리하여 성능 및 안정성을 향상시키는 방식
{% endhint %}

* 과거에 작은 용량의 디스크를 연결해 용량을 높이기 위해 사용
* 최근에는 디스크 오류나 데이터 손실 등 장애에 대비하기 위한 용도로 사용되고 있다.
* 데이터 손실을 방지하기 위한 일종의 대비책
* [관련 링크](https://blog.naver.com/hostinggodo/220641452948)


---

# 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://krjaeh0.gitbook.io/j-log/network/servers-and-storage/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.
