mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2008-11-14, 07:09   #1
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

2·5·239 Posts
Default a rather serious (and urgent) problem...

Earlier today, I noticed that my monitor had no video input. I checked the connection and saw that nothing was wrong with it. I figured that something must have gone wrong with the computer, so I manually forced it to restart.

After that, it automatically ran chkdsk.exe and told me that everything was fixed. However, the computer stopped booting and told me that a system file was missing. I restarted the computer again and it told me that the "PBR [partition boot record] of descriptor 2" failed. I restarted a few more times and was able to log in, but I would get the dreaded "blue screen of death" within a short time.

I tried using the normal safe mode and the same thing happens. I then used the safe mode with the command prompt and everything seems to work, but when I shut down the computer, it displays a "blue screen of death" instead of actually shutting down.

I'm really hoping that it wasn't a hard drive crash, but my instincts are telling me otherwise. The computer is fairly new (we purchased it in 2004), so it seems odd that the hard drive would fail so early. Today's hard drives are supposed to be very durable; I've heard they are supposed to have MTBFs of around 500,000 hours - that's over half a century! Also, my computer is a desktop, and I'm pretty sure desktop computers are less prone to hard drive failures.

I'm going to take the computer home and run the Windows boot disk on it and see what happens. Is there anything else I should do in this case?

There were no "clicks of death" or any other sounds that could indicate a hard drive failure, but then again, not all HD crashes make sounds. I guess I'll find out when I get access to the Windows XP CD tomorrow.

Any help would be very much appreciated. By the way, I'm posting from my university's computing center and it isn't open 24/7, so I won't be able to check this topic so often.
ixfd64 is offline   Reply With Quote
Old 2008-11-14, 20:41   #2
tha
 
tha's Avatar
 
Dec 2002

2×11×37 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
Earlier today, I noticed that my monitor had no video input.
Any help would be very much appreciated. By the way, I'm posting from my university's computing center and it isn't open 24/7, so I won't be able to check this topic so often.
Hard to say, there are so many different things that could be wrong. By any chance were you running AVG anti virus? That program deleted a critical windows file a couple of days ago. see http://tech.yahoo.com/blogs/null/110273
tha is offline   Reply With Quote
Old 2008-11-14, 20:59   #3
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31×67 Posts
Default

Maybe you could try booting with a linux live cd and trying to back up your data in case the HD is on the way out?
I've had 3 hard drives fail on me in the last five years, the warning signs were drive thrashing/stuttering on booting and then crashing or freezing soon after.

Actually, I've just remembered that one of the 'failures' was due to low voltages from a warn PSU. iirc The drive was fine.
Flatlander is offline   Reply With Quote
Old 2008-11-15, 03:34   #4
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

2×5×239 Posts
Default

I just got word that it was a HD crash. Are there any useful methods for recovering data?
ixfd64 is offline   Reply With Quote
Old 2008-11-15, 13:41   #5
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

588010 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
I just got word that it was a HD crash. Are there any useful methods for recovering data?
put the drive in another pc would work also u could follow the above suggestion and use a linux livecd
henryzz is offline   Reply With Quote
Old 2008-11-15, 14:37   #6
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

40358 Posts
Default

It's a bit late here but I recommend Carbonite. It's $50 U.S. per year and runs in the background constantly backing up any files you have flagged. (Requires an always-on internet connection.) It also keeps previous versions of backed up files.
There is no limit to the amount you can backup, but anything you delete from your hard drive is removed from the backup a month later.
Microsoft SyncToy is also good for mirroring stuff onto another drive, even over a local network.

I hope you're able to recover everything.
Flatlander is offline   Reply With Quote
Old 2008-11-15, 16:54   #7
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

10,753 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
I just got word that it was a HD crash. Are there any useful methods for recovering data?
Many, depending on whether you have good backups, how bad your disk is damaged and how much you are prepared to pay to get your data back.

If you have another disk with plenty of space on it, it's often a good idea to plug that in and then boot from a live Linux CD. It will give you an environment where you can try to mount your old partitions read-only and copy over all the data to the new disk. If you can't mount the old partitions, you can at least try to dd(1) the raw data in a partition on the old disk to a file on the new one. Repeat for each partition and you've then got a backup of your data as far as possible. If you don't know what all this means, find a local geek to hold your hand while you do it.

if you're lucky, the MS recovery console may be enough to rebuild your boot partition. If you're not, you're going to have to re-install on a new disk. Use FAT partitions! This is very important!! In that case, first install the borked disk in your machine and see whether the new install can see it. if so, copy off what you can. If not, install the backup disk in your machine and reboot from a LiveCD. Use what you have available from the first round of Linux hacking and copy your files on to the new disk as best as you can. Again, you'll probably find a local geek extremely useful.

Good luck!

Paul

(I'm in a similar position now. The disk is fine, the data is fine but the /boot partition was hosed by a power-outage a couple of days ago. After trying everything I could think of, I'm now in the office having just downloaded and burnt fresh installation DVDs. As soon as I get home recovery will begin.)
xilman is offline   Reply With Quote
Old 2008-11-15, 18:23   #8
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

23×3×5×72 Posts
Default

i forgot about it being the mbr that is the problem
if u have a boot floppy with fdisk on then you can do fdisk /mbr and it will sort out ur MBR for windows
a google search will explain this method further
henryzz is offline   Reply With Quote
Old 2008-11-15, 23:20   #9
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

2A0116 Posts
Default

Quote:
Originally Posted by xilman View Post
(I'm in a similar position now. The disk is fine, the data is fine but the /boot partition was hosed by a power-outage a couple of days ago. After trying everything I could think of, I'm now in the office having just downloaded and burnt fresh installation DVDs. As soon as I get home recovery will begin.)
Recovery is proceeding, but it will be at least a day before I have something I regard as usable and I'll probably still be finding things missing or wrong for weeks.

I'm reduced to using an elderly Mac for internet access....
xilman is offline   Reply With Quote
Old 2008-11-16, 05:18   #10
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

2×5×239 Posts
Default

Hey, I've got some good news. My father borrowed an IDE hard drive adapter from his office and it seems that at least most of my files (including my current LL test) could be recovered. On top of that, I now have a brand new 450 GB hard drive!

It looks like I'll have to reinstall my software and the Windows updates, but I guess that's ultimately better than losing my valuable files!
ixfd64 is offline   Reply With Quote
Old 2008-11-16, 09:43   #11
hhh
 
hhh's Avatar
 
Jun 2005

373 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
Hey, I've got some good news. My father borrowed an IDE hard drive adapter from his office and it seems that at least most of my files (including my current LL test) could be recovered. On top of that, I now have a brand new 450 GB hard drive!

It looks like I'll have to reinstall my software and the Windows updates, but I guess that's ultimately better than losing my valuable files!
Ahem. You just had one HD-crash. Let me suggest you return straight to the shop and get another one. Or a smaller one, if you are on a budget.

Preferrably external, it will help making backups, which are, by the way, one of the most underrated concepts of Information Technology.

My 2 cents. H.
hhh is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the problem here? didgogns Msieve 1 2016-11-15 03:31
Ouch! Urgent help needed karjalan Software 4 2016-08-06 20:53
[URGENT] Pain: troubles on implementing SIQS sieve Hermes Factoring 27 2008-10-14 13:54
URGENT: prime95 25.2 on Linux with elf64 :help: T.Rex Software 3 2007-07-04 14:29
51 problem Neves Miscellaneous Math 5 2004-02-10 22:59

All times are UTC. The time now is 23:12.


Fri Jul 16 23:12:18 UTC 2021 up 49 days, 20:59, 1 user, load averages: 1.25, 1.42, 1.71

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.