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

NAS RAID 5 HDD recovery

I have a broken NAS. The system is not broken but the hard drive is. The NAS system is ASUSTOR AS5108T with 8 bay of HDDs. The NAS originally purchased with 8 units 3TB WD GREEN (I know it is wrong to having WD Greens for frequently-accessed NAS but…
mokalovesoulmate
  • 51
  • 1
  • 1
  • 5
0
votes
2 answers

How to Shrink Raid 5 SAS to 3 Local Disks on windows server R2 2012?

I've installed Windows server 2012R2 on HP ProLiant with 5 SAS Disks (300GBX5). after configuring Raid 5, the total visible size became 825 GB as Disk C. Is it alright? if i want to create Disk D and E, is it possible using disk management on win…
0
votes
1 answer

Is it not possible to use 4x1TB disks in RAID5, when booting from the same VD?

I've just got a couple of 2010 Dell servers. One of them has 4x 1TB disks. I configured them in the RAID controller to use all of them in RAID5 to give me 3TB of storage + 1TB for parity. There are no other HDDs in the server. I wanted to just have…
Danny Beckett
  • 180
  • 3
  • 15
0
votes
1 answer

question on I/O stats in linux

In one of our lab machines,I found a disk i/o error suddenly.It was running for a while doing lot of i/o on the disk due to our application processing huge data.My machine is hardware raided which is a RAID5.I heard from my friend an RHCE…
sriram
0
votes
2 answers

Why would a RAID5 rebuild fail?

I have a IBM System x3650 server with a ServeRaid controller and two RAID5 arrays, each consisting of 3 disks. Yesterday, one disk failed (It was the Raid array that holds the data, the system is located on the sound array). I naively trusted the…
Lorenz Meyer
  • 430
  • 2
  • 9
  • 25
0
votes
3 answers

Power Supply Failure Corrupted a RAID?

All of a sudden, the power supply of a server started to smell real bad. One of the hot swappable power supply units died. We replaced it, booted up Windows Server 2003 to find out that 2 out of 4 drives in a RAID 5 configuration had died. We're…
bobber205
  • 241
  • 1
  • 6
  • 17
0
votes
3 answers

RAID5 Data Recovery on PowerEdge

First off, sorry for my poor english. Okay? So, folks, my DELL PowerEdge R420 is stopped. It's RAID-5 designed with SAS x4. But, two drives are in trouble: One is under S.M.A.R.T. error. The other one is simply failed. So, it's right the RAID-5…
Hakuno
  • 38
  • 8
0
votes
1 answer

Is it possible to clone raid member disks in an array with dd

I'm looking to expand the capacity of my qnap NAS by tripling the drive size from 2TBx8 to 6TBx8. However, I'm afraid the raid 5 will die before I can rebuild the array 8 times!! Can I remove and clone each disk independantly and add them back to…
Jacob Evans
  • 7,886
  • 3
  • 29
  • 57
0
votes
0 answers

Drive replaced in RAID5 not automatically syncing, instead showing as spare

Replacing the drives in a RAID5. sdb failed, replaced it. Things went well. Now I'm replacing sda, but after being added to the array it shows as a spare and doesn't sync. Steps followed: mdadm --manage /dev/md127 --fail /dev/sda1. mdadm --manage…
Voriki
  • 141
  • 5
0
votes
1 answer

Dell PowerEdge 2900 with a faulty disk (among a Raid 5 array). Can I replace it with one with a different firmware?

The original Seagate ST3146855SS disk is running firmware 515, while the one I'm going to buy has a more recent firmware. All other features are the same (15K5, 146Gb) Will the controller just rebuild the RAID once I replace that disk?
Dario
  • 37
  • 6
0
votes
1 answer

Synology blue led of death (led blinking)

My Synology (10 disks) suddenly doesn't reboot. Connecting it with the serial port, I could manage to boot on "Synology 1" and "Synology 2" Synology 1, is a kind of "recovery partition" allowing you to recover your DSM with the synology…
Hadrien Huvelle
  • 136
  • 1
  • 6
0
votes
1 answer

StorCli Wrong Physical Disk Size

I am using a 2008 MegaRAID SAS 8888ELP. I was unable to boot into webbios, although I was able to install storcli onto my arch linux setup. The raid works well although I am new to using raid and storcli. Currently, when I run storcli /c0 show this…
Tsangares
  • 113
  • 5
0
votes
0 answers

How much cpu (and RAM) is used to rebuild an Intel RSTe RAID 5 (firmware/bios/fake)?

Let's say I have a dual CPU system with: 2 x Intel Xeon E5-2667 v4 3.20GHz 25MB Cache 3 x 1TB SATA3 Seagate Enterprise class in RAID5 on the Intel C612 RSTe Controller Total final storage is: 2TB Fault tolerance: 1 256GB RAM The Intel RSTe is…
Andrei
  • 101
0
votes
6 answers

Normal Speed for SAS RAID5

Can't understand why writing speed on 10xHDD SAS bulided in RAID5 is too slow. Read Cache: Enabled Write Cache: Disabled (server has no battery) Strip size: 512k ----------------------------------------------------------------------- CrystalDiskMark…
A_buddy
  • 35
  • 2
  • 11
0
votes
1 answer

Random drive loss about every 24 hours

I have a megaraid 9260-8i with a 4 disc raid 5. For 6 months or more the array has been performing beautifully, but recently the hardware alarm went off and the status said one of the drives was missing. I took the drive out and tested it, but…
Eric Fossum
  • 225
  • 3
  • 11