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

mdadm copy superblock from drive to drive

i have an RAID5 consisting of 7 HDDS. One Drive is only partially accessable anymore. Unfortunatly i used the create command which resetted the superblocks of the 6 healthy drives. is there a way to access a superblock backup, save it to a file and…
JJSCH
  • 1
0
votes
1 answer

Do I have any chance at a cowboy rebuild of my busted Raid5 Array?

Ok, I'll try to keep this quick. The data on these drives isn't mission-critical so there's no backup. Losing the data would be a bit annoying, so if I could get it back that would be neat, but if not that's fine. More than anything this seems like…
psycotica0
  • 161
  • 2
0
votes
0 answers

LSI MegaRAID SAS 3108: Restoring the online state from Foreign Bad (Frn-Bad) state

We have a Virtual Disk in RAID 5 using only 5 disks, one disk probably is broken because it was in an alert before. Another disk was accidentally pulled out and then it was marked as Frn-Bad when it was put back in the same slot. So, the 2 disks are…
0
votes
0 answers

storcli - remove physical drives from a virtual drive

Using an AVAGO Megaraid controller with the storcli command line software on Ubuntu. My virtual drive has 8 10TB physical drives in a RAID5. I want to remove 2 of them so I can use those slots for another purpose. I have already shrunk the file…
user1204270
  • 195
  • 1
  • 8
0
votes
2 answers

Problems converting a raid1 to raid5

I had a clean raid1 which I tried to convert to a raid5 following this procedure: https://dev.to/csgeek/converting-raid-1-to-raid-5-on-linux-file-systems-k73 After the step: mdadm --create /dev/md0 --level=5 --raid-devices=2 /dev/sdX1…
Moritz
  • 1
  • 1
0
votes
0 answers

qemu virtual machines slow during RAID5 check

Operating system: CentOS 7.9 (on both host and guests) Host specs: CPU - AMD EPYC 7502P 32-Core Processor RAM - 250 GB (only 22G used by all VMs) Disk - Four Samsung SSD 870 QVO 4TB, grouped in a mdadm RAID5 This system is running 12 virtual…
0
votes
1 answer

RAID Disk shows foreign status after being removed and inserted into the wrong slot

First of all forgive me that my understanding of Dell RAID system is limited. I have a dell PowerEdge server with PREC H330 Mini controller with 6 of the 8 slot having a physical drive (each 2.182TB) setup as RAID 5 (showing around 10TB with…
Biruk Abebe
  • 103
  • 3
0
votes
0 answers

mdadm RAID5 mismatch, which file(s) on ext4 filesystem are affected?

After a scrub of my 4-disk RAID5 mdadm array I got these log entries: Dec 03 07:20:53 srv10 kernel: md1: mismatch sector in range 204340608-204340616 Dec 03 07:20:53 srv10 kernel: md1: mismatch sector in range 204340616-204340624 Dec 03 07:20:53…
MrCalvin
  • 354
  • 1
  • 6
  • 18
0
votes
0 answers

Disk throughput: Understanding DM writespeed vs SDA

I am trying to troubleshoot some performance issues. When i look at my nodeexporter graph, I see numbers i dont understand: Disk throughput As I understand, DM-1 is my logical volume, sda is my disk(array). The write speeds of sda seems within…
Anda42
  • 1
0
votes
0 answers

Unable to Install Linux Mint on RAID

Second week now than I'm trying to setup Linux Mint on software RAID5 without success. I'm able to setup the software RAID5 on the live CD with three 240GB SSD, then the installation setup fails to install the GRUB on /dev/sda Picture 1 Knowing that…
0
votes
1 answer

HP ProLiant DL380e Gen8 - Cant Access Raid Controller

i have a HP ProLiant DL380e Gen8 Server with ah P420 Raid Controller. I have configured Raid 5 with 3 Disks. I want to expand the Raid with 2 more Disks. But i cannot access the Raid Controller -> HP Smart Storage Administrator anymore. On Bootup…
t_mod2k
  • 1
  • 1
0
votes
0 answers

How to recover file system (ext4) on raid5?

I have an ext4 file system on a raid5 array, /dev/md0 built from mdadm. I found it wasn't mounted after I reboot once. And I ran a fcsk on it but get a superblock error. So I was going to run mke2fs -n /dev/md0 to get the information of backup…
Programus
  • 101
  • 1
0
votes
1 answer

How to partition disks in Debian 10 installer for RAID5 on UEFI machine?

Installing Debian 10. I have 3 disks I want to use as RAID5 on a UEFI machine. I have tried several configurations that either led to failure to install grub or failure to boot (stuck in grub-rescue and not able to find /boot). Did anyone managed to…
0
votes
0 answers

Windows RAID drive performance suddenly dropped

I have a Windows system that has as a data drive, one RR640L controller. Attached to this controller are four 2TB drives in a RAID5 configuration (2 Seagate ST2000VN000 and 2 Samsung HD203WI). Suddenly, read performance from this (logical) drive…
Dennis
  • 167
  • 1
  • 12
0
votes
2 answers

P420i controller / 2 disks failed in RAID5 / RAW FS after parity initilization

We woke up this morning with 2 failed disks on RAID5 with a single hot-spare configuration. Hot-spare disk didn't replace any damaged disk maybe because there are 2 disks failed at the same time. However, I added two new disks and the parity is…
Maroon
  • 1