The basic idea of RAID (Redundant Arrays of Inexpensive Disks) is to combine multiple small, independent disk drives into an array of disk drives which yields performance and recoverability exceeding that of a Single Large Expensive Drive (SLED). 레이드의 기본적인 아이디어 (저렴한 디스크의 중복 배열)는 여러 개의 소규모을 결합, 독립 디스크 드라이브에있는 디스크 드라이브의 배열로의 성능과 복구를 초과하는 수익의 단일 대형 비싼 드라이브 (썰매). Redundancy is also provided (unless RAID 0) which allows easy and often automatic recovery from hard disk crash. 중복도 제공 (하지 않는 한 raid 0)를 통해 간단하고 자동 복구 하드 디스크에서 자주 충돌합니다. With the reduction in price of ATA and SATA drives it is often a good idea, even for desktop computers, to setup a RAID 1 system to allow you to function in the event of hard disk failures. 저를 위해 가격을 감소하고 좋은 아이디어의 SATA 드라이브를 그것은 종종, 심지어 데스크톱 컴퓨터를 설치 수 있도록 기능을 급습 1 시스템의 하드 디스크 고장에서 이벤트합니다. In RAID 1 two harddisks (or portions of them) mirror each other. raid 1 2 개의 하드 디스크에 (또는 일부를 그들을 같은) 미러 서로를합니다. RAID 1 is essential for our environment. raid 1은 우리의 환경을위한 필수 요소. I have tested both Windows software RAID facility as well as Linux RAID capability. 나는 소프트웨어를 테스트 raid 시설뿐만 아니라 리눅스 창과 raid 기능을합니다. Linux RAID support is way superior to Windows and should by itself be the reason to switch to Linux. 윈도우와 리눅스보다 월등하게 우위를 raid 지원이 방법은 그 자체가 리눅스로 전환하는 이유가있습니다. I have given 4 reasons to support my claim below. 나는 내 요구를 지원하는 이유는 아래에 주어진 4.

Linux supports RAID on block devices. 리눅스 단속 블럭 장치를 지원합니다. So you can setup RAID between two partitions on the same harddisk or even on two RAID 0 array, effectively creating RAID 10 array. 사이에 raid 수 있도록 설치 프로그램을 하드 디스크 파티션을 두 개 혹은 두를 동일한 raid 0 어레이를 효과적으로 만들기 raid 10 배열합니다. Windows simply supports RAID 0 and GBOD (known as linear on Linux) only for non-server users. windows 간단하게 지원하는 raid 0과 gbod (통칭 선형 리눅스)만을 - 서버가 아닌 사용자가합니다. Linux support all RAID variants. 리눅스 raid 변종을 모두 지원합니다. Even Windows server doesn’t support the intermediate RAID variants. windows 서버에도 중간 raid 변종을 지원하지 않습니다.

In Linux as well as Windows you can create RAID arrays spanning machines. 리눅스에서 창을뿐만 아니라 시스템을 만들 수있습니다 raid 어레이에 걸친합니다.

In Windows you cannot install the operating system on RAID. 이 창을 레이드에의 운영 체제를 설치할 수없습니다. In linux you can even install the operating system on RAID file system. 리눅스에서 운영 체제를 설치할 수도있습니다 레이드에 파일 시스템을합니다. This means if one of the hard disk dies you can easily boot from the other hard disk (assuming you transferred the MBR earlier). 즉, 하드 디스크 중 하나에 해당하면 죽는다 다른 하드 디스크에서 부팅할 수있습니다 (추측이 전달 the mbr 이전부터).

If you have spare harddisks, Linux will automatically configure it and add to the RAID array, should one of the RAID disks fail. 여분의 경우에는 하드 디스크, 리눅스는 자동으로 장바구니를 급습하고 배열을 구성해야한다 디스크 중 하나는 단속에 실패합니다. This is to my knowledge not possible in Windows. 이것은 내 지식을 windows 수없습니다.

Linux RAID can be easily configured during installation. 리눅스 raid 설치하는 동안 쉽게 구성할 수있습니다. All the partitions (/, /opt and even swap) can and should be RAID enabled. 모든 파티션 (/, / 수신도 스왑) raid 할 수 있고 활성화되어 있어야합니다. Windows RAID is harder to configure and is done after installation of the OS, from disk management. raid가 힘들다는 것을 windows의 설치를 구성하고이 완료 후 운영 체제에서 디스크 관리합니다.

I think comprehensive RAID support by itself (not to mention security) should be reason enough for SMB servers to switch to / use Linux. raid 포괄적인 지원을 생각 그 자체 (말할 것도없고 보안) smb 서버를위한되어야로 전환하는 이유는 충분 / 리눅스를 사용합니다.