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

Ubuntu 10.04 RAID 10 rebuild status

I got an IBM x3550 M3 server, with 6x 300GB SAS HDD installed, running in RAID10. Ubuntu 10.04.3 LTS is installed. For RAID card, I'm using ServeRAID M5014. If a HDD is replaced, how can I know the RAID rebuild status?
Raptor
  • 1,001
  • 4
  • 19
  • 38
0
votes
1 answer

Setting up separate raid5 on Debian

I want to set up a NAS/share with SAMBA on Debian(squeeze) with Webmin, and i want a setup like this: 2x40GB(IDE), in RAID1 for distro/debian. 4x40gb(SATA), in RAID5 for storage/NAS This is just experimental setup until i get a few SATA TB HDDs,…
p0inT
  • 1
0
votes
1 answer

Shrink windows server 2008 software raid

I have a windows server 2008 with 5*2TB disks in a windows server software raid 5. I want to shrink the volume down to 3 disks and use the other two disks elsewhere but can't find a guide on how to proceed. Does anyone have any advice on how to…
xeet
  • 300
  • 2
  • 7
0
votes
2 answers

Failed Redundancy for RAID 5 Disks

I'm facing difficulties in regards to some disk issues if you guys can help me. I am using Windows Server 2003 for my File Server. For the past few days in Disk Management the status of two of my (Software RAID 5) disks are marked as "Fails…
0
votes
2 answers

Installing VMware vsphere 5 on multi raid array server

We recently bought a new server that came with 2 600GB disks in a Raid 1 and 5 2TB disks in a raid 5. Initially this was going run Windows Server 2008 R2, however, it was decided to now run VMware vsphere 5. After I installed, I only see 1…
Web
  • 113
  • 3
0
votes
2 answers

raid5 samba upload write slows down

I have Samba installed on a server, that has 8 2TB HDDs in raid5, os is debian 2.6.32, 64bit. When I copy a 3.5GB file to the server, the first GB is transferred with about 100MB/s, but afterwards the speed drops slowly to 2-3MB/s. I tried to…
titus
  • 103
  • 6
0
votes
1 answer

Software Raid 5 in Enclosure - Server Crash - Hope?

I'm a software guy. I have inherited a Windows 2008 server that had a 4 disk raid enclosure (one of those Rosewill ones from NewEgg I think) connected to it via eSata. The Windows server was maintaining the raid using its native software raid…
0
votes
1 answer

mdadm and RAID-5 recovery

I am encountering some problems with my RAID-5 array, using mdadm and Debian. First of all, I lost a drive (completely, it is not even recognized by the BIOS), then I replaced it with a new one; rebuilding has started but has been interrupted by a…
leo
0
votes
2 answers

Increasing capacity of RAID5 array

Assume that I built an 2TB RAID5 array and its running and some data is stored on it. Now I need to increase its size to 5TB. Can I increase capacity (By adding extra drives)? How? If Yes is it possible to do this while RAID array is working? I'm…
Ariyan
  • 147
  • 1
  • 3
  • 15
0
votes
1 answer

Windows 2008 R2 raid 0 over hardware raid 5

I am consider using windows raid 0 and raid 1 over two hardware 4x2tb raid 5 arrays. (thinking Seagate green drives). 2x Rocketraid 2680 controller but that could easily change. So, that would give me a 3tb partition in raid 51 and an 6tb partition…
Sleeper Smith
  • 523
  • 1
  • 4
  • 11
0
votes
2 answers

Debian squeeze, mdadm. Degraded RAID5 array after each reboot

/etc/mdadm/mdadm.conf ARRAY /dev/md0 level=raid5 num-devices=4 metadata=00.90 UUID=54e55d36:c3971e21:d484c166:6e86c3d7 devices=/dev/sdb,/dev/sdc,/dev/sdd,/dev/sde MAILADDR root mdadm -D /dev/md0 /dev/md0: Version : 0.90 Creation Time…
DimitrisD
  • 231
  • 2
  • 11
0
votes
2 answers

NAS software options?

I want to build a NAS that supports hard links (linux based, NFS?) due to the software that will use it. I need some kind of RAID in case of a single drive failure. I really like FlexRaid, but it does not support hard links. FreeNAS has a nice RAID…
Scott Szretter
  • 1,882
  • 11
  • 43
  • 66
0
votes
1 answer

Create superblock for software raid-5 array

I have created a raid 5 array with mdadm. I created partitions on all five of the disks created a raid-5 array with mdadm on these five partitions). Everything seems fine however when i try to mount the array i get a complaint about there being no…
Martijn v E
  • 101
  • 3
0
votes
3 answers

SATA I on 4x 2tb RAID5 array does it matter its 1.5gbs SATA I not 3.0gbs SATA II

Just installed 4 2tb Hitachi 5K3000 drives into a IBM x3500 7977 server. It's got a adaptec 8k serveraid card. Turns out it doesn't detect the drives as Sata II 3.0gbs. It only see's them as Sata I 1.5gbs. I checked and it appears there's a issue…
Garuda
  • 61
  • 2
  • 8
0
votes
1 answer

mdadm on ubuntu 10.04 - raid5 of 4 disks, one disk missing after reboot

I'm having a problem with the raid array in a server (Ubuntu 10.04). I've got a raid5 array of 4 disks - sd[cdef], created like this: # partition disks parted /dev/sdc mklabel gpt parted /dev/sdc mkpart primary ext2 1 2000GB parted /dev/sdc set 1…
Ben Williams
  • 787
  • 1
  • 8
  • 17