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
10
votes
3 answers

Recover from a Punctured RAID array

here is my situation. I have a Dell Server with a Dell Perc 7i controller, (LSI Controller). I had a drive give me an Failure Predicted warning so I called their support and they came out and replaced the drive and the array rebuilt itself, pretty…
user72593
  • 423
  • 2
  • 6
  • 14
10
votes
2 answers

RAID configuration on new server

I need help with the configuration of RAIDs on the ASUS RS720-E10-RS12 server. We have installed 2x 512GB NVME drives in the motherboard slots and 12x SATA SSDs in the Backplane slots. I can only create a RAID from the NVME disks, and the option for…
demon420
  • 101
  • 3
9
votes
3 answers

Why has open-iscsi two times slower writes than Samba via 10G Ethernet?

On my local file server I have raid-6 on 7x HDD drives. dd if=/dev/zero of=tempfile bs=1M count=2048 conv=fdatasync Local speed test gives me 349 MB/s write speed. Remote writes to Samba from SSD (>2Gb/s read speed) gives me 259 MB/s writes. But…
BarsMonster
  • 724
  • 4
  • 12
  • 26
9
votes
3 answers

DL380 G5, RAID5, ext3, RAID Failed

We have an old HP DL380G5 server, with 5 300GB SCSI 3.5'' disks in a RAID5 array, in an external bay, formatted as a logical volume with ext3 filesystem, that hosts 1.2 TB of sensitive clinical patients data. Two disks showed predictive failure in…
undernaut
  • 115
  • 3
9
votes
7 answers

How long should a RAID Reconfiguration take? (Adaptec 6805)

I'm experimenting with various RAID configurations of a new Adaptec 6805 (not the 'E' model) Attached are 8x Hitachi 5400RPM 2TB SATA 6Gb Drives using the miniSAS to SATA cables provided. I created a RAID6 array comprising four disks, two from…
user65539
9
votes
1 answer

Is it safe to shutdown a machine while rebuilding/recovering/growing a RAID5 array that was built with mdadm

I have recently started a recovery on my 5-drive RAID in my file-server, and it says it'll take 691+ minutes to complete. I was wondering what would happen to the process if the machine lost power - say in a blackout? Would I need to restart the…
jsnfwlr
  • 270
  • 1
  • 2
  • 10
8
votes
4 answers

How do I configure RAID 5, especially stripe size, with 24 x 1.2 TB drives for CentOS 6?

For a Dell R920 with 24 x 1.2TB disks (and 1TB RAM), I'm looking to set up a RAID 5 configuration for fast IO. The server will be used to host KVM VMs that will be reading/writing files of all sizes, including very large files. I am not terribly…
Steve Amerige
  • 433
  • 2
  • 5
  • 12
8
votes
1 answer

Configure Windows RAID-5 "drive failed" timeout?

Background When a hard-drive controller detects an error, and needs to remap a sector, the drive normally becomes unresponsive for the seconds (or possibly minutes) it takes to try to complete the re-mapping. With the drive no longer responding, a…
Ian Boyd
  • 5,293
  • 14
  • 60
  • 82
8
votes
3 answers

RAID 10 or RAID 5 for multiple VMs - what is the best choice?

I have just ordered a new rig for my business. We do a lot of software development for Microsoft SharePoint and need the rig to run several virtual machines for development and test purposes. We will be using the free VMware ESXi for virtualization.…
Lars Fastrup
  • 215
  • 1
  • 3
  • 8
8
votes
3 answers

Can I build a RAID 5+1 system?

I must say I already found a similar question on this platform, but the context was different, so I'm trying by myself. My idea is as follows: I have 4 disks, 3 of them are the same capacity, and the fourth one has twice the capacity of either of…
Ancool
  • 93
  • 1
  • 5
7
votes
1 answer

How do I extend a RAID5 array with storcli?

I just bought a new disk. How do I extend an existing RAID array without losing data?
Aaron Digulla
  • 974
  • 3
  • 15
  • 25
7
votes
2 answers

Convert a Smart Array RAID5 array to a RAID6 (ADG) variant

I have an HP MicroServer (N36L) with a SmartArray P410 controller, a 512MB BBWC unit and four (4) 2TB disks connected. Three of those disks are configured as a single RAID5 array and one is left alone. I'd like to migrate the RAID5 array to a RAID6…
pjsawicki
  • 71
  • 1
  • 1
  • 3
7
votes
3 answers

Is it safe to transfer RAID 5 disks from one server to another?

I have (what I assume) will be a relatively simple question. I have an old file server that I've decommissioned and replaced. I would like to re-use the hardware from the old file server at our satellite office for offsite backup storage. Because…
DKNUCKLES
  • 4,028
  • 9
  • 47
  • 60
7
votes
1 answer

How do I replace a disk marked as removed from a linux md raid-5 array?

I had some recent computer issues and somehow one of my disks ended up not being recognized in my array anymore. It identifies fine, and both smart and some other disk checking utils all say its fine, but somehow the UUID is different. as a result,…
semi
  • 736
  • 3
  • 8
  • 15
7
votes
4 answers

How does RAID detect a faulty HD?

I have been looking over Raid levels over the past 3 days. And have been weighing up the pro/cons of raid controllers hardware/software. I understand that RAID is not a backup solution and I'm perfectly fine with it, though one question still…
Chad
  • 221
  • 2
  • 6
1
2
3
35 36