Questions tagged [raid]

RAID, an acronym originally for Redundant Array of Inexpensive Disks (today usually interpreted as referred to as Redundant Array of Independent Disks), is a technology that provides increased storage performance and reliability through redundancy by spreading data across multiple disks using various algorithms (RAID-levels). RAID can be implemented in hardware storage controllers, or in software, usually as operating system/kernel features.

3655 questions
13
votes
9 answers

Is using 2 solid state drives in RAID 0 going to be reliable?

I am thinking of upgrading from a Western Digital 10k RPM hard drive to using two Intel-X25 solid state drives in RAID 0 configuration. I will be using this for hosting the operating system and installing applications. But all data is currently and…
Phil Wright
  • 353
  • 6
  • 9
13
votes
8 answers

Guidelines for the maximum number of disks in a RAID set?

In any of the RAID levels that use striping, increasing the number of physical disks usually increases performance, but also increase the chance of any one disk in the set failing. I have this idea that I shouldn't use more than about 6-8 disks in a…
kbyrd
  • 3,672
  • 2
  • 24
  • 34
13
votes
1 answer

Easy to expand Linux software RAID 5 with XFS. Best practices?

I use my Ubuntu machine as a file server for Windows/Linux/Mac clients using a Samba share. I need it to be easily expandable by just adding more hard drives without having to move any data back and forth. This is how I have done it so far. I have…
Taskinen
  • 200
  • 1
  • 1
  • 11
12
votes
3 answers

ZFS pool slow sequential read

I have a related question about this problem, but it got too complicated and too big, so I decided I should split up the issue into NFS and local issues. I have also tried asking about this on the zfs-discuss mailing list without much success. Slow…
Ryan Babchishin
  • 6,260
  • 2
  • 17
  • 37
12
votes
2 answers

Does ZFS in mirror mode double vdev read performance?

I'm not able to find a clear yes/no answer to this simple question: does using ZFS in mirror mode double the read performance of the underlying vdevs? This applies to either individual requests or net performance (i.e. a single read request is…
Mahmoud Al-Qudsi
  • 559
  • 1
  • 6
  • 23
12
votes
4 answers

Upgrading RAID controller to 4kn - do I have to reinitialize the array to use 4kn?

I have an enterprise-grade workstation with an Adaptec 6405E RAID controller in it. According to Adaptec, this RAID controller does not, and will never be able to, natively support 4K disk sectors. If you stick a 4K disk in it, then if it has…
allquixotic
  • 487
  • 1
  • 10
  • 24
12
votes
11 answers

Is RAID5 more robust than RAID1

I am about to replace an old hardware RAID5 array with a Linux software RAID1 array. I was talking to a friend and he claimed that RAID5 was more robust than RAID1. His claim was that with RAID5, on read the parity data was read to make sure that…
andynormancx
  • 303
  • 2
  • 10
12
votes
6 answers

ZFS Like Alternatives on Windows

Conceptually, and I don't think I am alone here, I love the concepts of ZFS. You can create one big disk, everything is stored on multiple drives, and you can grow and shrink the pool and drive at any time. Plus, the disks don't need to be same…
SvrGuy
  • 1,012
  • 3
  • 17
  • 29
12
votes
6 answers

Bad disks in ancient server

I have a 1998-era Netware 3.12 server that runs everything on our campus: general ledger, purchasing, payroll, student information, grades, you name it. The server has an Adaptec RAID controller with two volumes: RAID 1, 2 17GB scsi disks,…
Joel Coel
  • 12,932
  • 14
  • 62
  • 100
12
votes
5 answers

RAID 6 vs RAID 10? Which would you choose

My choice would be RAID 6 for a file server since you can lose two drives and it does not matter which set of two can die. From what I understand with RAID 10 you can lose two drives but if they happen to be on the same RAID 1 array then you are a…
dasko
  • 1,244
  • 1
  • 22
  • 30
11
votes
5 answers

LVM mirroring VS RAID1

Having learned a bit about LVM mirroring, I thought about replacing the current RAID-1 scheme I'm using to gain some flexibility. Problem is that according to what I found on the Internet, LVM is: Slower than RAID-1, at least in reading (only…
SyRenity
  • 3,179
  • 11
  • 57
  • 79
11
votes
3 answers

ZFS hot spares versus more parity

I am a bit new to ZFS but I am bringing up a new storage pool with 12 physical drives. My current plan is to have RAIDZ2 across 10 drives and two hot spares. But I wonder if I would not be better off with RAIDZ3 across all 12 drives and no hot…
AlanObject
  • 662
  • 2
  • 9
  • 20
11
votes
3 answers

If RAID5/6 are risky due to URE, are full backup/restore schemes at risk too?

As I understand it, you have a high chance of encountering an URE during a rebuild due to having to read a large amount of data to perform the task. Does this problem also affect backup and restore scenarios of large amounts of data? If you have to…
Cowlby
  • 213
  • 1
  • 4
11
votes
2 answers

does adding heaps of drives to a raid 0 increase performance?

does adding heaps of drives to a raid 0 increase performance? i know that two drives in a striped raid will usually be faster than a single drive but will i notice a difference in performance between say, 2 drives in a striped raid and 8? is there a…
Peter Cullen
  • 237
  • 1
  • 2
  • 10
11
votes
3 answers

Moving a RAID array from one machine to another

I'm not too familiar with RAID arrays, but I plan on making a RAID 5 array for a fileserver. However, once I get the RAID running for a while, I have plans to move it to another machine (with completely different hardware). Is it possible to move an…
MGSoto
  • 215
  • 1
  • 2
  • 5