I’m running a freshly install 18.04.
In trying to sort out my USB ports on my HP 8470P I ran into a mess.
I started with a freshly formatted NTFS SanDisk Cruzer Glide 3.0 32GB USB
Changed over to that drive and ran the following commands
fred@Fred-UM:/media/fred/Grey$ sudo dd if=/dev/zero of=./zero.txt bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB, 1000 MiB) copied, 5.78271 s, 181 MB/s
fred@Fred-UM:/media/fred/Grey$ rm zero.txt
fred@Fred-UM:/media/fred/Grey$ sudo dd if=/dev/zero of=./zero.txt bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB, 1000 MiB) copied, 56.0523 s, 18.7 MB/s
fred@Fred-UM:/media/fred/Grey$ rm zero.txt
fred@Fred-UM:/media/fred/Grey$ sudo dd if=/dev/zero of=./zero.txt bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB, 1000 MiB) copied, 57.5003 s, 18.2 MB/s
fred@Fred-UM:/media/fred/Grey$ rm zero.txt
fred@Fred-UM:/media/fred/Grey$ sudo dd if=/dev/zero of=./zero.txt bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB, 1000 MiB) copied, 56.9522 s, 18.4 MB/s
I ran all the test back to back using the up arrow to retrieve the appropriate command.
Anybody have any idea of why it exhibits a 10:1 variance in write speed?
Thanks, Fred