lkml.org 
[lkml]   [2020]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: F2FS Segmentation Fault
On 07/13, Nathan Royce wrote:
> On Mon, Jul 13, 2020 at 7:03 PM Jaegeuk Kim <jaegeuk@kernel.org> wrote:
> >
> > Hi Nathan,
> >
> > Could you try to say "N" here to move forward to fix the corrupted metadata?
> >
> > Thanks,
> *****
> Do you want to restore lost files into ./lost_found/? [Y/N] N
> Info: Write valid nat_bits in checkpoint
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x18eca] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x18ecb] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x18ecc] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x18ee3] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x18ee4] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x18ee5] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x18f78] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x18f79] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x18f7a] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x4d621] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x4d622] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x7fa32] in NAT
> [FIX] (nullify_nat_entry:2273) --> Remove nid [0x7fa33] in NAT
> Info: Write valid nat_bits in checkpoint
>
> Done.
> *****
>
> *****
> Info: Fix the reported corruption.
> Info: Force to fix corruption
> Info: Segments per section = 1
> Info: Sections per zone = 1
> Info: sector size = 512
> Info: total sectors = 124168159 (60628 MB)
> Info: MKFS version
> "Linux version 5.1.15.a-1-hardened (builduser@slave-1) (gcc version
> 9.1.0 (GCC)) #1 SMP PREEMPT Thu Jun 27 11:33:04 CEST 2019"
> Info: FSCK version
> from "Linux version 4.19.13-dirty (nater@devx64) (gcc version 8.2.1
> 20181127 (GCC)) #2 SMP PREEMPT Mon Dec 31 00:15:50 CST 2018"
> to "Linux version 4.19.13-dirty (nater@devx64) (gcc version 8.2.1
> 20181127 (GCC)) #2 SMP PREEMPT Mon Dec 31 00:15:50 CST 2018"
> Info: superblock features = 0 :
> Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000
> Info: total FS sectors = 124168152 (60628 MB)
> Info: CKPT version = 63f2b4a
> Info: checkpoint state = 281 : allow_nocrc nat_bits unmount
> Info: No error was reported
> *****
> I'm now booted in from my SDHC card. So it "seems" I'm good to go.
> But with the actions taken and the files I've seen displayed during
> the fsck, I'm thinking I'm going to reinstall all packages.
> Assuming the issue was related to the power outage, I do wonder why
> there weren't any fsck issues at bootup at that time. I hadn't had any
> disk issues before with that card.
> At least now I know the issue would be resolved by not saving the lost
> files and I can continue on my merry way.

I suspect the last power outage caused the FTL in the card firmware to point
the f2fs NAT table area to somewhere wrong flash cells. It may be possible
that we can't see any filesystem corruption easily, since it can corrupt
data area in higher possibility; this doesn't lead filesystem inconsistency.

I guess you use "-a" for fsck at boot up, which means scanning the disk when
runtime f2fs detects any inconsistent data. But that is true, only when the disk
guarantees SYNC_CACHE at least. Unfortunately, IMHO, such the flash card doesn't
support it gracefully, and thus, we can't rely on SYNC_CACHE which should be the
baseline to guarantee filesystem consistency. I think it'd be good to run "-f",
if sudden power cut happens in this case.

Thanks,

\
 
 \ /
  Last update: 2020-07-14 07:54    [W:0.097 / U:0.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site