Many people in other distros are complaining like me from NTFS3,
which by their assessment isn't managing correctly the file system and causing data lose.
Due to research I found out that NTFS3 is flagging hard drives and their partitions frantically with "Dirty flags",
without proper report of the condition. The only thing that recommends is to be used "chkdsk" of Windows.
NTFS3 is supposed to replace NTFS-3G.
If read-only access - NTFS3 works fine, where writing - creates errors and corrupts HDD.
There is a bug found in the code in 2022 which causes a crash of the NTFS3 driver itself,
if compiled directly to the kernel, it crashes the whole system.
Refference to the bug article:
https://www.cyberark.com/resources/threat-research-blog/the-linux-kernel-and-the-cursed-driver
Refference to the bug report:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/ntfs3/attrib.c?id=6d5c9e79b726cc473d40e9cb60976dbe8e6696
There could be more bugs since the driver is not maintained by the owner, according to users and devs.
If you are experiencing lose of data in NTFS hard drive, and series of errors mounting NTFS drives or partitions,
may be this is your case.
Users suggest using FUSE kernel module with NTFS-3G for reading and writing data on NTFS
and blacklisting NTFS3 until the issues with it are resolved or removed from the kernel itself.