What Was Your Worst Computer Accident?
Anonymous Writer writes "I learned years ago to backup regularly and never keep a drink on the same table as a laptop. I accidentally spilled a drink onto my laptop's keyboard where it drained into the laptop's innards, ruining the motherboard, CD-ROM, and hard drive. Thousands of dollars and all my data disappeared in a flash. Considering that there are even people out there that intentionally damage hardware, I was wondering what kind of disasters Slashdot readers have experienced."
I'm fairly clumsy, and in my computing career, I've spilled drinks on a half-dozen keyboards and at least two motherboards. But all of them worked just fine after drying out.
The secret? Drink only water. I can do my computing without dependency on mind-altering drugs like caffeine and alcohol. And why pay for soda when water's free and doesn't expand your waistline or rot your teeth?
The worst 'accident' I had was letting people know I had a kick ass computer. There is absolutely no data recovery when you computer is stolen and it's not physically there anymore.
--- to swing on the spiral...
mke2fs /dev/hda1 /dev/hdb1
instead of
mke2fs
D'oh!
I cannot overstate this: get computer insurance. It's cheap and will more than pay for itself if you have a hardware loss. I use Safeware.com, paying about $120 a year for $11,000 of hardware insurance - this covers loss by fire, theft, water, accidental damage, pretty much everything except earthquake and theft from an unattended vehicle. (I could have opted for a more expensive policy to cover those possibilities, too.) Just last week I dropped my digital camera, killing it. That model (Canon Powershot S30) is no longer available, so the insurance company is paying for a new model (Powershot S50) that costs more than what I originally paid for my digital camera two years ago.
Could be worse: you could have bought Windows ME
I'm sure at least a few of the posts on here are going to be about making a typo while running "rm". It is with that in mind that I offer this piece of timeless advice: with rm, always type your flags last. Period. There are plenty of good examples of why this is a good idea, but I think this one shows it the best:
/somedir/file/" you bump enter while you hit slash (they're right next to each other, remember) resulting in "rm -rf /"
/somedir/file/ -rf") and you make the same mistake, you only end up typing "rm /" which does nothing, instead of a command that will fuck up your entire system.
While typing "rm -rf
If you're in the habit of typing the flags at the end (i.e. "rm
tar czf
find
will keep 30 days of full backups. Obviously, if depends on how much space you have, but an IDE disk is cheaper than recreating your work, and unless your work is video editing, your work shouldn't require much space to back up. If you want to get fancier, use incrementals to save space, keep indexes, etc, there's plenty of software out there.
But don't wait for the perfect solution! Start automated, periodic backups now! Drop whatever you are doing and just do it. Don't finish reading this slashdot story. Don't wait until you get something to eat or go to the bathroom. Your pants are less valuable than your data. Backups are not something you can afford to do whenever you get around to it, or to put off doing until you get it perfect.
FWIW, to be truly paranoid, you would also keep a backup on a different brand of hard drive, in case the failed drive was part of a larger bad batch.
Be careful. Rubbing alcohol can contain small amounts of oil (supposedly to keep one's skin surface from drying out) which can contaminate connectors.
Stop with the whining about Windows.
You mean "could be worse, you could've bought MS BOB for windows". Darned kids, forgetting all about *that* monstrosity (not to mention windows pre '95).
Well, I for one am amused by the fact that after the posts by all the Linux fans saying "Win98 - worst accident ever! hahahahahaaaa!" there is a post from one Linux user who mistyped a command and vaped his hard drive when he was trying to copy some data onto a floppy, and someone else who accidentally installed a boot loader and disabled an OS.
;-)
Let's just say that again: accidentally installed a boot loader.
But Win9X is the big accident, oh yes
Why is this funny? The question was about computer "accidents". Did you accidentally purchase 98? Did it leap into your cart and get itself bought before you realized it? Why does every story have to have some inane MS-bashing in it?
It's actually known as the only Windows operating system that works better when you upgrade it from Windows 98 as opposed to a fresh installation. Apparently, the registry is fubared on a default install.
By the way, they more than made up for it with Windows 2000 and XP, based on the NT kernel--I can't even imagine all these people here who still use Windows 98 in their minds to gauge Windows. Windows hasn't been the same beast since late 1999.
I don't know what you guys do to your Windows machines, honestly. I work on WinXP all day, weeks long with no crashes. The last crash I had was a faulthy update of some critical software. The PC I'm using now currently has a uptime of 17 days (I am asked to reboot now and then for automated software updates, which happen during boot-up). We make and support Windows Software, so that explains the undisputed use of this OS for our machines. In previous work-experiences, I've had uptime of 90 days on W2K, with a power failure wrecking my record-attempt ... (Construction workers cut the cable in the street - they didn't know it was there)
Pulling it out completely and putting it in another room is a good idea, of course, but IMHO, simply unplugging it will preclude the worst likely hazards, which are, of course, the power supply going apeshit, followed by your inadvertently erasing your HD. Plus, you won't forget where you put it if you leave it in the rack, but unplugged. Finally, you are much more likely to back it up at the scheduled time if you don't have to get up and get it, just plug it in and turn the key.
Of course, this precludes automatic backup, but I have a reminder program set to remind me to start backup 3x a week.
Supplement this with a DVD-R (well, tape if you like to live dangerously) backup set every month and send it somewhere far away you're comfortable about leaving all your data with.
This is, of course, an individual workstation solution, not an enterprise solution. :-)
Tech Public Policy stuff