Skip to main content

How to Fix or Repair a Pen Drive or SD card Thats Not Recognized




Hello
Every computer user has faced this problem. What I speak of, is the tragedy of the corrupted USB Pen drive or SD Card. No matter what you do, at some point, your computer simply refuses to read your USB drive. Fortunately, there are ways to rectify this with one only needing to use a command prompt in PC.

Step 1:
Connect the corrupted drive to your machine.


Step 2:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Open the command prompt either by typing cmd in the Start menu search bar or by hitting Windows Key + R  followed by typing cmd in the dialog box that pops up.

Step 3:

In the command prompt, enter the following commands.
Type diskpart and press Enter.
Next type list disk and press Enter.

Step 4:

Then type select disk followed by the number of your disk and hit enter.

Step 5:

After the disk is selected, you will need to type clean into the command prompt and hit enter.

Step 6:

Next command is creates partition primary.

Step 7:

Type active and hit enter followed by select partition 1.

Step 8:

In the last step, type format fs=fat32 and press enter. Once this step is completed you should find your USB drive working as good as new. If not, go back through the steps and see what you missed. A screenshot of how the process looks is attached below.





If you like this post then share it with your friends.

Comments

Popular posts from this blog

Real life Jarvis-Talk With Your Computer like Jarvis in Iron Man ....!

By:Prayag nao                                            Code to Make your Computer like Jarvis New Speech macro..>> Choose Advanced and change the code like this.. <speechMacros>   <command>     <listenFor></listenFor>   </command> </speechMacros> You have to add a commands  <listenFor>........</listenFor> - computer listens the words you specify here and respond accordingly. <speak>............</speak> - computer speaks what is written in this field according to the command which it got. Similarly, You can Edit more commands in the same way.   <speechMacros> <command> <listenFor>What's going on dude</listenFor> <speak>Nothing special tony</speak> </command> </speechMacros> ...

How does a handpump work ?

The most common tool to access a life source like water — this innovation boasts of none of the accolades that modern machines enjoy. Yet the simplicity and efficiency of design drives a sea of devices that permeate our lives at home and in industries. The unsung hero that India should be particularly proud of is called India Mark II. A human-powered pump designed to lift water from a depth of 50 m or less, it is the world’s most widely used water hand pump. It was designed in 1970 through the joint efforts of the government of India, UNICEF and WHO. Its purpose was to address the deathly problem of paucity of water and draught in rural areas of developing nations. By the mid 1990s, five million of the pumps had been manufactured and installed around the world. Hand Pump Parts: Handle Pump rod water outlet Piston Piston valve Foot valve Rising main Suction lift What does it do? Simply defined, hand pumps are manually operated pumps that use human power and ...

How to Set a Custom Logon Screen Background on Windows 7

By:Prayag nao Enabling Custom Backgrounds This feature is disabled by default, so you’ll have to enable it from the Registry Editor. You can also use the Group Policy Editor if you have a Professional version of Windows – scroll down a bit for the Group Policy Editor method. Launch the Registry Editor by typing regedit into the search box in the Start menu and pressing Enter. In the Registry Editor, navigate to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background You’ll see an DWORD value named OEMBackground. If you don’t see it, right-click in the right pane, point to the New submenu and create a new DWORD value with this name. Double-click the OEMBackground value and set its value to 1.  Note that selecting a new theme in the Appearance and Personalization window will “unset” this registry value. Selecting a theme will change the value of the key to the value stored in the theme’s .ini ...