Looks like you are right.
It was downloading to a network share, I switched it to the host ssd and its working now.
Any suggestions as to what may be causing it?
The share is a hetzner storage box (server is on a hetzner vps)
It was working flawless until today.
I know this a more general question and I really appreciate the help!
Code: Select all
user@server:/mnt/store$ dd if=/dev/zero of=/mnt/store/downloads/test bs=1G count=1 oflag=dsync
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 5.94178 s, 181 MB/s
user@server:/mnt/store$ dd if=/dev/zero of=/mnt/store/downloads/test bs=1G count=1 oflag=dsync
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 6.39442 s, 168 MB/s
user@server:/mnt/store$ dd if=/dev/zero of=/mnt/store/downloads/test bs=1G count=1 oflag=dsync
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 6.66779 s, 161 MB/s