-
Notifications
You must be signed in to change notification settings - Fork 162
Description
I'm not sure if I'm doing something wrong here... but I'm trying to test a micro SD card and i'm getting no output. And I really do mean NO output. it's as if i'd just hit enter without typing anything.
I'm on Arch Linux with KDE, kernel 6.18.2-arch2-1.
I've tried installing it and running f3write /run/media/damiano/MICROSD/ && f3read /run/media/damiano/MICROSD i've tried running ./f3write /run/media/damiano/MICROSD/ && ./f3read /run/media/damiano/MICROSD/ from within the unzipped files folder, i've tried running f3write and f3read as separate commands... zero. zilch. nada. not even a "command not found" error or anything. I even tried running f3write and f3read with no parameters to see if i'd get "correct usage" info, but still nothing. What gives?