I'm on Linux.
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc https://www.cgsecurity.org/wiki/TestDisk used this once to recover an ext4 partition *after* someone had reformatted it as NTFS... YMMV. Good luck!
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc This looks like a bad block in the sector of the SD card. It seems that it can only be repaired using Windows.
https://superuser.com/questions/519513/repairing-a-corrupt-exfat-file-system
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc I accept the occasional death of an SD card to be the price of doing pleasure.
I also have a hoard of all my broken and way-too-tiny cards because of course I do.
Might be able to fix that worthless 64MB SD someday.
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc testdisk and photorec. And make a copy with GNU ddrescue before
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
maybe possibly: bootrepair
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc Other advice to make a copy and then use testdisk / photorec are good. But if you haven't checked with a known good card already, maybe the reader / adapter could be an issue too?
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc I see that other people have already mentioned them, but the right answer is testdisk/photorec and I've seen them save the day more than a few times.
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc Best you can do is image the device - if it is readable at all - and work with that. Do NOT try to work with the device directly if you can avoid it. Corruption lies in that direction. From now on treat it as read only (which also means not attempting to mount it, again).
-
@mcc Best you can do is image the device - if it is readable at all - and work with that. Do NOT try to work with the device directly if you can avoid it. Corruption lies in that direction. From now on treat it as read only (which also means not attempting to mount it, again).
@mcc There are forensic tools which will help make sense of the image if you can get one at all. Binwalk on the image, for starters. A bit overblown for your use case, but there's also Sleuthkit and Autopsy (proper forensic tools, which are great for data recovery, if you have the time and dedication).
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc
TestDisk might work but haven't tried it with exfat. It's very good for Linux filesystems. https://www.cgsecurity.org/wiki/TestDisk_Download -
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc This sort of thing but without the live Linux USB?
https://www.thelinuxvault.net/linux-backup-recovery/step-by-step-linux-data-recovery-tutorial/
-
@mcc This sort of thing but without the live Linux USB?
https://www.thelinuxvault.net/linux-backup-recovery/step-by-step-linux-data-recovery-tutorial/
@mcc I'd go down straight to the "make an image" bit first.
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
Probably tosst. What does fdisk -l /dev/sda report?
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc I've had good results with ddrescue and external drives.
-
@mcc I've had good results with ddrescue and external drives.
-
I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.
Windows refuses to even look at it.
Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?
@mcc second photorec. I've recovered files from borked SD cards using it on Ubuntu
-
Probably tosst. What does fdisk -l /dev/sda report?
@SpaceLifeForm without trying, I'd guess it reports that my internal drive (not exfat) is not exfat?
-
@SpaceLifeForm without trying, I'd guess it reports that my internal drive (not exfat) is not exfat?
-
@SpaceLifeForm without trying, I'd guess it reports that my internal drive (not exfat) is not exfat?
-
@SpaceLifeForm It's in the screenshot above