relan
relan
This means an I/O error. Most probably a hardware issue.
The fix (needs a bit of polishing): https://github.com/relan/exfat/tree/validsize
I like the idea, multi-thread operations are indeed suboptimal. Thanks for your proposal! I have a few concerns about the implementation: 1. Why `exfat_fptr`s need to be chained? 2. The...
I like the idea, multi-thread operations are indeed suboptimal. Thanks for your proposal! I have a few concerns about the implementation: 1. Why `exfat_fptr`s need to be chained? 2. The...
> exFAT prior to Windows 7 supports only timestamps in local time. I wonder if this is a lack of feature in filesystem itself or the filesystem driver? This is...
There's no roadmap. :) And no workarounds, as far as I can see. I'll have a look at this issue later.
Timezone offsets should work properly after 75f28b558a1a86b45308a3e7d0af222624bc2c61.
I plan to make a release before the end of the year. Need to incorporate a couple of fixes.
What libc does this router use? Could you `strace` the mount command?
strace source code is here: https://github.com/strace/strace