Hi there, I develop Linux spins based on openSUSE Tumbleweed. Currently the 
base system has Linux 5.14.0 and f2fs-tools 1.14.0. There is a bug that I can 
consistently reproduce with:
# mkfs.f2fs -f /dev/sda1
When the prior filesystem of /dev/sda1 is Btrfs, the `mkfs.f2fs` command is successful, 
but the filesystem type remains "Btrfs". Then the filesystem can be manually 
mounted with `mount -t f2fs ####` but only manually, the wrong FS type confuses the Linux 
boot process and won't allow it to mount in the case of a root partition. This appears to 
only happen when the previous filesystem is Btrfs. I have tested this bug to *not* occur 
when the previous filesystem is EXT4 and XFS.
Thanks a lot!


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

Reply via email to