How to format corrupt pendive
- Get link
- 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
How write java Sample Program
SQL plus and Get Started With Oracle Database 11g Express Edition
How to Install Oracle SQL PLUS When you work on non programmer database then most of users use SQL. SQL is a sample high-level language. In past time IBM co. is found.but its commercially implement by oracle corporation. . To install SQL plus we need to download Oracle 11g Database Express Edition because Express editions are free for use with different user login. Once you have to download the oracle 11g setup from any site I suggest you google search and download from any software site because the Offical site is required to sign up after you are available for download. Using this link and download 11g express edition: https://www.filehorse.com/download-oracle-database-express-32/ If given link not work you can search your way any site. but please download express edition because of its free version of the oracle database. Another way is CD or DVD is available is a good option. insert cd or DVD in DVD ROM then DVD is automatically run and show installation screen. Af
Comments
Post a Comment
Thank you for comment and your feedback.