USB File System: Unknown. GParted

I have an 8GB Flash disk (I don't know the exact model). I deleted partitions in GParted, and now it doesn't work. When I want to format the device, it says that "dev/sdb close device failed input/output error"

P.S I cant format disk "Error fsyncing/closing /dev/sdb1: Input/output error"

Output of sudo parted -l /dev/sdb:

Warning: Error fsyncing/closing /dev/sdb1: Input/output error
Retry/Ignore? retry
Warning: Error fsyncing/closing /dev/sdb1: Input/output error
Retry/Ignore? retry
Warning: Error fsyncing/closing /dev/sdb1: Input/output error
Retry/Ignore? retry
Warning: Error fsyncing/closing /dev/sdb1: Input/output error
Retry/Ignore? ignore
Model: Generic Flash Disk (scsi)
Disk /dev/sdb: 8389MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags 1 1049kB 8389MB 8388MB primary
13

1 Answer

Your USB stick definitely has a physical defect, so you have to go and replace it.

It looks like a memory cell at some position around 3GB has died. This is not repairable at all (especially not by software)! You can see this because the dd command you used should just write 00h (all bits to zero) to every memory cell on your device, without caring about partitions or file systems. As this did not work, the error is beyond any partitioning and formatting stuff and therefore seems to be hardware.
Sorry for having to say this, but your stick is ready for the dustbin.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like