SD card accidentally formatted, can I get the data back?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

SD card accidentally formatted, can I get the data back?

Message par ForumBot »

SD card accidentally formatted, can I get the data back?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: SD card accidentally formatted, can I get the data back?

Message par ForumBot »

What I'd do.

Unless you have a Linux machine, boot up a Linux live USB on your laptop.

Mount your windows c:

Install ntfs-3g and mount it to /mnt

Use dd to make an image of the sdcard (assuming it's sdb);

sudo dd if=/dev/sdb of=/mnt/sdcard.img bs=1M

Eject the sdcard;

sudo eject /dev/sdb

Install photorec and point it to the image file. To see what you can recover. Recover files to /mnt/somediryoumake .

Good luck!
Répondre

Revenir à « Performance & Dépannage »