Skip to main content

Hard Drive not Recognized/ Found/ Detected/ Accessible

If you install a new hard drive and install an Operating System on it and it suddenly acts like it is not there, it may be a loose connection. 

If a bootable CD, such a s Knoppix, is not able to read your hard drive, it can have several causes. The list of possibilities below can also be used for troubleshooting hard drives, floppy drives, and CD/DVD drives. 

CAUTION: Make sure the power is off and that the PC is disconnected from power. Also be sure to avoid static electricity, or you will need a new PC. Do not force any thing. All parts should easily fit together if they are properly aligned. Sometimes you may have to push or pull harder than you think. Just be careful to make sure any levers or buttons that hold it in place are not overlooked. 

* Least likely is that a new hard drive has failed. Try the other options before assuming it is the new hard drive. If all of the below do not work, and it is a new hard drive, contact the manufacturer. New hard drives should include very good instructions for installation and troubleshooting. When in doubt read the instructions.

* Open the case and make sure that all the connections are correct.

* Unplug the power supply connection, make sure there are no bent pins, and plug it in securely.

* Repeat the procedure with the connection to the motherboard, make sure no pins are bent.

* If you have multiple drives, try hooking up just one drive to make sure you can read it.

* Make sure that the power supply, and other components are working correctly. It is possible that another component of the PC has failed.

* If you have another PC available, try connecting it to the other PC. This could point to failure of the power and/or motherboard cables in the original PC.

* If none of the above works, call in professional help. You can also beg a friend or family member to help. If you cannot pay a friend or family member, a good meal, is a nice way to get them to rescue you again.

Comments

Popular posts from this blog

How to lock any file or folder without any software.

  With this trick, you can create a secure password protected  folder  in Windows which no one except you can access. To use this trick, follow the instructions given below:-   1.  Open  Notepad . 2.   Copy and paste  the exact code given below:- cls @ECHO OFF title computer-tricks-corner.blogspot.com if  EXIST  "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto  UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo  Invalid  choice. goto CONFIRM :LOCK ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=...

The best free automation tools for Windows

When your job involves working on a computer, repetitive actions can be the bane of your existence. They're not only tedious, but also (even worse) time consuming. Fortunately, in case you're forced to execute the exact same actions over and over again, you can create macros (scripts) that will automatically do them for you. Let's say, for example, that every day you have to open your downloads folder; to do this, you would normally have to click on 'Start', then on 'Documents' and from there finally click on 'Downloads'. Using a macro, you could simply run a certain file from your desktop or (even better) use a key combination, and the download folder will be automatically opened. (Of course, this was very simplistic, but you can use macro scripts to perform much more complicated tasks.) Here you will find a list with some of the best automation tools on the market. These applications won't only help you improve your productivity with macr...

How to Deal With Your Drivers Issues

For those of you who are really new to this, drivers are software that make the connection between your hardware (motherboard, graphic cards, sound card, printer, etc) and your operating system. Each hardware component has its own driver (which works on specific Windows versions), and if you don't have the correct driver installed, the respective device will either run incorrectly or not run at all. So, after you've reinstalled Windows (or installed it for the first time), you are going to need drivers to make your computer fully operational. The first and easiest solution is to install them is by using the CDs that came along with your hardware. If that's no longer possible because the respective CD is no longer available or the drivers on it aren't compatible with your Windows version, you will have to  improvise . My favorite solution in this situation is to use a combination of two programs: 3DP Net and 3DP Chip. Both of them are completely free and require ...