TranslateProject/sources/tech/20171114 Restore Corrupted USB Drive To Original State In Linux.md
Ezio bdf9562b77 Rename 20171114
Restore Corrupted USB Drive To Original State In Linux.md to 20171114 Restore Corrupted USB Drive To Original State In Linux.md
2018-01-05 19:34:19 +08:00

4.0 KiB
Raw Blame History

Restore Corrupted USB Drive To Original State In Linux

Many times our storage devices like sd cards and Pen drives get corrupted and unusable due to one or other reasons.

It may be because of making a bootable media with that device , formatting via wrong platforms or creating partitions in that device.

Restore Corrupted USB Drive to Original state

linux system disk manager

Warning : The following procedure will format all your data from your device

Whatever the reason, the final outcome is that we are not able to use that device.

So here is a solution to restoring a corrupted usb drive or sd card to its original working state.

Most of the times a simple format via the file browser solves the problem, But for extreme cases where the file manager isnt helpful and you need your device working, you can follow this guide.

We will be using a small tool called mkusb for this purpose. The installation is easy.

Add the repository tor mkusb.

sudo apt add repository ppa:mkusb/ppa

Now, Update your package lists.

sudo apt-get update

Install mkusb

sudo apt-get install mkusb

Now launch mkusb. You will get this prompt, click Yes.

run mkusb dus

Now mkusb will ask you one last time if you wish to proceed with the formatting of the data, Stop will be selected by default. You now select Go and click OK.

linux mkusb

The window will close and your terminal will look like this.

mkusb usb console

In a few seconds, the process will be completed and you will get a window popup like this.

restore corrupted usb drive

You need to now remove the device from the system and plug it back in. Your device is Restored to a normal device and it will function properly like before.

linux disk manager

Now I know all of these could have been done via terminal commands, gparted or some other software etc. But that would require some level of knowledge about partition management.

So its always good to have a small tool like this to automate the boring work for you.

Conclusion

mkusb

is a fairly easy to use program that can help you repair your usb storage devices and sd cards. It is available through the mkusb ppa as mkusb. All operations on mkusb will require superuser permissions and all your data on that device will be formatted.

Once the operation is completed You will have to reattach the device to make it work.

If you have any queries feel free to post them in the comments section below.


via: http://www.linuxandubuntu.com/home/restore-corrupted-usb-drive-to-original-state-in-linux

作者:LINUXANDUBUNTU 译者:译者ID 校对:校对者ID

本文由 LCTT 原创编译,Linux中国 荣誉推出