Friday, 4 August 2017

Flash Drive showing less space or having an error

USB-Flash drive showing less storage ! after installing linux or any other OS.

Well here is the solution.
Follow the steps to bring back the drive to original state.

(1) Open Command-promt in windows.


(2)enter ' diskpart' and grant access to run the application.


(3)Then enter the following codes below.

     'list disk'
     'select disk x'
     'clean'

If cleaning fails try the command again it will work

     'create partition primary'
     'select partition 1'
     'active'
     'format fs=ntfs quick'
     'assign'

The exit the command promt.
If you have any queries post them in the comment section.



 

No comments:

Post a Comment

             The `this` keyword in java The this keyword in java can be used for different purposes. Some of these are listed below. ...