Through Samba, I got on average 70MB/s when copying from Win 10 to Rock64 with conventional HDD.
Try putting in "noatime" option in your /etc/fstab. With Linux, if you can, try ext4 format instead of ntfs.
Here is my fstab:
By the way, I am using ayufan's Bionic
Try putting in "noatime" option in your /etc/fstab. With Linux, if you can, try ext4 format instead of ntfs.
Here is my fstab:
Code:
root@rock64:~# cat /etc/fstab
LABEL=boot /boot/efi vfat defaults 0 1
UUID="c56c18b8-5004-4ea6-ad62-dc62c8251c9x" /ftp/public ext4 nofail,noatime 0 2
UUID="ca764a03-db3d-49bc-b034-b05abc755ddx" /ftp/public3 ext4 nofail,noatime 0 0
By the way, I am using ayufan's Bionic
Code:
root@rock64:~# uname -a
Linux rock64 4.4.120-rockchip-ayufan-209 #1 SMP Mon Apr 2 16:05:07 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux