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
1
vote
1 answer

mdadm raid5: All disk appear as spare

I had a power plug removed for 2 of the 4 disks of my raid 5. Since then it cannot start. Even with --run --force, --readwrite, etc. I quickly saw it so the data should not be (too much) corrupted. Here's the detail: /dev/md2: Version :…
MappaM
  • 111
  • 4
1
vote
1 answer

Have I lost data? Can I copy a MD superblock from one drive to another?

My friend's RAID5 has lost two disks -- one failed months ago, apparently, but the other dropped out and the data is believed to be okay. I can run mdadm --examine on (clones of) the two surviving disks, and mdadm --detail on the resulting…
Steve Almond
  • 123
  • 7
1
vote
1 answer

extending a LVM partition > 2TB on Fedora 31 to use all unallocated disk space

We have a Dell R420 with the Perc H710 Mini that was configured with 3 1TB drives in a RAID 5. I added another 1TB drive and thanks to a little help from the Dell discussion board, the RAID 5 reconfigured correctly and now has 2.47 TiB. I used the…
RobbieTheK
  • 400
  • 6
  • 18
1
vote
1 answer

"Hot plug replacement too small" although disk is of same size

On one of our servers, a disk failed that was part of a RAID 5. I replaced that disk with one of identical size. However, the RAID does not start to rebuild. If I check the status of the disk with ssacli, it says "Hot plug replacement too small"…
jdm
  • 191
  • 1
  • 11
1
vote
1 answer

mdadm raid5 starts recovery right after creation

just for getting some experience with mdadm I've put some HDD together and try a bit. I have 2 250 GB and one 500 GB HDD. I know thats not optimal for RAID5 and I'll only get 500 GB capacity in total. 250 GB of 500 GB HDD is wasted. But as I said,…
Hannes
  • 307
  • 2
  • 12
1
vote
1 answer

Grow an mdadm RAID5 array with fewer, larger disks

I have a linux software RAID 5 array, made up of 5 x 3 TB drives, giving me roughly 12 TB in total. I want to replace the disks with newer 8 TB drives, but since these are still quite expensive, I would like to start with 3 drives only for now,…
1
vote
1 answer

Confusing RAID-5 numbers

raid-5 It's a mixture of 500GB x2 and a 320GB. (465, 465, 299.9 ish effective.) I've never done raid before but I tried to get as close to the pool capacity as I could. The disk space should be equivalent to 2x the smallest disk no? effectively…
Dan
  • 11
  • 1
0
votes
2 answers

Replace RAID 5 without losing system on a Dell r710 Perc6 Debian

I have a Dell r710 running Debian and just got it tuned to my use. It boots from a RAID 5 array of 4x300gb SAS drives. I have just converted some 600gb NetApp drives to 512 sector and they are recognised. How can I migrate the entire system from…
Ed Kemp
  • 1
  • 1
0
votes
0 answers

Data recovery from RAID5 volume managed by hardware controller

I am attempting to salvage as much data as possible off a failed 12 TB RAID-5 volume comprising 4 x Western Digital WD4000FYYZ 4TB hard drives in an OWC RAID enclosure that is based on the Oxford Semiconductor OXUFS936QSE "Universal Interface to…
Nico
  • 1
0
votes
1 answer

Create RAID 5 with 2 new and 2 data disks without losing data

I would like to create a RAID 5 for my file storage. For that purpose, I currently use 2 drives without any RAID configuration. I would like to upgrade to a RAID 5. I want to add 2 new (and empty) disks. Is it possible to create the RAID without me…
0
votes
0 answers

Create Storage Spaces Parity RAID Using Powershell

I have an external USB enclosure that is presenting the physical disks to my Windows Server 2016 operating system with identical UniqueIDs. As a result, I cannot use the Server Manager > Storage Spaces UI to create a "Parity" disk (because the UI…
nhelder
  • 61
  • 1
  • 2
  • 6
0
votes
1 answer

Access clean RAID5 on new machine using 2 of 3 disks

A server of mine is dead. On the server I had 3x disk with a software raid on the second partition of every HD. Now I have inserted two out of three HDs in a PC (no place for the third!). Here what I've tried until now: # cat /proc/mdstat…
PeptideChain
  • 135
  • 6
0
votes
1 answer

Remove Raid Memory from HP DL380 G7

Hello, i have a problem in HP G7 raid memory and need to remove it i have Raid-5 array configured in this server but no cache configured what will happen when remove the memory ? is the raid-5 will gone, will just not work or will work normally…
0
votes
2 answers

How to scrub or clean out company data before selling server

I'm looking to sell a used Dell Poweredge T310 server (Specs at the end) with Server 2008 Standard SP2 and MS SQL Server 2008 R2 on it. I'd like to sell the server as-is, with the OS and installed programs. I've scrubbed many Windows XP through 10…
0
votes
0 answers

SCSI RAID 5 configuration probabbly lost: is it a good idea to write-protect disks?

I need to restart a Dell Precision 670 server that includes a Dell 320 / DC SCSI RAID adapter. The server was shut down for 7 years and the BIOS setup was lost. I have 3 disks configured in RAID5 (it's written on disks), their model is seagate…