Cant mount ext4 drive

I have a usb encloser that had hdd in it.

when I try to mount it in openwrt, it gives this error.
mount: /mnt/data: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error.

in logs I see this:
EXT4-fs (sdb1): couldn't mount RDWR because of unsupported optional features (10000)

after some search I see that the mount (or kernel) on openwrt doesnt support some feature on the ext4 partition.
and I have read that I eaither have to format the drive again or turn off that feature.

the drive is in TBs of data so formating it should be last option.

so can someone tell me if I can fix this with something like this:
tune2fs -O ^metadata_csum /dev/sdb1
but that was for EXT4-fs (sdb1): couldn't mount RDWR because of unsupported optional features (400)

what should I put instead of ^metadata so I can mount it?

Did you install kmod-fs-ext4?

yes of course.
forgot to say that.

I have a usb flash drive too that is also ext4 and that mounts fine.

I have tried with another hdd that is btrfs and I have installed the kernel driver and btrfs progs and restarted router.

even with btrfs drive I get the same error for mount as:
mount: /mnt/data: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.

and in logs I get this:

Fri Sep  8 10:27:04 2023 kern.info kernel: [  277.572525] F2FS-fs (sdb): Magic Mismatch, valid(0xf2f52010) - read(0xfc63daf)
Fri Sep  8 10:27:04 2023 kern.err kernel: [  277.580002] F2FS-fs (sdb): Can't find valid F2FS filesystem in 1th superblock
Fri Sep  8 10:27:04 2023 kern.info kernel: [  277.588072] F2FS-fs (sdb): Magic Mismatch, valid(0xf2f52010) - read(0x0)
Fri Sep  8 10:27:04 2023 kern.err kernel: [  277.595114] F2FS-fs (sdb): Can't find valid F2FS filesystem in 2th superblock

though that might only be for f2fs type that I read here is not important.

what is going on?
why I cant mount a btrfs drive.

now I am afraid that if I backup my data and format it, it still may not work.

Generally you'd mount a partition on sdb such as sdb1 not sdb which refers to the whole drive.
Make sure that kmod-fs-btrfs is installed.