How to format corrupt pendive
- Get link
- X
- Other Apps
How to format error Pendrive, sd card and any storage device.
Please follow the step by step
1) Open Start Menu > Open cmd using search option cmd open as run as administrator.
2)Now type " C: " like this and type this command in cmd " diskpart " after this your cmd screen look like this

3) Type "list disk" Which is show list disk
4) Now type this command "select disk" Which is Selected Disk
5) Type disk name u want to format or Diskpart ex: "select disk H " ( this is normal Pendrive, sd card, etc storage device name
6) Again type "list disk" command that shows which disk is selected
7) Now type " clean" command after done this show message diskpart successfully clean the disk.
8) then type "create partition primary" its show message diskpart successfully create the specified partition.
9) Now type "assign" command. Assign command mark the current partition as active.
10) Then type "select partition 1".
11) now type "format fs*fat32" take some time and show process
then go to your device and check it completely formatted.
2)Now type " C: " like this and type this command in cmd " diskpart " after this your cmd screen look like this

3) Type "list disk" Which is show list disk
4) Now type this command "select disk" Which is Selected Disk
6) Again type "list disk" command that shows which disk is selected
7) Now type " clean" command after done this show message diskpart successfully clean the disk.
8) then type "create partition primary" its show message diskpart successfully create the specified partition.
9) Now type "assign" command. Assign command mark the current partition as active.
10) Then type "select partition 1".
11) now type "format fs*fat32" take some time and show process
then go to your device and check it completely formatted.
Popular posts from this blog
PHP sample coding for easy learning.
What is PHP? For Web Application Development using Php Php full form is Hypertext Preprocessor and Php PHP is introduced by Rasmus Lerdorf in 1994. Php is a server-side scripting language like Asp, in other words, we can say Php is a powerful tool for creating dynamic and interactive web pages. PHP script is executed on the server it is a wamp, apache, and Php can use with many different databases like MySql, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc Php is server installation and writing PHP code is very simple and easy to understand and it is best and popular because one reason is it is an open-source software so it is free to download and use from the following Weblinks: www.php.net . Php is use on mostly all famous operating systems like Windows, Linux, Unix, Mac, etc. In the old day when PHP is used by the user and developer, it is known as the Core Php concept with some feature is not contain the current Php version. In today time Php ...
What is Python ? Intoduction of Python
Introduction of Python Python is the most used high-level programming language it's created by GUIDO VAN and first introduced in 1991. Python is contain object-oriented programming feature like java,c++ etc.Also in current time python is used for Data Science, hacking security applications and many other major areas in IT. Python used to execute the command in your terminal, using an interpreter so python use interpreter for run program. Python is open source and python is available for any Operating System like Linux, Unix, Window, MAC, Linux many more. Python is developed in the C++ Object-oriented programming language comparing other language python give you sample code and easy to understand in such are variable creation, define the function, object creation, many other areas.sum sample Arithematic operation in other languages with large and complex logic codes then Python gives this operation with small and sample logic with faster output. How v...
Sample way to install wamp sever on window 10
How install Wamp Server for window 10 Wamp means window, Apache, Mysql, Php. Wamp is run on basically window operating system and another server is Xamp for others and also for the window is available. This software is used for PHP web development. Here is some link for download wamp server: WAMPSever: http://wampserver.com/en/ Xampp: http://apachefriends.org/en/xampp.html Sourceforge: https://sourceforge.net/projects/wampserver/files/latest/download Click on this download link and you will be taken to the source forge download site. here I used wamp version 2.4 its includes apache, Mysql and Php different version. Now back to the installation process so first after download wamp sever click on to .exe file in the basic download folder of browser. This version wamp 2.4 setup file is normally 34 MB size. After double click on setup show pop menu with wamp log and other details o...
Comments
Post a Comment
Thank you for comment and your feedback.