When I run the above code, I always get the error F_ERR_TASKNOFOUND. I'm not sure why I'm seeing this after calling f_enterFS(). Any help is appreciated.
that manual is written for a generic OS.
your code should/must adhere to what the netburner OS uses.
start with a basic netburner example program and then add your new stuff.
my first guess to the specific of this problem is related to not setting
main's priority before using the file system.