Re: RAID5 failure: 2 bad HDD's at the same time
Nothing "wrong" with using RAID. My SAN has four 6-drive RAID6's in it. As I'm primarily using it in a R/O application, the "write penalty" doesn't come into play.
The real issue is NOT relying on it to provide your (sole) backup!
RAID5 failure: 2 bad HDD's at the same time
Collapse
X
-
Re: RAID5 failure: 2 bad HDD's at the same time
Right now I have 2 RAIDs. A Raid 5 and a RAID 10. We will see how that goes.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
RAID protects against drive failures, kinda...
But you need to know the disadvantages or the effect it has on the other drives!
For example, if you have a 4 drive RAID5 and one drive fails, you can still work.
But if you have 4 identical drives, chances are the other 3 are also on their last legs and will die soon as well. As the Wear and Tear on all drives is similar...
So you need to update your backup ASAP, get 4 new drives (or if its older, you might be able to get 2 and go for RAID1 or 3 Drive RAID5 or 4 Drive RAID6 instead) and copy the content of the RAID to the new storage.
The old RAID you either keep for safety/emergency Backup or you destroy the drives. But you must not rebuild the array if its older than a couple of weeks...
if you make it new and after a week, one drive fails, you can think of replacing the disc and rebuilding the Array...Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
And, the example suggests the user may have CARELESSLY typed "rm -rf". Had he intentionally (or unintentionally/carelessly) done any number of OTHER things he could still lose data.
Change one line of code in a program -- then, try to remember WHICH line it was and what the original version happened to be!
Crop that photo of your kid's birthday party -- and then try to recreate the imagery that was lost!
Boost the gain in an audio file (so parts peak above 0dB) and then try to recover the original signal. Or, attenuate it and try to re-boost it, later, without dragging the noise floor up in the process.
RAID (except 0) gives you availability -- it makes the data stored more accessible in a variety of adverse conditions. Just like ECC helps make RAM data available in adverse conditions.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
No, RAID1 is not backup, not any more RAID3, RAID5, or even RAID6.
An off disk backup will protect you from rm -rf / . RAID of any level will not protect you.
There is something to be said with versioning filesystems as a type of backup. Coupled onto some sort of redundant RAID (i.e., not RAID0), this however does classify as a weak backup system. Still does not protect you from metadata loss of the versioning filesystem.
I've been contemplating a versioning filesystem, but still will need to snapshot them to another disk set. Currently I only snapshot my RAID5 to another RAID (RAID1, incidentally) -- up until the capacity of the RAID1 gets exceeded...then it's time for a new disk...or a file purge...Last edited by eccerr0r; 08-02-2019, 02:08 PM.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
The Problem is that if one drive fails, another one shortly follows...
And you have to know the advantages and disadvantages of RAID and the RAID Levels. And that if you have a 4 Drive RAID5 with 4 drives of the same type, the wear might be similar on all of them, so they might fail in short succession.
But RAID is _NEVER_ a backup. And must not be seen as such...
Well, RAID1 maybe, kinda...Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
I've set up RAID on my SAN (and only on my SAN) because it essentially provides "C:" for the many virtual machines that are stored on it. When I activate a VM, I don't want to risk the VM hiccuping because of a disk error (e.g., a corrupt binary or otherwise unreadable file). But, I don't rely on the RAID to preserve my data any longer than that particular "session" (if the array crashes just as I log off, I don't care -- I'll see which drive(s) have failed, replace them and then reinitialize their content from my archives).Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
This is the idea I have for later. I am going to upgrade sooner or later my NAS. So I going from a 4 bay to an 8 bay NAS. Run a 6 drive RAID 6 and with the other 2 bays two large capacity HDDs on JBOD.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
I am building a new RAID now. Coping files like stupid! Well I am not sure if Iam going to play with the old RAID drives, since they are still in warranty and I like to get them replaced if I can. I didn't go for a new NAS. I just went for new HDD's. Maybe I look for a new NAS later in the fall.
RAID is good for enhancing throughput (RAID0) or enhancing availability -- sort of like ECC RAM enhances the availability of data stored in "memory" (but, you wouldn't RELY on ECC RAM for long term storage/backup).
If you can tolerate the NAS (as JBOD) throwing an error from time to time and using that to prompt you to drag out the "backup", this may be a more effective use of the platters. Your AVAILABILITY goes down (cuz the data wasn't reliably present when you wanted it) but your DURABILITY goes up (cuz the data wasn't lost!).
I'd still advocate playing with some of the recovery tools just to see if you'll have a fallback "out" in the future... (some vendors just roll a Linux distro into their appliances; others reinvent the wheel -- or, deliberately obfuscate some standard implementation just to tie you more closely to them)Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
I am building a new RAID now. Coping files like stupid! Well I am not sure if Iam going to play with the old RAID drives, since they are still in warranty and I like to get them replaced if I can. I didn't go for a new NAS. I just went for new HDD's. Maybe I look for a new NAS later in the fall.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
Over Prime Day on Amazon I've ordered 4 new HDD's. Plan is to "replace" the old raid with a new raid. Basically the old raid goes into the borrowed NAS. My NAS is getting all new drives then copy everything back.
That could give you a head start if you find yourself in a similar situation at a future date (i.e., you will KNOW that it can be done and HOW to do it -- instead of HOPING it can be done and stressing over HOW to do it!)
Interesting experience, eh?Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
No, not all of my contents are lost. I was able to borrow another similar NAS. Over Prime Day on Amazon I've ordered 4 new HDD's. Plan is to "replace" the old raid with a new raid. Basically the old raid goes into the borrowed NAS. My NAS is getting all new drives then copy everything back.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
Usually, the drive is used to store this stuff (in a special partition or in the "unused" area right after the MBR).
Regardless, this is one of the ways RAID f*cks you; had that been a "regular" disk, you could have thrown it in another machine and accessed its contents like normal (losing whatever part of the disk that may be afflicted with UREs).
If you've already written off the data (as lost), you could try to recover the contents using one of the Windows/Linux tools that claim to be able to do so. At the very least, it will be a learning experience (and COULD yield positive results).
Google "raid recovery" (and, please, report on any results!)Last edited by Curious.George; 07-14-2019, 10:45 AM.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
I can clone it with dd or Clonezilla no problem, but my NAS sees it as a new HDD.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
Of course, now you're faced with the time it takes to read the entire medium.
And, the real possibility that dd(1) will encounter a URE somewhere along the way (you'll have to sort out what "value" should be substituted for the "unknown" value, in that case).
ISTR CZ has an option to just fall into dd(1) mode (instead of trying to understand the filesystem's structure)...?Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
that's why i thought it's not possible. I have to wait for some drives. Prime day is coming and I need a shit load of HDD's and a new NAS.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
Without knowing how (and WHERE!) the particular NAS stores the array configuration data on the drive, there's no way of knowing if CZ will even SEE it as "data". CZ cheats by only copying the portions of the drive that it KNOWS to contain data (i.e., by understanding file systems and other common disk structures). This lets it skip over the parts of the medium that it thinks are "empty" -- otherwise CZ would take as long as a bytewise copy operation.
(Watch CZ in action and you will see how the thruput changes over the course of the operation)
You may have to resort to a bytewise copy to be sure you are preserving all of the "stuff that matters" -- to your NAS!
And, you're still stuck with the highly likely URE interfering with that operation -- the U in URE -- without the benefit of the redundant drives to compensate for it.
16TB = 128,000,000,000,000 bits = 1.28 x 10^14. Assume a URE rate of 1 in 10^14...Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
Cloning the HDD with Clonzilla, didn't work for me.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
You might want to clone the other HDDs as well or move them immediately over to a new RAID Array.
Anyway, rule of the thumb:
If one Drive in a RAID Array dies, do not rebuild it, backup your data and move it over to another Array!
Because when all are the same make/model, other drives failing is highly likely.Leave a comment:
-
Re: RAID5 failure: 2 bad HDD's at the same time
Note that you don't need a second "disk failure" -- a URE (during the rebuild) will effectively render a RAID5 (w/ failed disk) "broken". Make sure your NAS is doing patrol reads of the entire array lest you discover that URE when you can least afford it!Leave a comment:
Related Topics
Collapse
-
by titomno2Hi guys,
I post my problem here because I think it could be a capacitor related issue (Asus support on this particular subject is non-existing).
So the computer is a Zephyrus-S17-GX735LXS-26T and the strange behavior is seen.
On cold start most of the time the internal screen is detected and a picture it works fine until shutdown, sleep or deep sleep.
Then the screen won't work for a long period of time.
If I wait 1 or 2 hours it work again most of the time.
When it doesn't work the batterie indicator blink 3 times white stop and the same schematic is repeated... -
by flat-eartherI have a cheap action camera with an annoying trait, every time I change batteries the date & time gets reset and I have to set it again.
To solve this problem I want to add a small internal battery inside it which will keep supplying power to the camera for a while while I change batteries so the date & time is retained.
I have opened the camera and I think there is enough room to add something inside to accomplish this:
The camera is powered by a 3.7V nominal single cell lithium ion battery.
So I need to connect another battery in... -
by OscarAVHello,
I just came here to see if someone has had the same problem I have, and if he or she solved It, to know how to do It.
I have made a quick search for my laptop but I have not seen anything similar.
I have an old laptop, an HP Pavilion dm4-1065dx which takes a lot of time to be ready to start if the laptop has been unplugged for a while. It has no battery. The battery failed long time ago. It needs to be plugged to work. But as I said, It can take a lot of time until the charging led gets on, and I can switch on the laptop. I am using an external monitor... -
by sam_sam_samI have had these 70 watt high pressure sodium yard lights for many years now probably at least 15 years or more and there is a protection diode that after several years starts to go bad and when it does this it has momentarily shutting down the light and then a few minutes later it starts working again
This about the forth time I have fixed this one and you can tell if it the diode or not if it lights up and it only shuts down when the air conditioner turns on then it is the diode
If it cycling on and off constantly then it is the bulb itself that is the issue
... -
by Sus256Hi all!
HISENSE 65E7KQ PRO
RSAG7.820.13512 - chassis
MT9618BAATAB - cpu
RSAG7.820.12059 - power
HD650Y3U77 - panel
KLM8G1GETF - emmc
The TV does not turn on, the standby indicator is on. All voltages are present.
Emms is dead. Not readable, not detected.
Replaced emmc.
But with another dump there is no launch
Terminal log
UART
<
AC_ON
RPMB key is not yet programmed
HASH1_VERSION=0x00000000 64bit
E-B
FDE enabled
layout pattern onebin by SAR7,0... - Loading...
- No more items.
Leave a comment: