Questions tagged [raid5]

RAID (redundant array of independent disks, originally redundant array of inexpensive disks[1][2]) is a storage technology that combines multiple disk drive components into a logical unit. Data is distributed across the drives in one of several ways called "RAID levels", depending on what level of redundancy and performance (via parallel communication) is required. RAID 5 is a specific implementation.

RAID 5 (block-level striping with distributed parity) distributes parity along with the data and requires all drives but one to be present to operate; the array is not destroyed by a single drive failure. Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. However, a single drive failure results in reduced performance of the entire array until the failed drive has been replaced and the associated data rebuilt. Additionally, there is the potentially disastrous RAID 5 write hole. RAID 5 requires at least three disks.

enter image description here

Source: wikipedia

530 questions
0
votes
3 answers

I have a RAID 5 array 3 HDD's in the array + 1 dedicated hot spare....Drive failed and the hot spare is rebuilding

Total of 4 HDD's 3 in the array and 1 as the dedicated hot spare HDD#1 Failed and the hot spare automatically began Rebuilding I would like to replace HDD#1 but I am curious about the procedure to get the HDD's back to their original slots. After…
0
votes
1 answer

Unable to use/mount the full size(20TB) of configured RAID5 array on centos7

Actually i have created software RAID 5 array md0 using mdadm linux. In this configuration i have used 6 Harddisk (4 TB each) and the final raid5 array size is 20TB approx. As we know raid 5 use n-1 rule, where n is the total number of disk and it…
pawan1491
  • 27
  • 5
0
votes
1 answer

Unable to mount a RAID 5 volume

Evening all, Total n00b when it comes to Linux, I use Xpenology (Synology) as NAS software and following a faulty SATA cable lost my RAID 5 volume - within the OS it's sat in a crashed state. Thanks to the help of another ServerFault user I managed…
Graham J
  • 111
  • 3
0
votes
0 answers

I/O Lockup after RAID5 Volume finishes synchronising

I have a Windows Server 2012 R2 box with a software RAID5 volume (4x 4TB) but for the past few weeks I've been having relability problems with the server where all I/O locks up and I'm forced to reset the box to recover it. I believe that the…
ecnepsnai
  • 234
  • 3
  • 16
0
votes
1 answer

highpoint rr640l raid 5 status disable, having difficulty with recover

I have been using a Highpoint RR640L controller (at BIOS version 1.5) for a couple years or more on my primary system. The RAID-5 volume contains 4 disks, 2TB each. This week, one of the disks failed, and showed as "missing" on the RR640L display…
Dennis
  • 167
  • 1
  • 12
0
votes
1 answer

RAID 5 Physical Disk shows Foreign status on Dell OpenManage

I have a DELL PowerEdge 2950 Server which has 6 Physical Hard Disks. First 4 HDD are configured as RAID-5, and the rest two are configured as RAID-1. From last week, third hard disk of RAID-5 shows status as "Foreign". How can I clear this status,…
0
votes
0 answers

RAID 5 to 2x RAID 1

Is it possible to convert RAID 5 to 2x RAID 1 without any data loss? Example: 3x 1TB HD in RAID 5 + 1x 1TB like Hot Spare convert to 2x 1TB RAID 1 + 2x 1TB RAID 1
0
votes
1 answer

Raid 5 failure on P400i Controller

I was hoping for some help. My server won't boot up into Windows and I get the following errors: 1794-Slot 0 Drive Array - Array Accelerator Battery Charge low Array Accelerator Posted-Write Cache is temporarily disabled Array Accelerator…
0
votes
2 answers

Can I replace a drive with a slightly smaller one in a RAID5 array?

I've got an ancient Dell server with 4 disks in RAID 5. One has become faulty and needs to be replaced. I ordered an identical model drive but when it arrived it is slightly smaller. The RAID controller of course doesn't like that and is refusing to…
0
votes
1 answer

Is it possible to extract Raid Controller configuration index from on to another?

We have a Fujitsu server with this specific RAID Controller (FUJITSU PRAID EP400i / EP420i). We want to export the configuration of that RAID Controller to a new one, so in case that RAID controller stops working, we replace the new one with the…
0
votes
1 answer

Disadvantages of more RAID 5 arrays in a RAID 50 array

We have a 24 disk SAN, currently configured in RAID 50, with a RAID 0 stripe across two RAID 5 arrays with 11 disks in each RAID 5. The two remaining disks are allocated as hot spares, one for each RAID 5. I'd like to move this setup to use RAID 50…
jduncanator
  • 387
  • 1
  • 3
  • 11
0
votes
0 answers

7-disk RAID 5 working with only one disk? Bug?

I've got a 7-disk RAID-5 (3TB each), on a CentOS 5.5 box. Today I was doing regular checkups on my system and found this weird bug(?): How is this possible? This filesystem is formatted as XFS and is still mounted. I haven't done much on it out of…
0
votes
2 answers

orphans inodes after some time -> ro mode

Background On an X3500 IBM server with debian jessie one of the 4 SAS disks in the hardware RAID 5 (made with the server controller) is damaged. From that moment sda1 (one of the resulting partitions on the raid sda disk) starts having problems with…
Ilix
  • 1
0
votes
0 answers

raid problems after power outage

I was in the middle of copying data to a raid5 from a raid 1 when the power went out. Initially, I figured the raid was lost, so I zeroed the super-blocks. fdisked all the drives in the raid 5 and deleted the partitions, and saved the partition…
0
votes
2 answers

Replace failed HDD Raid 5 with different size

One of the HDD on my server HP proliant DL 380 G7 failed, i have 6 hdd each 146gb sas 2.5 Hot plug. Can i replace one HDD failed with larger size 450gb sas 2.5. Is the safe? And how the scenario for rebuild data. Thanks.