InterviewSolution
| 1. |
Solve : Can a Virus Freeze a Hard Drive?? |
|
Answer» Yesterday I was browsing the web, reading the forums at Notebookreview.com. My Avast! anti-virus reported two pages (two separate threads) as having Malware on them which it said it had successfully blocked. spend a lot of my time GUESSING about cause and effect and my computers' behavior.You go it! I used to write low-level code, including boot-loaders. That was a long time ago, but the fundamentals are still there. When there is a hardware failure you do not get a written report from a boot-loader. A low-level program gets locked in an endless loop waiting for the hardware to give a valid RESPONSE. In modern PCs the fist loader is still very primitive and has low tolerance of a crude hard drive error. The field test is to remove the drive completely and see what happens on the next power-up. That is so simple, there is little reason to make the first loader more sophisticated. If you replace the bad drive with good drive that does not have an OS, you will get a MEANINGFUL error message from the first loader. Something like: "missing operating system" , which means the drive is physically readable, but does not have useful information for the loader. Hard drives can fail at any time with no warning. Of course, the drive makers have tried to make drives that conform to user's expectations, But there exists four options in a competitive market: 1. Make it the low-cost wonder. 2. Make it extra large. 3. Give it high performance and long life. 4. Let it be so user friendly. Some drive makers can hit three out of four, never more. You could try running a diagnostic on the drive. Run hard drive diagnostics: tacktech.com Make sure, you SELECT tool, which is appropriate for the brand of your hard drive. Depending on the program, it'll create bootable floppy, or bootable CD. If downloaded file is of .iso type, use ImgBurn: imgburn to burn .iso file to a CD (select "Write image file to disc" option), and make the CD bootable. For Toshiba hard drives, see here: Note : If you do not know how to set your computer to boot from CD follow the steps here |
|