Questions tagged [raid0]

RAID 0 or Striped Set splits data across two or more disks, without redundancy.

RAID (Redundant Array of Independent Disks) Level 0 or Striped set uses two or more disks combined to act as one larger volume. The data is split or "striped" across each disk, increasing throughput. RAID 0 stores no parity information and thus provides no data redundancy: the loss of one disk in the set will result in the loss of the whole volume.

RAID 0 is commonly used in conjunction with RAID 1 to form RAID 1+0 (10) in what is referred to as a Nested RAID. RAID 10 is a striped set from a series of mirrored drives.

Related Tags:

99 questions
1
vote
4 answers

Mixing RAID0 and RAID1 on the same set of drives

I am soon installing a new pair of drives in one of our machines that exists as a VMWare host box (running VMWare Server at the moment). They are going to be used as a RAID0 array for a couple of specific VMs that will impose a high I/O load when…
David Spillett
  • 22,754
  • 45
  • 67
1
vote
0 answers

Elasticsearch: fine-tuning for RAID0 HDD array storage

It is usually recommended to have the following index settings in case spinning disks are used for Elasticsearch data storage: index.store.throttle.type: none index.merge.scheduler.max_thread_count: 1 However, let's say a RAID0 array of 16 HDDs is…
1
vote
1 answer

lsi megaraid convert raid 0 to raid 10 without data loss?

I am using a lsi megaraid controller with firmware version 2.130.353-1819 (aug 09 2012). There I had a raid 5 with 4x4tb disks. What I wanted to do is to migrate from raid 5 to raid 10. The megaraid storage manager gave me only the opportunity to…
trashbox2k
  • 11
  • 2
1
vote
2 answers

lsi megaraid 9260 single raid0 disk went unconfigured bad, please help recover data

I had some problem with my server with lsi megaraid 9260 chip(no JBOD support). I cannot recall exactly but I think I had a single drive as r0, and it failed. I need to recover data from it, if possible. I'll describe what happened: One day when I…
1
vote
3 answers

mdadm: add new device failed for /dev/xvdl as 2: Invalid argument

I have existing RAID0 setup with two disks. I have to add a new drive to it. But when I try to run the following command: mdadm --add /dev/md/customer_upload /dev/xvdl I get an error: mdadm: add new device failed for /dev/xvdl as 2: Invalid…
Ut xD
  • 238
  • 1
  • 5
  • 13
1
vote
2 answers

LSI MegaRaid - Image Drive from Failed RAID

I had a power failure and my LSI MegaRaid 3 disk SAS RAID 0 failed. My attempts to recover the RAID have also failed. I plan to rebuild the array and go with RAID 5 and add another SAS disk. However, before I wipe the drives I would like to image…
nomaam
  • 111
  • 1
  • 7
1
vote
2 answers

Check badblocks on RAID-0

Without RAID-0, I usually check bad sectors using this command: fsck -yvckfC -E fragcheck /dev/sdX How to check bad sectors when the harddisk was using RAID-0? should I run it for each drive? /dev/sdb and /dev/sdc or using information from…
Kokizzu
  • 209
  • 1
  • 2
  • 12
1
vote
1 answer

Raid Controller not recognizing hdds after removal. Poweredge 6950

I have a Dell Poweredge 6950 running server 2012 with 4 hdds. 80gb raptor (with OS), 2 500gb WD black in raid 0 and a 1tb raptor. I shut off the server, removed the 2 hdds in raid and the 1tb raptor. Then I turned it on, realized I forgot a file on…
brs0210
  • 13
  • 3
1
vote
1 answer

Is this infrastructure safe for scaling EBS online?

Our application uses EBS to store data. The storage requirement of the application grows rapidly as users signup. We need to do it online so that users don't experience downtime with the application. So, here is what we do: The file system is…
Sabya
  • 756
  • 3
  • 9
  • 22
1
vote
2 answers

mdadm Build legacy array with 512-byte chunk

I'm attempting to build an array using mdadm. The array has 512-byte (not kibibyte) sized stripes. Because mdadm accepts arguments to chunk in kibibytes, not in bytes, I have been unable to build this array correctly. mdadm --build -n2 -c512…
1
vote
4 answers

Linux RAID0 - relocating member disk

I've got an issue I would rather handle with the array online - I am using RAID0 for temporary video storage - data that is low-cost to restore, but that is used frequently. The software array looks like this: md1 : active raid0 sdb1[2] sdc1[3]…
qdot
  • 138
  • 1
  • 8
1
vote
1 answer

Script to automate Raid0 on Windows Server 2008

Could someone point me to a script that I can run upon startup to create a Raid0 drive on windows server 2008. The inputs would be the drive letters of two drives to use for the array.
Suraj
  • 785
  • 1
  • 5
  • 12
1
vote
2 answers

Opened raid1 in raid0, what now?

I accidentally opened my 1 disk raid1 as raid0 with mdadm --create, and this looks like it overwrote the default raid meta info, and makes my device detected as raid0 with mdadm --assemble --scan. For obvious reasons I can't see my partition…
clooney
  • 11
  • 1
1
vote
0 answers

So...an LSI SAS9211-8I, ARECA AR-1882IX-12 and some 12TB Hitachis walk into a bar

By the title of this I hope it's obvious that I'm trying to console myself with humor after the idiotic mistake I made last night. And I'm hoping that someone out might be able to verify a few things before I really DO in-fact lose over 100TB of…
0
votes
2 answers

Ubuntu GRUB installation failed

I am currently in the process of setting up an Ubuntu server but I ran into a few problems... after setting up RAID 0 (two 160GB drives) I tried to install Ubuntu server 18.04.3 LTS but it failed while Installing GRUB I tried "use entire disk and…
jmb05
  • 11
  • 5