andrewmoore
Cadet
- Joined
- Aug 23, 2017
- Messages
- 6
Hi all,
I've just setup FreeNAS for the first time. As part of my migration I moved my data onto a Synology DS216j temporarily, moving the data onto the Synology I was getting about 100MB/s write.
I've just tried to move the data off the Synology onto my new FreeNAS build and the write speeds are really slow, peaking at around 25MB/s for larger files.
The two methods I've tried are as follows:
Creating an NFS share on the Synology and mounting it on FreeNAS, then using rclone to copy it over to my FreeNAS volume.
This resulted in 25MB/s write.
rclone from the Synology pushing to FreeNAS
Again, 25MB/s write.
If I do a local disk speed check I get slightly higher results but still very poor.
Config is as follows:
Any help would be appreciated. New to all this, thanks in advance.
I've just setup FreeNAS for the first time. As part of my migration I moved my data onto a Synology DS216j temporarily, moving the data onto the Synology I was getting about 100MB/s write.
I've just tried to move the data off the Synology onto my new FreeNAS build and the write speeds are really slow, peaking at around 25MB/s for larger files.
The two methods I've tried are as follows:
Creating an NFS share on the Synology and mounting it on FreeNAS, then using rclone to copy it over to my FreeNAS volume.
Code:
mount -t nfs 172.16.1.207:/volume1/backup /mnt/backup/ rclone -avhP /mnt/backup /mnt/Storage
This resulted in 25MB/s write.
rclone from the Synology pushing to FreeNAS
Code:
rsync -avhP /volume1/backup/ root@172.16.1.240:/mnt/Storage/
Again, 25MB/s write.
If I do a local disk speed check I get slightly higher results but still very poor.
Code:
dd if=/dev/urandom of=/mnt/Storage/testfile bs=1024 count=5000000 5000000+0 records in 5000000+0 records out 5120000000 bytes transferred in 137.445803 secs (37251046 bytes/sec)
Config is as follows:
- FreeNAS 11.1-U1
- 8x 3TB WD Red in RAIDZ2
- 32GB DDR4
- 2x gigabit ports (LACP - Intel I350 controller) - I've tested without LACP and the speed doesn't change.
Any help would be appreciated. New to all this, thanks in advance.
Last edited: