Sample Header Ad - 728x90

Final steps to repair corrupted F2FS SD Card - How to fix "can't read superblock"

1 vote
0 answers
736 views
[I modified the question to reflect the progress] The TLDR version is, the card is adopted storage that says corrupted f2fs. I used the process detailed Here but when I tried to mount the decrypted SD Card I got "system call failed: Structure needs cleaning".
#mount -t f2fs /dev/mapper/crypt1 /mnt/1/
: /mnt/1: mount(2) system call failed: Structure needs cleaning.
When I tried to use fsck, I got "Error: In use by the system!"
#fsck.f2fs /dev/sdc2
: In use by the system!
Below is the info that may help you help me.system call failed Error:in use by the system lsblk enter image description here I'm guessing this is the reason for corruption I'm not a linux expert, is this something I can correct? After
.f2fs /dev/mapper/crypt1; mount -t f2fs -o ro,norecovery /dev/mapper/crypt1 /mnt/1;
I get: many more like this many more like this enter image description here enter image description here enter image description here enter image description here I'm not sure what to do next; if I restore is the lost directory on the corrupted drive or the main drive?
Asked by Captain-Science (11 rep)
Feb 8, 2023, 06:02 PM
Last activity: Feb 10, 2023, 07:36 PM