Yang mempengaruhi kecepatan baca/tulis USB ada banyak hal, tetapi yang bisa langsung di cek adalah apakah sudah USB 3? Di masukin ke slot USB 3?

Banyak penjual bertebaran didunia maya yang memberikan flashdisk dengan harga miring, kapasitas wah.

Kalo saya biasanya lebih memilih berbelanja di toko resmi dari merek flashdisk tersebut.

Disini kita akan mencoba untuk tes kecepatan read/write USB Flasdisk dengan bantuan aplikasi F3

1.Cara Install aplikasi F3

Fedora

dnf install f3

Ubuntu/Debian

apt install f3

2.Cara Penggunaan

Untuk melakukan test baca/tulis, terlebih dahulu mount USB tersebut, biasanya lewat klik dua kali di File Manager. Contoh disini flashdisk saya di mount ke /run/media/tommy/FDISK/, berada di /dev/sde

2.1 Tes kecepatan Write (tulis)

f3write /run/media/tommy/FDISK/

output

F3 write 7.0
Copyright (C) 2010 Digirati Internet LTDA.
This is free software; see the source for copying conditions.
 
Free space: 28.81 GB
Creating file 1.h2w ... OK!                          
Creating file 2.h2w ... OK!   
...
...

2.2 Tes kecepatan Read (baca)

f3read /run/media/tommy/FDISK/

2.3 Cek Keaslian Kapasitas Flashdisk

f3probe --destructive --time-ops /dev/sde

hasilnya

F3 probe 7.0
Copyright (C) 2010 Digirati Internet LTDA.
This is free software; see the source for copying conditions.
 
WARNING: Probing normally takes from a few seconds to 15 minutes, but
         it can take longer. Please be patient.
 
Good news: The device `/dev/sde' is the real thing
 
Device geometry:
	         *Usable* size: 28.87 GB (60549120 blocks)
	        Announced size: 28.87 GB (60549120 blocks)
	                Module: 32.00 GB (2^35 Bytes)
	Approximate cache size: 0.00 Byte (0 blocks), need-reset=no
	   Physical block size: 512.00 Byte (2^9 Bytes)
 
Probe time: 11'55"
 Operation: total time / count = avg time
      Read: 589.6ms / 4815 = 122us
     Write: 11'54" / 4192321 = 170us
     Reset: 508.3ms / 1 = 508.3ms

Leave a comment

Your email address will not be published. Required fields are marked *