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

How to setup bootable RAID 0 on remote server

I have a remote server with 2 identical 500Gb SSD, sda and sdb. A rescue mode is also available from the cloud provider's interface. How to get Debian installed on a bootable RAID 0? I understand I have to boot on the rescue mode and partition the…
Sony
  • 251
  • 2
  • 8
0
votes
1 answer

SSD NVME RAID0 MDADM

My goal is to obtain good writing performances on SSD NVME Disks (benchmarking tools seem to give performances in specific optimized context but far from what we can obtained in real life) My server: 32x Intel(R) Xeon(R) Silver 4110 CPU @…
akira2x3x
  • 15
  • 1
  • 5
0
votes
0 answers

Adapted ASR-6405E controller losses raid array0 array

I've goit a Dell R200 server with an adaptec ASR-6405E RAID controller and 2 WD red 4TB drives in a raid-0 array. The harddisks replaced 2 Seagate 3TB drives 2 years ago because of the same issue. What happens is that at a certain moment the raid…
Giancarlo
  • 101
  • 3
0
votes
1 answer

RAID0 mount fault: how to restore/recover data (disks do not seems faulty, superblock issue)

This morning, when I arrived at work I found my calculation server was not responding: I ran some calcultations this week-end on it and this morning it did not want to respond. Screens stayed off and when I tried to connect on my computer via ssh,…
0
votes
1 answer

RAID10 and RAID0 partitions

Actually I have this kind of configuration: 4 HDDs and 1 SSD linked via SATA 1 SSD (8GB) linked via eSATA RAID 10 of the 4 HDD partitioned as [ / ] and [ swap ] SSD1 as [ /boot] SSD as [swap] Now for my new configuration I am thinking as…
0
votes
1 answer

Drop in write performance when mirroring two RAID 0 arrays

On a CentOS 7 server with 4 SSDs, I created two RAID 0 arrays with mdadm. Both were formatted with ext4 and mounted on separate directories. I benchmarked them using fio and got the following results for random writes: randomwrites: (g=0):…
A.Jesin
  • 424
  • 1
  • 4
  • 14
0
votes
1 answer

Windows Striped Vs Single Hard Drive

I do video production and thus have a lot of large files. I ran out of room on my 4tb storage drive so I bought two 5tb WD Black drives. I installed them and set it up as a windows striped volume. Ends up with about 9.5tb free space. I copied my 4…
ahackney
  • 137
  • 7
0
votes
2 answers

Does data get bottlenecked when copying from one server to another when the two servers have different RAID configurations?

Suppose Server 1 is configured with 8 1TB disks in RAID 5. Server 2 is configured with 8 1TB disks in RAID 0. There is a link between the two servers but for the purpose of this question, lets suppose that the link speed is unlimited. I want to copy…
0
votes
1 answer

Slow read speed. Raid 10 + H700 (1GB RAM + battery) + 4x 450 Hitachi 15K

So I have installed 4x 450GB Hitachi 15K in Raid 10 (Dell T610 + H700 + mem + battery). I have very simple issue. Read speed is terrible, I have also installed Raid 0 (2x 3TB WD Red) and speeds are like 330MB/s for read and 310MB/s for write. With…
mike86
  • 35
  • 9
0
votes
1 answer

Recover data from 1 disk after broken raid 5

in a bit of an emergency. I am taking control of some servers that someone else had setup. One of them has crashed and it was critical. Here is what I found: The server (Dell r710) was operating with one hard disk, when checking the RAID…
0
votes
2 answers

Will lvm raid0 lose data after linux system crash?

We want to use lvm to build raid0 array using amazon ebs, and we are worrying about the data safety. We have known that we need to halt the vm to backup. But we still want to know what will happen when the vm crash, it does could happen. Will the…
sanigo
  • 103
  • 2
0
votes
3 answers

PERC H310 Raid 5 - Fault - Turn array into RAID 0

Yesterday one of the three Raid 5 disks I have configured into my DELL Server PERC H310 controller cannot be found anymore. I cannot replace the faulty driver now, so the thing I actually would like to do is to turn it into a RAID 0 for the time…
Scudelari
  • 1
  • 3
0
votes
0 answers

RAID0 : best chunk size for fileserver with average 650KB files

I found out that my server(linux Ubuntu Server 14.04) has probably a to high chunk size for the RAID0, or atleast I think this is an performance issue... The current chunk size is 512K with 4 disk of 3TB but the averige filesize of the files we…
klaasio
  • 79
  • 5
0
votes
1 answer

Upgrade to 3x Samsung SSD EVO in RAID-0 -- what type of RAID controller to search for?

My current configuration is a RAID-0 with three conventional 2TB hard drives. I want to upgrade to three 1TB SSD EVO disks, also in a RAID-0 configuration. Using SiSoftware Sandra, I found out that my T7500 Dell Precision uses SATA II (3Gb/s) in its…
Abel
  • 1,037
  • 8
  • 20
  • 32
0
votes
1 answer

linux raid0 array size

I made linux raid0 with 4 disks (1TB each). mdadm --misc --detail /dev/md0 shows Array Size to be 4TB. But when I mount this shared folder in a windows PC, it says that it has 105 GB size. How can I solve this problem?
apo
  • 1
  • 1
  • 3