sudo dd status=progress if=/dev/zero of=/dev/sdX
fills it with null, should work after that
That didn't work. Here is the output from terminal.
atcop12@Gamezation:~$ sudo dd status=progress if=/dev/zero of=/dev/sdX
[sudo] password for atcop12:
3900543488 bytes (3.9 GB, 3.6 GiB) copied, 6 s, 650 MB/s
dd: writing to '/dev/sdX': No space left on device
8080121+0 records in
8080120+0 records out
4137021440 bytes (4.1 GB, 3.9 GiB) copied, 6.36114 s, 650 MB/s
atcop12@Gamezation:~$
It is a 32GB drive so these numbers look off to me.
can you use gparted on it?
It shows up, but as a 114GiB drive.
You need to replace 'X' with whatever your thumb drive is, it's sdb, sdc, sdd and so on.
'lsblk' will list all storage devices connected to the pc, use that to identify your drive.
Make sure you wont use dd to overwrite your hard drive, (sda in most cases but you never know)
Can you check the integrity of every block of the card?
