c0xc / CapacityTester

Use CapacityTester to check if your USB thumb/flash drive lies about its capacity. Graphical tool to detect fake USB drives.
GNU General Public License v3.0
108 stars 14 forks source link

Interupted testing #23

Closed mmuruev closed 4 months ago

mmuruev commented 6 months ago

Seems like util cannot be interrupted, which is weird considering how long it takes. Make sense produce predictable files which can be reused (not it complains that it must be remove which is dull). The same for existing files. if I have files on flash make sense assume that they occupied space already, you can check it but it up to user you can verify rest of the space, and make report how much was verified and how much actually occupied by user files.

c0xc commented 4 months ago

Not sure if I got that right but I don't see the point of interrupting and resuming a test, the content would have changed in the meantime. And as for files already on the USB flash drive, they can be ignored although the reported offset might then be inaccurate.