Saturday, December 15, 2018

How To Repair Sd Card Or Pendrive

Pen drive or SD card gets corrupted/damaged

Almost every computer user has faced this problem: pen drive or SD card gets corrupted or damaged. An age old problem. But dealing with or repairing corrupted pen drive or SD card is quite a tedious task. When searching online, you might found many other computer users also face kinds of similar SD card error like “My pen drive is corrupted for no reason” or “My SD card is not working suddenly.” So we spent several days comprising of some different methods to help you.

Find a proper method to repair corrupted pen drive or SD card

As for how to fix a corrupted USB or SD card, there are always many methods you can have a try. But before that, you had better connect your SD card or pen drive to another computer to check if it is the computer that causes the issue. Or it could be possible that the port itself is damaged which is blamed for the corrupted pen drive, so try another different USB port. If no problem is found, then you need to consider the following methods to repair the corrupted device.

Method 1: Fix the corrupted SD card by formatting it

Formatting is always the first and foremost solution that most computer users come into mind when trying to repair corrupted SD cards. Moreover, they would go for File Explorer or Disk Management to format the disk, but sometimes the formatting process won’t go smoothly, even raising some new error like Windows was unable to complete the format, or Format volume is greyed out.
So what else you can do to repair the corrupted disk? Maybe you can think about using CMD. This process involves Windows command prompt which is commonly known as CMD. Therefore, you have to enter some CMD commands to forcefully format your corrupted pen drive/SD card. Below is the detailed guide.
First of all, open the CMD window: click the Start button, input “cmd” in the search box, right-click Command Prompt, select “Run as administrator”.
Then type the following command and press enter after each.
Diskpart
list disk: a list of all the storage devices connected to your computer will be displayed.
select disk <the number of your disk>: (example: select disk 2).
Cautions: Make sure you enter the disk number correctly. Otherwise, you may format your internal hard drive.
Clean
create partition primary
active
select partition 1
format fs=fat32.
Forcefully Format USB
The corrupted SD card can be forcefully formatted in a few minutes. Don’t exit the CMD window until the formatting is completed.

Method 2: Repair a corrupted flash drive without formatting (check& fix the bad sectors)

If directly formatting the corrupted drive is the last method you will try since it erases everything important, then you can check whether there are some bad sectors on the pen drive or SD card, then fix it. Also, you could run the CHKDSK to check the disk error, but if the command prompt isn’t your thing, please attempt an SD card repair tool called AOMEI Partition Assistant, that is available for Windows 10, Windows 8.1, Windows 8, Windows 7, Vista, XP.
Check bad sectors of partition and fix it
(1) Download the freeware. Install and run it. Right click a partition of the corrupted disk and choose “Check Partition” under “Advanced” tab.
Check Partition
(2) Then select the way of checking errors to perform and click “OK”, as you can see from the following screenshot.
Check Bad Sectors
In this way, you can repair corrupted pen drive or SD card much easily and more effectively than CMD.

A little Advice

With the increasing popularity of pen drive or SD card, most computer users would like to store their important data, like photos, music, working files, study stuff and more on such storage device. But many error might occur for no reason, such as USB flash drive showing 0 Bytes. Some of these error might threaten the security of the files. So it is wise of you to develop a habit of making a schedule files backup
Please Like My Post  To Keep Supporting 

Saturday, December 1, 2018

How to Check Disk for Errors Using chkdsk and Command



Submitted on 12/05/2017
Points covered:

What is chkdsk

Chkdsk is a basic Windows utility that scans a hard disk, usb / external drive for errors and can fix filesystem errors for free without using any external tools.

Windows chkdsk features

Major features of chkdsk:
  • scans/fixes NTFS/FAT drive errors
  • marks bad sectors (physically damaged blocks)
  • scans other memory devices (USB sticks, SSD external drives and SD cards) for errors
Chkdsk utility is a component of all Windows versions, including 10, 8, 7 and XP, as well as DOS (scandisk utility). It can also be run from a Windows installation disc.
We are going to cover CheckDisk features, list available commands and ways to run the utility in Windows further in this article.

How to check your computer / disk for errors using Chkdsk GUI

1. Go to File Explorer (you can open it from the Quick Launch Toolbar or Start menu)
2. Go to the main section, press "This PC"
3. In the Right-click menu specify the disk, memory card or another removable disk which needs scanning for errors

Select the disk to check
How to run chkdsk tool on Windows 10

4. Go to the section Properties – Tools
5. In the section Error-Checking press Check. The command will be executed for users with administrative privileges

Error checking option
Windows chkdsk app

6. If there are no errors found, perfect. If some are found, Windows should fix them during the check of your HDD. 
7. Scanning process on chkdsk GUI can take quite a while, depending on the total space of the disk (or another device) undergoing it. 

Disk checking process
Error checking process (Windows 10)

8. When the scan hdd for errors is over, you will see a window saying “Your drive was successfully scanned”. 
9. Press the Show Details button to look at the information you may find useful: total disk space, byte allocation and detected errors (if there are any)
If you select a system partition (where Windows is installed) to scan, chkdsk will suggest delayed check after restart. The system will check drive for errors automatically according to the settings which are given below.
Video:

Running check disk from a command line

A console utility chkdsk is run from a Windows command line; it is helpful when testing HDD and checking it for reading errors. Its features are identical to a graphical shell.
To run the CHKDSK and use it to scan your filesystem for errors, follow the steps:
Windows 10:
  • Open power users menu pressing the Windows Key + X buttons,
  • Press the A button, select Command Prompt (Admin) in the list.
In earlier versions of Windows you can access a command prompt via Start > Run – “cmd”. 
Initially, when you run a console version of chkdsk utility you’ll see disk’s status. To start scan, enter the scan parameters:
chkdsk [Drive:] [parameters]
To scan disk F and fix the errors, type the following command:
chkdsk C: /f /r /x
Hit Y to confirm the disk repair command.

how to run check disk from cmd line
Using check disk tool from command line

Chkdsk repair commands:
  • /f –  to fix hdd errors
  • /r –  to locate bad sectors
  • “/x” – to force the drive to dismount before disk checking
The check disk utility options are not limited to these, and you can find out more about them typing /? in the command line.

How to check your disk for errors via Recovery Console (if Windows won’t start)

If Windows won’t start, you can run chkdsk on boot and check the hard drive for errors via recovery console. Therefore, chkdsk utility can be accessed this way:
  1. Insert Windows 10 installation disc and connect a bootable USB flash drive with Windows
  2. In BIOS define the type of booting
  3. After you start Windows installer ("Press any key to boot from CD or DVD…") select keyboard layout, language, time and a keyboard method and press Shift+F1
  4. Open recovery console by pressing Next – Repair your computer – Troubleshoot
  5. Execute the command chkdsk [f]: /f /r, where [f] stands for the disk scanned (see instruction above)

More hard disk recovery programs (chkdsk alternatives)

However, we should admit that chkdsk doesn’t fix all errors. For more thorough diagnostic of your hard disk use functional tools from other developers.
So if chkdsk hasn’t solved your problems, have a look at our diagnostic software review and try other ways and chkdsk alternatives.
Good luck!

BEST  OPERATING FOR HACKER  A hacker is a highly skilled computer operator who uses bugs and exploits to break into computer systems and ...