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
4
votes
2 answers

What steps should I take to best attempt to recover a failed software raid5 setup?

My raid has failed, and I'm not sure what the best steps to take are in order to best attempt to recover it. I've got 4 drives in a raid5 configuration. It seems as if one has failed (sde1), but md can't bring the array up because it says sdd1 is…
Steve Lorimer
  • 175
  • 11
4
votes
1 answer

ZRAID1 pool size bigger than expected

I have 3x 4TB drives for a ZRAID1 config (single parity drive) After running zpool create data zraid1 sdb sdc sdd I have a volume that's 10.9T in size, which is what I would expect from a stripe configuration, not a RAID5 configuration. zpool…
Goro
  • 664
  • 3
  • 9
  • 18
4
votes
2 answers

Proliant DL360 Raid5 Hot Swap Drive

I have a DL360 G5 running WinSrvr2003 with a 3 drive (72GB) SAS Raid 5 array on P400i controller. The single array has two partitions. (OS and a data store) Drive 2 has failed and is off line (Amber lite and internittant beeps) I have replacement…
brian
  • 51
  • 1
  • 2
4
votes
5 answers

How should I sanitize a SAS drive that I removed from a RAID 5 Array?

I had a disk experience a predictive failure. As a result, I removed the drive and replaced it. Now that I have the drive removed, I would like to sanitize it. What is the easiest way to go about that? I have a usb to SATA converter, but I'm not…
SLY
  • 1,286
  • 1
  • 13
  • 28
4
votes
3 answers

How do I stop and repair a RAID 5 array that has failed and has I/O pending?

The short version: I have a failed RAID 5 array which has a bunch of processes hung waiting on I/O operations on it; how can I recover from this? The long version: Yesterday I noticed Samba access was being very sporadic; accessing the server's…
Ben Hymers
  • 703
  • 2
  • 8
  • 12
4
votes
1 answer

Growing a RAID5 using mdadm with multiple drives?

I have a RAID5 array that consists of 3, 2TB drives. I want to add 2 more drives. The tutorials involve adding a single drive to an array, such as this: https://raid.wiki.kernel.org/index.php/Growing Can I add both drives at the same time? Can I do…
Geoffrey
  • 273
  • 1
  • 4
  • 12
4
votes
3 answers

Can I recover a RAID 5 array if two drives have failed?

I have a Dell 2600 with 6 drives configured in a RAID 5 on a PERC 4 controller. 2 drives failed at the same time, and according to what I know a RAID 5 is recoverable if 1 drive fails. I'm not sure if the fact I had six drives in the array might…
bonga86
  • 91
  • 1
  • 1
  • 5
4
votes
3 answers

SAS RAID5 Disk failure, replacement enclosure not matching

A SAS disk in RAID5 array failed yesterday and I'm about to replace it, however I noticed the front enclosure wasn't matching the rest of the disks. The array consists of 300GB 10K SAS disks with the left enclosure. I found a 300GB 10K SAS disk with…
MKZ
  • 261
  • 1
  • 3
  • 9
4
votes
2 answers

Restoring RAID 5 with Windows 10 Storage Spaces

I'm configuring specification for PC that will be used as host for virtual machines. I planned to use 120 GB SSD drive for OS (Windows) and 3x1TB in RAID 5 for Virtual machine. I'm wondering if it's good idea. What happen if Drive with OS fails?…
Siewak
  • 41
  • 1
3
votes
1 answer

mdadm raid5 was added as a spare to itself

I have a raid 5 device created with mdadm. I was working on it and long story short, I wanted to type mdadm --manage /dev/md127 -a /dev/sdd, but I accidentally typed mdadm --manage /dev/md127 -a /dev/md127 -a /dev/sdd which added the raid as a spare…
qspitzer
  • 141
  • 2
3
votes
7 answers

RAID5 2-disk failure - what steps to take?

I've got a 6-disk RAID5 array on a gentoo server. mdadm is reporting that two of the disks have failed. In the event that the disks are actually gone, I'm prepared to send the drives to professionals for recovery, but I don't want to have to do that…
Adam Fields
3
votes
2 answers

PERC H330 or Windows Storage Space on Raid 5

I'm trying to build a raid 5 array for our file server using the following: 1. Dell Poweredege R530 - server 2. Windows Server 2016 - OS 3. 3x 4TB SAS - Hard Drives 4. PERC H330 mini - embedded raid controller of dell server But in my inquiries…
Jessirel
  • 31
  • 5
3
votes
2 answers

Does KVM/QEMU support mdadm RAID5 properly?

I'm not able to get anything close to usable performance using a guest file located on a mdadm RAID5 array. I've believed I optimized all the parameters of the array and filesystem for best R5 performance: set bitmap=none set stripe-cache=32768…
MrCalvin
  • 354
  • 1
  • 6
  • 18
3
votes
1 answer

Remove two physical drives from raid 5 array (4 disks)

I'm using a G6 hp server with 4 physical drives and p410 raid controller. I set up raid5 array with 3 physical drives,but one of them has been failed and becouse of this, I am in the Interim recovery mode now. recently, I added the last disk (by…
Pedram
  • 143
  • 4
3
votes
3 answers

HP RHEL Array Raid Disk Status from command line

I've configured a HP DL360 Gen 9 with 6 disks and raid 5 and i've installed RHEL 6.9 on it. I need to know, from command line, the status of every single physical disk so i could grep info to an appplication we are developing. I've been in touch…
Silvio Picardo
  • 29
  • 1
  • 1
  • 3