Skip to main content

Crash Crash Crash

So I bought a new XFX X58i motherboard and a nifty Intel Core i7 CPU to go with it. It was time to upgrade my Core 2 Quad system to a faster Core i7 system and get more RAM. I had Windows XP Pro 64bit and it was finally starting to run slow after a good 2 years of processing and programming.

Friday came and I pulled apart my system and installed the new motherboard. Turned it on and ... nothing. No beeps, no POST, nothing. Worst yet, my 3ware card did not show the bios.

So I pulled out the new stuff and returned the old stuff. Turned it on.

Got past the POST and the Marvel embedded RAID controller BIOS and then again, no 3ware bios. Well, that really stinks because the 3ware card controls my RAID-1 array that contains my system data.

I called 3ware who insisted that I just RMA the 8006-2LP and get a replacement. When I talked to the tech support person, she stated that it was not possible to hook the drives up to a new 3ware card because the "old" 8006-2LP (pre-9000 series) locks the drives. Not only was I stuck with RMA'ing the card, but I had no other recourse but to wait for the RMA process to finish to recover my hard drive with all of my data on it.

Then Monday came, and Zen had taken root. I had absolved myself to waiting until Wednesday to get my data off one of the drives. I took the slave RAID member and installed Windows 7 on it (clean install). That was a smart move, as now the drives and the system is super fast again. That makes me think the 3ware card was failing long before this day.

I found a software program - Data Recovery Wizard (www.easeus.com) - for $89 that appeared to be able to pull the data off the RAID-1 member. So I did exactly that - I pulled data off that drive and after several hours (150GB of data to recover), I had the most important aspects of my old system - the Outlook PST file and some development files that I did not have under source control.

Will I buy a 3ware card again? Probably not. Now that 3ware is LSI, though, they may have finally decided to add some compatibility to their cards. It was clearly short sighted of them to not allow future compatibility with their hardware RAID cards.

3ware did offer to send me a new 8006-2LP overnight on Monday for $49. The cost of overnighting my old 8006-2LP to Huntsville? $46. It's all a wash. I won't be using the new 8006-2LP in any system, though.

XFX board - crash. Never again. Why I experiment with non-Intel motherboard vendors, I don't know. EVGA and XFX get my Big Turkey rating when it comes to hardware. They're about as reliable as Dell. BFG gets my Lame Duck rating because they refused to honor my rebate check and cost me $20!

3ware Cards - can't say that I am happy there, but I do know that they are reliable cards. Only purchase new cards in the 95xx or newer range.

I've never had a problem like this with my HP/Compaq hardware. We sure do need another premium hardware vendor like Compaq.

Popular posts from this blog

The Spinning Brain

Intuition is a phenomenon of the biological brain that doesn't have any physical explanation. Many people experience intuition with varying degrees of success. There are a variety of theories regarding intuition [1] and some people regard intuition with much caution [2] . Yet, I am happily in the camp that has learned to respect my intuition as it has proven time and time again to be correct. Recently, though, I'd been thinking about intuition and soothsaying . There are many cases of people who claim to see the future, whatever that might be. Maybe there is something to be said about this mystical phenomenon. Maybe there is a real physical process at work that we just haven't thought of yet. To this end, I am proposing a theory about human intuition. This theory, though requires some background in quantum mechanics . Specifically, quantum entanglement . I'm not the only person who has theorized about quantum entanglement and its role in biological congnition and th...

Stock Option Debt Income

The 2024 Presidential election has brought out a topic of interest that seems to have been perverted. There is this "Taxing Unrealized Capital Gains" [1] movement that is being falsely attributed to Vice President Harris. Clearly, this is a change in the revenue code that was designed by someone in office long before VP Harris was in office. My money is on Elizabeth Warren and Bernie Sanders. What is this change in the revenue code though? For that you have to understand what Silicon Valley zillionaires are doing with their stock options. Many of these people in this special economic area have huge discounts on stock prices for companies that are not public yet, or are public and can not be sold [2]. To be fair to these holders of equity, banks allow them to finance debt using leverage against those options. If you hold an option that is worth $5M then a bank might lend you a share of that value, thus realizing a debt against the option [3]. This is a fair debt instrument and...

Number of Primes

Anderson's Theorem (a) The number of primes in [1,n] is no more than 2+floor(n/2). The probability of n being prime when n is not prime is 1/2 - see Dasgupta,Papadimitriou,Vazirani "Algorithms" page 26. Therefore, the E(pi(n)) is n/2. (b) There does not exist another set of adjacent primes other than {1,2,3} 5: 2 + floor(5/2) = 2 + 2 = 4:=> {1,2,3,5} : 4 <= 4 7: 2 + floor(7/2) = 2 + 3 = 5 => {1,2,3,5,7} : 5 <= 5 11: 2 + floor(11/2) = 2 + 5 = 7 => {1,2,3,5,7,11} 6 <= 7 26: 2 + floor(26/2) = 15 => {1,2,3,5,7,11,13,17,19,23} : 10 <= 15 Lagrange's Theorem is Inaccurate Lagrange's theorem about primes states that pi(x) is the number of primes <= x. The pi(x) is approximately x/ln(x). He postulated that the lim of pi(x)/(x/lnx) as x-> infinity was 1. This is incorrect. if the number of primes is bounded by n/2 then refactoring and reducing Lagrange's Theorem results in the lim of ln(x) as x approaches infinity. This is alwa...