On 31.03.21 04:41, Jaegeuk Kim wrote:
Hi,

On 03/27, beroal wrote:
Ping.

On 20.03.21 00:46, beroal wrote:
Hi. After I extended a partition containing F2FS with a recent version
of Gparted, the partition no longer mounts. `mount` reports an error,
but `fsck.f2fs` does not see any problem (well, except for `Invalid CP
CRC offset: 0`) and does not fix the file system.

```
losetup /dev/loop0 arch-os.img
mount -t f2fs -o ro /dev/loop0 /root/mnt/temp
```

```
[ 6890.647749] F2FS-fs (loop0): Wrong valid_user_blocks: 16040048,
user_block_count: 10016768
[ 6890.647808] F2FS-fs (loop0): Failed to get valid F2FS checkpoint
```

```
losetup -d /dev/loop0
fsck.f2fs arch-os.img
May I ask run this?

# fsck.f2fs -d 3 arch-os.img?
The result is a log of size 270 MB. I'll send it privately to [email protected] if you don't mind. It contains directory and file names.


_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to