relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
779 stars 176 forks source link

High CPU usage with exfat #169

Open johnnyjacq16 opened 3 years ago

johnnyjacq16 commented 3 years ago

@relan On a linux system I have experiencing this issue with exfat

The linux system:

112353623-d1b8e980-8cc3-11eb-8db6-340e881054d0.png

I have upgraded to kernel version 5.10 with the same problems

The issue: 112540372-00a98b00-8daa-11eb-8c9d-d00037946b4e.png

112354905-11340580-8cc5-11eb-8798-640bb7da10ec.png

How can this problem be resolved?

relan commented 3 years ago

How can this problem be resolved?

This may be solved by compiling fuse-exfat with profiling enabled, gathering the profile data under your workload and analyzing it :)

johnnyjacq16 commented 3 years ago

@relan thank you for your response, could you provide the instructions to compile into a deb package that can be installed with dpkg or gdebi.

johnnyjacq16 commented 3 years ago

@relan @EdwardBetts Thanks for your help so far, I still have the above issue. Could you provide the instructions to compile into a deb package that can be installed with dpkg or gdebi? @relan