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
-2
votes
1 answer

How to estimate the time taken by RAID rebuild?

I was being stupid and when smoke testing my storage server I forgot to plug in the power of one of its drives (D'oh!) Now I am stuck in rebuilding the RAID-5 array. (Thank god it is RAID-5 or I could have lost a few TB worth of data) How can I…
Maxthon Chan
  • 649
  • 1
  • 8
  • 12
-2
votes
1 answer

Only notify when unreadable sectors increases

Is there a way to only be notified when the amount of unreadable sectors increases on a certain disk? The following warning/error was logged by the smartd daemon: Device: /dev/sdb [SAT], 4 Currently unreadable (pending) sectors I have been getting…
David
  • 107
  • 3
-2
votes
3 answers

how to detect hard disk failure in custom server

We have a custom server with following details: Motherboard Supermicro X8DTL-3 Raid Controller HP Smart array p400(512G BBWC) HDD Backplane Supermicro SAS825TQ 3 Seagate Barracuda HDD with 1TB(Raid 5) Host: Vmware ESXI 6.0 Vm: CentOS 6.x and…
iman
  • 99
  • 4
-2
votes
1 answer

Raid-5 Linux Software array, 3 drives "removed"

I have a raid array with several drives marked as removed. I want to add them back in, but am not sure how to do so. [root@tera2 ~]# mdadm --detail /dev/md3 /dev/md3: Version : 1.2 Creation Time : Fri Nov 30 07:39:25 2012 Raid Level…
CD Brian
  • 67
  • 5
-2
votes
1 answer

Removing HDD from RAID 5 to pull data from

I have a relatively (I think) simple question... I have a file server with RAID 5 that is old and pretty much dead and I need to grab the data from it. I was thinking I could pull one of the HDD's out and put it into a Linux server so I can mount…
jeffci
  • 121
  • 1
  • 5
-2
votes
1 answer

Preparing for RAID5 failure

I've got an Ubuntu system with a bunch of hard disks in it acting as my home router, DHCP server, file server, etc. Twice in the past 24 hours it has suddenly decided to set the root filesystem to read only. I think there's a hardware failure on…
jsd
  • 219
  • 1
  • 2
  • 8
-2
votes
1 answer

how to Recovery RAID 5 storage that deleted array by console

I have A IBM DS3400 Storage this storage deleted array by console command. My Question is how to Recover data From this storage. thank all.
mohammad mohsenipur
  • 205
  • 1
  • 2
  • 10
-2
votes
2 answers

Ideal RAID1+RAID5 configuration?

What is the optimal RAID1+RAID5 configuration and why? My thinking is: RAID 1 SAS 15k 146GB drives for the OS. RAID 5 SATA 7.2k 300GB drives for the data. My opinion is that the OS partition should be as fast as possible, and that the data partition…
Kryptonite
  • 23
  • 1
  • 5
-2
votes
1 answer

Mixing Seagate Ironwolf 4TB ST4000VN008 and ST4000VN006 in RAID5

I have purchased 4 drives from Seagate to build a home cloud based on RAID5. However, I occasionally ordered different models: two ST4000VN008 and two ST4000VN006. Now I am wondering, shall I send 8's back and order the newer model ST4000VN006 with…
-3
votes
1 answer

Multiple RAIDS on same disks

On a server, I have 3 SATA disks. I'd like to create a root partition in RAID 1 of 50GB and a data partition in RAID 5 with the remaining spaces on my disks. There would be 2 different RAID types on the same disks. Would it be an issue if one of the…
chindit
  • 205
  • 1
  • 2
  • 3
-3
votes
1 answer

Which Disk to replace first ? Predictive Failure or Failed Disk

We have a HPDL380 G6 server ( running 2003 R2) with 1 failed disk and 1 predictive failure. Total 4 Disks configured with RAID5. I will be replacing disks, Now question is which disk should I replace first and why ? Thank You JP
Jatin Patel
  • 1
  • 1
  • 4
-3
votes
2 answers

Why is a double disk failure an issue for a 5 disk Raid 5 configuration?

Based on this question about RAID-5 for 5 disks: Two disks failed simultaneously? Sorry if I butcher some of the terminology Why is a double disk failure an issue for a 5 disk Raid 5 configuration? Even with 2 disks offline, I still can access the…
Paul Totzke
  • 115
  • 7
-3
votes
1 answer

Extend RAID 5 to use unused space and add additional disks?

I am new to RAID. I want to extend an existing RAID 5. The current setup is as follows: Array A unused space : 349956 MB logical drive :1 total size 273GB raid5 disk : /dev/cciss/c0d0 physical 1I:1:5 - 146gb 2I:1:1 - 146gb 2I:1:2 - 146gb 2I:1:3…
Aj K
  • 1
  • 1
  • 2
-3
votes
1 answer

Not seeing the expected volume in a RAID 5

I have expanded a RAID 5 to include 12 - 3 TB drives. I was expecting seeing a total of 33 TB in the RAID but only see 30 TB. I do not have a hot spare. Could 2 drives be reserved for parity? This server is a Dell R510 with a H700 controller. …
-3
votes
1 answer

RAID 5 Data Loss?

Here is what happend. on a ML 350 with a perc 200i controller, raid 5 with 5 disks. 1 Disk got corrupted , and was was on predictive failure flag. On the replacement of the corrupted disk and after the rebuild the logical drives of the raid…
Cmosk
  • 37
  • 1
  • 6
1 2 3
35
36