1

[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/ mount: /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 Error: 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 fsck.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?

0 Answers0