Re: Bargain 1G Rock64 December 21, 2019 09:02AM |
Registered: 7 years ago Posts: 373 |
root@rock64:~# dd if=/dev/sda of=/dev/null bs=4M count=512 512+0 records in 512+0 records out 2147483648 bytes (2.1 GB, 2.0 GiB) copied, 18.5152 s, 116 MB/s
root@Debian:/mnt# cd tmp root@Debian:/mnt/tmp# ls . .. bigfile root@Debian:/mnt/tmp# dd if=bigfile of=/dev/null bs=4M 512+0 records in 512+0 records out 2147483648 bytes (2.1 GB, 2.0 GiB) copied, 40.6479 s, 52.8 MB/s root@Debian:/mnt/tmp# dd if=/dev/zero of=bigfile2 bs=4M count=512 512+0 records in 512+0 records out 2147483648 bytes (2.1 GB, 2.0 GiB) copied, 49.072 s, 43.8 MB/s
Re: Bargain 1G Rock64 December 22, 2019 07:07AM |
Registered: 11 years ago Posts: 1,303 |
Re: Bargain 1G Rock64 December 22, 2019 08:56AM |
Registered: 7 years ago Posts: 373 |
Re: Bargain 1G Rock64 December 24, 2019 06:24AM |
Registered: 11 years ago Posts: 1,303 |