![]() |


|
|||||||
| Hardware & Software Discussion Hardware and Software discussion and troubleshooting. Tweakers and Overclockers welcome! |
![]() |
|
|
Thread Tools |
|
|
#16 (permalink) | |
|
Join Date: May 2003
Location: Ottawa, Canada
Posts: 4,491
|
Re: Help with drives, 6 drives?
Quote:
|
|
|
|
|
|
|
#17 (permalink) | |
|
Join Date: Nov 2004
Posts: 107
|
Re: Help with drives, 6 drives?
Quote:
I did read your post and I responded to it as well. If you read what I wrote here it was in reference to a disk dying, not losing data (because if it's not dead the data is still there...wether you want to pay for it or not is your choice). I believe you are still using the disk that dumped your file system, which IMO is asking for trouble. Normally, I backup my data every 3-6 months, and I monitor my drives for performance issues and general health. Seriously deluded, maybe, but if you want to sit back and just wait for your disk to fail and lose your data, that's your issue. I take the proactive route and monitor my equipment for possible issues, if an issue occurs fix the problem or backup. I've been doing this for many years and have yet to have a disaster, I had a disk dump data once due to my own fault but was able to recover most all of it with Stellar Phoenix recovery software.
__________________
![]() The Muffin Man |
|
|
|
|
| Sponsored links | |
|
|
|
|
|
#18 (permalink) |
|
Join Date: May 2003
Location: next to the gas station
Age: 40
Posts: 154
|
Re: Help with drives, 6 drives?
well v!per,your options are this,run a raid config or get a pci ide controller.a ide controller has two connections and each can handle two devices.also,you are not adding a 6th device becouse your floppy drive has its own controller,so your adding a 5th device. (b.t.w. fenix,are you not talking about a 0+1 config?)
__________________
![]() I reject your reality and replace it with my own!!..so let's cut out the middle man and just use mine!! I wasn't born with enough middle fingers!! If you choose to close the door on reality..DON'T OPEN THE WINDOW(S)!! |
|
|
|
|
|
#19 (permalink) | |
![]() Join Date: Nov 2003
Location: Ennis, TX
Age: 31
Posts: 1,692
|
Re: Help with drives, 6 drives?
Quote:
yes, I still use the drives, but I have the data on dvd that I recovered. the drives are fine... the issue was not physical, it was magnetic. someone decided to place a very large speaker near my computer case (found this out 2 weeks ago) the drives were wiped clean.... I recovered a portion of the data, and I now have everything back that I lost (or it was not important enough for me to realize I dont have it.) but drives die. I have seen it happen out of the blue on several occasions with absolutely no warning. laptop drives are way more susceptible, but I have had 4 desktop drives break with no warning. hda's stop spinning, actuators stop moving, boards fry..... it does happen without notice. I have talked to 4 different data recovery centers, and they say the vast majority of the hard drives they work on showed no trouble even seconds before the failure....
__________________
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein The two most common elements in the universe are Hydrogen and stupidity. -Harlan Ellison If all else fails: "rm -rf /" |
|
|
|
|
|
|
#20 (permalink) |
![]() ![]() Join Date: Jan 2004
Location: Houston, TX
Age: 26
Posts: 4,473
|
Re: Help with drives, 6 drives?
RAID in 5 minutes (if even):
Ok, let's say you've got one disk drive. And you have a file on it. This file looks like Code:
1 2 3 4 5 6 7 8 9 10 11 12 Your drive would look something like this (This is a very simple layout): Code:
[1 2 3] [4 5 6] [7 8 9] [10 11 12] Code:
Drive 1 Drive 2 [1 2 3] [4 5 6] [7 8 9] [10 11 12] RAID 1 is mirroring, it's just taking two equal drives and making them the exact same. Double read performance, lower write performance (but most use a caching system to write to the second drive at low-usage times). RAID 2,3,4 are never used and not worth explaining. RAID 5 is striping with parity. Parity is something like 1+2=3. If you lose one number, you can still solve the equation, hence you lose some data, you can usually recover. No matter how many disks you have in a RAID 5 array, you lose one whole disk to parity. This is split up among the drives. Hence, if you have 5 disks in a RAID 5 array, then 20% of each one is used for parity (20% x 5 = 100%), or 25% for 4 drives. RAID 5 arrays look kind of like this(X - parity): Code:
Disk 1 Disk 2 Disk 3 [1 2 3] [4 5 6 ] [7 8 9 ] [X X X] [X X X ] [X X X ] RAID 10 is striping with mirroring. Take 4 drives, stripe two then mirror them: Code:
Disk 1 Disk 2
[1 2 3] -- [4 5 6]
[7 8 9] -- [10 11 12 ]
| |
| |
Disk 3 Disk 4
[1 2 3] [4 5 6]
[7 8 9] [10 11 12 ]
__________________
Last edited by TheFeniX; 02-23-2005 at 02:52 PM. |
|
|
|
|
|
#21 (permalink) |
|
Join Date: May 2003
Location: next to the gas station
Age: 40
Posts: 154
|
i gata hang out with fenix more often.
__________________
![]() I reject your reality and replace it with my own!!..so let's cut out the middle man and just use mine!! I wasn't born with enough middle fingers!! If you choose to close the door on reality..DON'T OPEN THE WINDOW(S)!! |
|
|
|
| Sponsored links | |
|
|
|
|
|
#22 (permalink) |
![]() Join Date: Nov 2003
Location: Ennis, TX
Age: 31
Posts: 1,692
|
Re: Help with drives, 6 drives?
your raid 5 example is wrong
drive 1...............drive2................drive3 1..2..3...............4..5..6................x..x. .x 7..8..9...............x..x..x................10.11 .12 x..x..x...............13..14.15.............16.17. 18 this allows a drive to fail but no data is ever lost since if you took drive 3 away, you have parity blocks on drives 1 and 2 to rebuild the data lost from three, and you loose some of the parity blocks from drive 3 that would only be used to rebuild drive 1 or 2
__________________
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein The two most common elements in the universe are Hydrogen and stupidity. -Harlan Ellison If all else fails: "rm -rf /" |
|
|
|
|
|
#23 (permalink) | |
![]() ![]() Join Date: Jan 2004
Location: Houston, TX
Age: 26
Posts: 4,473
|
Re: Help with drives, 6 drives?
Quote:
Let me reiterate: Let's assume a 3 drive setup with RAID 5 (like in my last example). Parity (as stated before) uses an alogorithem to determine the value of data if it is lost. The easiest example being 1+2=3. So assume again the data 1 2 3 4 5 6 7 8 9 10 11 12, it could work like this in a theoretical setup. Numbers with a P in front of them are parity calculations. Code:
Disk 1 Disk 2 Disk 3 [1 2] [3 4] [P4 P6] (1+3=4 and 2+4=6) [5 6] [P12 P14] [7 8] (5+7=12 and 6+8=14) [P20 P22] [9 10] [11 12] (9+11=20 and 10+12=22)
__________________
|
|
|
|
|
|
|
#24 (permalink) |
![]() Join Date: Nov 2003
Location: Ennis, TX
Age: 31
Posts: 1,692
|
Re: Help with drives, 6 drives?
I thought my example was quite easy to understand.
I don't know why this became a pissing contest but let me settle it now.... yours is more yellow, smells better, has a more consistent straem, and is projected further. I hope I have helped you to secure your macsulinity. now, since this thread is of topic four times removed, SPLIT!!!!!
__________________
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein The two most common elements in the universe are Hydrogen and stupidity. -Harlan Ellison If all else fails: "rm -rf /" |
|
|
|
|
|
#25 (permalink) |
|
Join Date: Oct 2004
Location: Kingman AZ.
Age: 20
Posts: 1,445
|
Re: whats a raid?
Wow, thats really confusing...
Edit, Okay, now i got it, cool... But i dont think RAID right now is for me...
__________________
![]() Start counting, when you reach infinity tell me. If you can read this you've got to much time on your hands. |
|
|
|
| Sponsored links | |
|
|
|
|
|
#26 (permalink) | |
![]() ![]() Join Date: Jan 2004
Location: Houston, TX
Age: 26
Posts: 4,473
|
Re: Help with drives, 6 drives?
Quote:
__________________
|
|
|
|
|
|
|
#27 (permalink) | |
![]() Join Date: Sep 2003
Age: 39
Posts: 7,669
|
Re: Help with drives, 6 drives?
Man I just smoked a lot of pot and either I'm having a stroke or TheFenix's raid post is the coolest thing I've ever seen.
EVER! Quote:
|
|
|
|
|
|
|
#28 (permalink) | |
![]() Join Date: Nov 2003
Location: Ennis, TX
Age: 31
Posts: 1,692
|
Re: Help with drives, 6 drives?
Quote:
when giving examples of anything, it is only prudent to make sure the information is accurate. I was not nitpicking. the visual was completely wrong. a simple "yeah, thats what I meant, original post corrected" would have sufficed. there is no "where you stand with me" I just wanted to have the correct infomation on the books. I corrected it, and your response had irritation embedded to say the least. I hold no ill will, I was making a joke. you can put me on your hate list if you want to though, i can take it. I would ask that anything further you wish to discuss with me in this matter go to pm's though. thank you.
__________________
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein The two most common elements in the universe are Hydrogen and stupidity. -Harlan Ellison If all else fails: "rm -rf /" |
|
|
|
|
|
|
#29 (permalink) |
|
Join Date: May 2003
Location: next to the gas station
Age: 40
Posts: 154
|
Re: whats a raid?
well,keeping in line with the question,i belive a raid is one of two things
1.climbing a ladder and stealing womens underware. 2.multiple airplanes attacking a common target.
__________________
![]() I reject your reality and replace it with my own!!..so let's cut out the middle man and just use mine!! I wasn't born with enough middle fingers!! If you choose to close the door on reality..DON'T OPEN THE WINDOW(S)!! |
|
|
|
|
|
#30 (permalink) | |
|
Join Date: Oct 2004
Location: Kingman AZ.
Age: 20
Posts: 1,445
|
Re: whats a raid?
Quote:
__________________
![]() Start counting, when you reach infinity tell me. If you can read this you've got to much time on your hands. |
|
|
|
|
| Sponsored links | |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple Suggestions and Ideas | Tarenth | World of Warcraft - General Discussion | 29 | 08-15-2006 07:27 PM |
| Making the Raid more pleasant. | Anah | World of Warcraft - General Discussion | 7 | 05-30-2006 11:06 AM |
| RAID 5 vs. RAID 0 with SATA II | Jackson_T | Hardware & Software Discussion | 0 | 05-06-2005 01:54 AM |

