wapvi normally NTFS is the slowest on Linux due to bad ntfs-3g module.
May be you should try increase read ahead setting for ext4 mounting options of that harddisk in fstab.
But before you that, check the read performance of your disk first. Here is mine 31 mb/sCode Display More############################################## # LibreELEC # # https://libreelec.tv # ############################################## LibreELEC (community): 8.2.2.3 (S905.arm) LibreELEC:~ # df -h Filesystem Size Used Available Use% Mounted on devtmpfs 805.8M 125.4M 680.4M 16% /dev /dev/mmcblk1p1 511.7M 133.0M 378.8M 26% /flash /dev/mmcblk1p2 6.7G 268.1M 6.4G 4% /storage /dev/loop0 125.5M 125.5M 0 100% / tmpfs 907.2M 0 907.2M 0% /dev/shm tmpfs 907.2M 7.5M 899.7M 1% /run tmpfs 907.2M 0 907.2M 0% /sys/fs/cgroup tmpfs 907.2M 1.9M 905.3M 0% /var tmpfs 907.2M 4.0K 907.2M 0% /tmp /dev/sda5 149.0G 4.0G 145.0G 3% /var/media/sda5-usb-ST916031_0AS_536 LibreELEC:~ # hdparm -t /dev/sda5 /dev/sda5: Timing buffered disk reads: 94 MB in 3.00 seconds = 31.30 MB/sec LibreELEC:~ #
mine reads at 23
/dev/sdb1:
Timing buffered disk reads: 66 MB in 3.04 seconds = 21.72 MB/sec
LibreELEC:~ # hdparm -t /dev/sdb1
/dev/sdb1:
Timing buffered disk reads: 70 MB in 3.04 seconds = 23.06 MB/sec
LibreELEC:~ # hdparm -t /dev/sdb1
/dev/sdb1:
Timing buffered disk reads: 72 MB in 3.02 seconds = 23.82 MB/sec
LibreELEC:~ #