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

Add disk to QNap Raid 5

I have a QNap TS-569 Pro configured with Raid 5 of 4 hard drives of 1 Terabyte each. It has 5 disk slots and I want to increase the size of the Raid of another Terabyte. Reading the manual seem pretty easy operation, but I have a doubt. After adding…
amicoderozer
  • 119
  • 5
0
votes
0 answers

RAID5 array is rebuilding after a fresh install of Ubuntu 20.04 Server

I installed Ubuntu 20.04 Server on a system with three Seagate 6TB drives. I have partitioned both sda and sdb in two partitions. The first partition on each disk is of 5G. I combined those two 5G partitions into a RAID1 array to mount as /boot. The…
sherlock
  • 141
  • 5
0
votes
1 answer

mdadm : assemble raid5 created with missing disk

2 years ago i've created a raid5 array with 2 disks like this : mdadm --create /dev/md0 --level=5 --raid-devices=3 /dev/sdb1 /dev/sdc1 missing Now i've rebuilt my system with latest ubuntu server LTS, and mdadm does not reassemble a running array…
0
votes
0 answers

Do I need a spare slot to replace a drive in an LVM raid array?

I am planning to set up an LVM raid 5 array and looked at how to replace a faulty drive. I found the replace command lvconvert --replace dev_to_remove vg/lv [possible_replacements] For this to work, do I need to insert the new drive first in a…
The Shurrican
  • 2,240
  • 7
  • 39
  • 60
0
votes
0 answers

Mounting 32Tb RAID Volume Causes Server To Crash

I have a 32Tb NTFS RAID 5 volume. 5x8tb SATA, LSI 9361i+Supercap. Was working fine until it started behaving strange on day - drive name vanished and data seemed to vanish. Then rebooted, Windows 10, wanted to do a check when booting but I skipped…
Robin Gill
  • 2,513
  • 14
  • 13
0
votes
2 answers

Windows 7 Mount Software RAID 5 array

I have a server that died, though the drives appears fine. There are four of them, with a 10GB mirrored volume for the boot, and the rest as a RAID5 array spread across the four drives. When I connect them to my windows 7 box, I can import the…
Goyuix
  • 3,214
  • 5
  • 29
  • 37
0
votes
0 answers

Recover mdadm array

I had a raid5 array built with mdadm and btrfs filesystem on top of it. My sata card failed and all my drives dropped at the same time. What should I do if I wanted to rebuild the array or restore some data? ❯ mdadm --assemble /dev/md1…
warbaque
  • 111
  • 2
  • 5
0
votes
4 answers

I cannot expand RAID5 capacity on an Adaptec RAID 71605, an "expand" in ribbon is greyed out

I have 4 disks RAID5 array and want to add additional identical disks in order to expand the capacity. I do everything as instructed, but "expand/migrate" buttons are greyed out, so i cannot do it.
0
votes
0 answers

Getting high read await in Zabbix monitoring, is this a common behavior for RAID5 disk array?

We are running a Oracle 11.2 DB on Redhat 6.8, and disk array is configured as RAID5, which is using a Lenovo 730i RAID adapter. I checked RAID policy and found that "Read Ahead Always" and "Always WriteBack" are set. Now we are getting high read…
Jason Yang
  • 21
  • 2
0
votes
1 answer

How is RAID3/4 is implemented for more than 4 drives?

I understand that, RAID 3/4 for 4 drives is: Parity Drive = D1 XOR D2 XOR D3. But what is there 5 drives or more? For example 5 or 6. How many parity drives is needed, and how XOR algorithm is working for this case?
0
votes
1 answer

Ways to make a backup on RAID5 filesystem (mdadm) with many files

I have a NAS containing RAID5 array (5.4TB in total, 2.9TB in use) using mdadm. Now I plan to modify some hardware of it (especially SATA controller), so I'd like to have a whole backup of this RAID5 filesystem to the external HDD before…
NON
  • 13
  • 2
0
votes
2 answers

Creating a raid5 array with 4 disks in Ubuntu is only giving me 3 active devices

When installing Ubuntu 18.04 LTS in a new machine, I'd like to create a RAID5 array. I have 4 1TB disks available. However, since Ubuntu can't boot into the RAID5 array, I'm having to use one of the devices as boot partition, resulting in a RAID5…
sandre89
  • 123
  • 4
0
votes
1 answer

Need confirmation on how iSCSI RAID storage works

I have a Dell PowerEdge server with Windows Server 2019 that has an iSCSI target set up with 30 iSCSI LUNs. The HDDs are set up in a RAID-6. I have some IP cameras that have the ability to record directly to an iSCSI target that I can't get to…
David
  • 1
0
votes
1 answer

highpoint rr62x RAID 5 status disable, recover saying parameter error

I have been using a Highpoint rr62x controller(BIOS version 1.3) for about a decade now. The RAID-5 volume is containing 4 disks-each 3TB. For the last five years my RAID has been disabled. I have three 3TB spares to rebuild it but there is no…
0
votes
1 answer

Raid 5 is brocken after replace a disk

My server mailed me that one of my disks failed to read a block. So I decide to replace it before it failed completely. I added a new disk and replace the failing one. sudo mdadm --manage /dev/md0 --add /dev/sdg1 sudo mdadm --manage /dev/md0…
CordlessWool
  • 131
  • 3