WRT3200ACM with OpenWRT 21.02.1
Installed: block-mount and kmod-fs-ntfs
When attempting to MOUNT a Seagate 5TB USB3 drive formatted NTFS, I get the System Log error:
kern.err kernel: [ 130.763669] ntfs: (device sda2): parse_ntfs_boot_sector(): Volume size (5TiB) is too large for this architecture. Maximum supported is 2TiB. Sorry.
This combination worked in 19.07 to mount to this same drive.
Presumably you've been using ntfs-3g previously, not the old in-kernel NTFS module (which is rather unmaintained and supports only very basic write access; kernel >=5.15 will ship with the new ntfs3 driver developed by Paragon Software).
Yes I used ntfs-3g in 19.07. Correct me if I am wrong but ntfs-3g does not contain anything that allows the Mounting of the drive. I tried using just block-mount and ntfs-3g and could not mount the drive.
Did you format the drive by chance? The 2tb limit refers to partition size rather than drive size, so if you had multiple partitions less than 2tb before and reformatted to one partition of 5tb that would explain the error.
sorry but i have always installed only ntfs-3g + the kmod's indicated
the mounting of all my disks has always been automatic and are writeable without script