1

Topic: MicroSD Card damaged

I have a MicroSD (16GB) which I cannot access anymore. I've tried to use GParted (from a Parted Magic Live USB Stick), DISKPART (windows 7), fdisk (ubuntu) even EaseUS software, but nothing seems to make regain access to the chip...

My last atempt with GParted gave me a gparted_details file (see below))

I don't know what else to do...

I'd appreciate some help...



GParted 0.17.0 --enable-libparted-dmraid --enable-online-resize

Libparted 2.3

Formatar /dev/sde1 como fat32  00:00:20    ( ERRO )
       
calibrar /dev/sde1  00:00:00    ( SUCESSO )
       
caminho: /dev/sde1
início: 8192
fim: 31116287
tamanho: 31108096 (14.83 GB)
limpar assinaturas antigas do sistema de arquivos em /dev/sde1  00:00:00    ( SUCESSO )
       
write 68.00 KB of zeros at byte offset 0  00:00:00    ( SUCESSO )
write 4.00 KB of zeros at byte offset 67108864  00:00:00    ( SUCESSO )
write 4.00 KB of zeros at byte offset 15927341056  00:00:00    ( SUCESSO )
apagar cache de sistema operacional de /dev/sde  00:00:00    ( SUCESSO )
definir tipo de partição em /dev/sde1  00:00:00    ( SUCESSO )
       
novo tipo de partição: fat32
criar novo sistema de arquivos fat32  00:00:20    ( ERRO )
       
mkfs.fat -F32 -v -I -n " " /dev/sde1
       
mkfs.fat 3.0.24 (2013-11-23)
/dev/sde1 has 64 heads and 32 sectors per track,
hidden sectors 0x2000;
logical sector size is 512,
using 0xf8 media descriptor, with 31108096 sectors;
drive number 0x80;
filesystem has 2 32-bit FATs and 16 sectors per cluster.
FAT size is 15175 sectors, and provides 1942357 clusters.
There are 32 reserved sectors.
Volume ID is 3fde5ec4, volume label .
mkfs.fat: failed whilst writing FAT

2

Re: MicroSD Card damaged

My initial though is that MicroSD card is going bad.

If you are still running Parted Magic Live and haven't rebooted, then look in the system log for I/O errors from when you used GParted to try to create that FAT32 file system.

dmesg | less

If you have rebooted, and you don't care about the content of that MicroSD card, then try this destructive test on it:

sudo dd if=/dev/zero bs=1M of=/dev/sde1

Make sure that the MicroSD card is still device sde.  Use GParted to check.

Then look in the system log for I/O errors.

dmesg | less

3

Re: MicroSD Card damaged

mfleetwo wrote:
sudo dd if=/dev/zero bs=1M of=/dev/sde1

Make sure that the MicroSD card is still device sde.  Use GParted to check.

Got
dd: error writing '/dev/sdd1': No space left on device
15190+0 records in
15189+0 records out
15927345152 bytes (16 GB, 15 GiB) copied, 1153 s, 13.8 MB/s


mfleetwo wrote:

Then look in the system log for I/O errors.

dmesg | less

What shoul I look for?

4

Re: MicroSD Card damaged

Using dd to write to every sector on partition 1 of that MicroSD card worked.  (No I/O error from dd, just the full up message).

1. Capture new system log message as they occur, just in case any errors are reported.

dmesg -w -T -x

And press enter to put a blank line between old messages and any new messages.

2. Use GParted to create a FAT32 file system again on that MicroSD card again.

5

Re: MicroSD Card damaged

Hello, I am new in the forum and I search posts for SD damaged.
I used Gparted on Raspbian (I have no ubuntu pc now).
Unfortunately I cannot format the sd card.
This is the message when I do the "control" function of Gparted:

GParted 0.32.0 --enable-libparted-dmraid --enable-online-resize
Libparted 3.2
Controllo e riparazione file system (ext4) su /dev/sda2  00:00:01    ( ERRORE )
    
Calibrazione di /dev/sda2  00:00:00    ( SUCCESSO )
    
percorso: /dev/sda2 (%s)
Inizio: 500001
Fine: 249737215
Dimensione: 249237215 (118.85 GiB)


Controllo del file system su /dev/sda2 per la presenza di errori e loro eventuale correzione  00:00:01    ( ERRORE )
    
e2fsck -f -y -v -C 0 '/dev/sda2'  00:00:01    ( ERRORE )
    
ROOT_MNJRO: recovering journal
Superblock needs_recovery flag is clear, but journal has data.
Run journal anyway? yes


ROOT_MNJRO: ********** WARNING: Filesystem still has errors **********
e2fsck 1.44.5 (15-Dec-2018)
e2fsck: unable to set superblock flags on ROOT_MNJRO

Could you help me?