Calendar
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Recent Entries
Come On In, Rails-The Water's Warm
Shan's Simple Examples: File uploads with Flex and ColdFusion
Recent Comments
Google Calendar API - Creating a new Calendar with ColdFusion
Steve Julian said: When and where are you going to post the finished CFC's ? Thanks
[more]
Three Phases of Programmer Development
Pat Branley said: I normally think of those phase 2 people as 'programmers' and the phase 3 people as 'developers'.
I...
[more]
New Job Title: Front End Engineer
Sean Corfield said: Well, there's always the excellent Fusion Authority Quarterly Journal...
[more]
Down To The Wire: HTTP Sniffers
Brian M said: I second the mention of the Charles Web Debugging Proxy that Tariq mentioned. It is fantastic. It s...
[more]
New Job Title: Front End Engineer
Patrick said: Heya Sean. Good point. I never understood how they did things over there at SysCon, and I understand...
[more]
Archives By Subject
Business of Software (4) [RSS]
ColdFusion (318) [RSS]
Conferences (6) [RSS]
Databases (87) [RSS]
Flex & Flash (109) [RSS]
Fusebox (87) [RSS]
General Development (29) [RSS]
Google (9) [RSS]
Hardware (5) [RSS]
JVM & Java (132) [RSS]
Linux (20) [RSS]
Miscellaneous (254) [RSS]
Performance (8) [RSS]
SeeFusion (36) [RSS]
Shan's Simple Examples (7) [RSS]
User Interface (3) [RSS]
Windows (5) [RSS]
Archives By Poster
Daryl Banttari (10)
Nat Papovich (29)
Patrick Quinn (36)
Shannon Hicks (22)
Steve Nelson (21)
Tyson Vanek (3)
Don't rely on RAID
Upon returning from MAX 2006 in Las Vegas, my workstation was a little frozen. "No problem, a quick reboot," I thought. Alas, "NO SYSTEM DISK OR DISK ERROR" greeted me. "Well at least I have RAID," I thought.
Fat lot of good that did me.
After days and days of rebuilding my system (and only losing a wee bit of extremely important stuff), I determined that the RAID controller (Silicon Image 3114) onboard my motherboard (Asus A8N-SLI) corrupted the RAID information on the disks, destroying the RAID array, which took out the boot information. So I couldn't just break the mirror and reboot because the RAID data was corrupted.
Long story short, I've rebuilt everything and am back up and running using the onboard nVidia RAID chip, not the Silicon Image chip.
After I had everything installed just right, I bought Acronis TrueImage and a non-RAID, 500GB NAS. Now I've got scheduled nightly backups of my data, weekly backups of all my miscellaneous junk and a mandate to take occasional images of my system drive. The theory being that if I suffer a simple HDD failure, I can swap out the disk in the RAID array. But if something happens to my computer with data corruption or massive, smoking hardware failures, I still have the NAS backup.
So for those of you putting all your eggs in the RAID basket, don't! Before long, something will happen, then you'll be as bad off (or worse) as if you didn't have RAID.


You might also want to consider adding some sort of off-site backup into your mix.
"Disasters" come in all sorts of shapes and sizes. Sounds like if your office burns down you may still be screwed.
Don't get me wrong, kudos on your current backup arrangements. But some sort of off-site will help round it out. I rotate a backup tape to a friend's on a quarterly basis (hey, that counts as "off-site storage" ;-). I also see that there are now Internet based services that you can just upload to.
hth,
g
For the actual backup of important data, I agree that an OFFSITE backup is mandatory. I've been using Carbonite with great success. It's only 5 bucks a month for unlimited space. It is very simple to use. It doesn't have a huge set of fancy features or advanced options, you just set the directories you want backed up and it backs them up. I wrote a blog post about this a little while back: http://www.briankotek.com/blog/index.cfm/2006/8/14...
Hope that helps.
in my case i think norton screwed up my document and setting folder plus some windows boot files
what kind of recovery tool/program do you suggest?
However, just like in your case, their RAID controller went bad and started writing corrupt data to all their drives. Their db got totalled screwed.
Fortunately, I had been working on a project for them and had been pulling snapshots of the database fairly frequently, so between my backup and what we could restore from the corrupted database we able to recover almost all data.
Fortunately, they keep hard copies (i.e. print copies) of everything, so we were able to restore pretty much everything in the end. It just meant they were down for a substancial period of time while we rebuilt everything.
@Brian: Ghost was good back in the day (before Norton bought it), but since it's just bloatware (IMO). About a year ago I tried upgrading a HDD in my laptop (WinXP) and used my licensed copy of Ghost to take one of my regular full backups and restore it on a new HDD (for my laptop). What a nightmare. I then purchased Acronis TrueImage and it worked flawlessly (and is a lot smaller and easier to deal with (again, IMO)).
Regarding Ghost vs TrueImage, there are lots of favorable reviews of TrueImage over Ghost, so that's why I picked it up.
Of course, just HAVING a backup is far more crucial than what you use to create the backup!