Skip to main content

How To Fix Corrupted SD card or Pen Drive using cmd

 

How to Format SD Card Using CMD on 

Windows 10/8/7

Diskpart is a built-in tool in Windows that manages your hard drives. You can use it to format the damaged or corrupted internal or external hard drive, USB drive, SD card, etc. This method is somewhat higher-leveled, and the Diskpart command is not recommended if you find it hard to go through the whole process


Step 1. Press ' Ctrl + r' on Your keyboard  and a popup has appeared in the popup type 'cmd'  or search in the search box for cmd  in Windows 10, and then you'll get the best match Command Prompt. Right-click on it and choose "Run as administrator"


Step 2. In the command prompt, type diskpart and press "Enter".


Step 3. Type list disk to list all the available drives and press "Enter".


Step 4. Type select disk + disk number ( for example, select disk 2) to select the SD card you want to format and press "Enter".


Step5:  type  'clean'  and press enter


Step6: type ' create partition primary' and press enter

Step7: type ' active' and press enter

Step8: type ' select partition 1 ' and press enter


Step8: Type format fs=fat32 (or format fs=ntfs
) and press "Enter"  



hope it will Help You to Fix Corrupted SD card or pen drive

Comments

Popular posts from this blog

How to hide Files in Secret Folder using Notepad

  You can easily lock any folder on your Windows computer with a simple Notepad hack. By creating a batch file, you can hide a folder and require a password be entered before it becomes visible and accessible. This is a great tool for locking sensitive information, like pictures, financial statements, and a lot more. This trick will work on just about any version of the operating system, including Windows 10, Windows 7, Windows XP, Windows 98, and so on. Step1:Open Notepad Start by opening Notepad, either from search, the Start Menu, or simply right-click inside a folder, then choose New -> Text Document. Step2:Add Code to Document Now just copy the text below and paste it into your document. cls @ECHO OFF title adityanigamtech if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Do you want to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n...

Gta V?Question Answer?

What is Gta V? Grand Theft Auto V  is a 2013 action-adventure game developed by Rockstar North and published by Rockstar Games. It is the first main entry in the  Grand Theft Auto  series since 2008's  Grand Theft Auto IV . Set within the fictional state of San Andreas, based on Southern California, the single-player story follows three protagonists—retired bank robber Michael De Santa, street gangster Franklin Clinton, and drug dealer and arms smuggler Trevor Philips—and their efforts to commit heists while under pressure from a corrupt government agency and powerful criminals. The open world design lets players freely roam San Andreas' open countryside and the fictional city of Los Santos, based on Los Angeles. The game is played from either a third-person or first-person perspective, and its world is navigated on foot and by vehicle. Players...

What iS Rooting ? Advantage And disadvantage of Rootings?

What iS Rooting ? Advantage And disadvantage of Rootings?  What Is Rooting? Rooting   is the process of allowing users of   smartphones ,   tablets   and other devices running the   Android   mobile operating system   to attain   privileged control   (known as   root access ) over various Android subsystems. As Android uses the   Linux kernel , rooting an Android device gives similar access to administrative ( superuser ) permissions as on   Linux   or any other   Unix-like   operating system such as   FreeBSD   or   macOS . Rooting is often performed with the goal of overcoming limitations that carriers and hardware manufacturers put on some devices. Thus, rooting gives the ability (or permission) to alter or replace system applications and settings, run specialized applications ("apps") that require administrator-level permissions, or perform other operations that are oth...