You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running f3probe (compiled from 447e373 )on this AliExpress 2TB card (proved fraudulent with f3write/f3read). But it fails with a strange error:
$ /home/p/projects/f3/f3probe --destructive --time-ops /dev/sdc
F3 probe 8.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.
f3probe: libprobe.c:602: find_cache_size: Assertion `done' failed.
Aborted
Any ideas what might be wrong?
The text was updated successfully, but these errors were encountered:
According to the source, either this drive is doing something unpredicted, or there's a bug somewhere. f3probe failed while trying to figure out the cache size of the drive. During this test stage, f3probe found a bad block, but something happened that pushed the execution into an unpredicted state that triggered the assertion. Assertions are sanity checks in the code that make sure that everything is moving as intended.
If you can and are willing, I'd be interested in receiving this drive as a donation to see if there's a way to improve f3probe.
I'm running
f3probe
(compiled from 447e373 )on this AliExpress 2TB card (proved fraudulent withf3write
/f3read
). But it fails with a strange error:Any ideas what might be wrong?
The text was updated successfully, but these errors were encountered: