Consider enabling CONFIG_EXFAT_FS in the kernel #259
Labels
No labels
CI enhacement
CS10 (chromestick)
HIGH PRIOROITY
Low Priority
Solved
TODO
arm64
armhf
bug
c100 (veyron minnie)
duplicate
enhancement
good first issue
help wanted
invalid
minor bug
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ev4/PrawnOS#259
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I occasionally use exFAT to format higher capacity drives that need compatibility with macOS and/or Windows, in addition to GNU/Linux.
Kernel 5.4 introduced an exFAT kernel driver, and vastly improved it in 5.7. It can be enabled with CONFIG_EXFAT_FS and offers some performance gains over the FUSE implementation.
Not a must have, but convenient.
funny enough, I thought I had already enabled this. Turns out it was only on arm64. Now enabled on armhf as well. Thanks @gregordinary :)