-
-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mounting exfat drive cause large CPU spike #3027
Comments
@githubsucks-usegitlab I will try to replicate on Buster VM to check if it's Buster or RPi specific. Did you compare with the current Raspbian Lite Buster version? Tested on VM with exact same fstab entry and as well some others, like defaults of DietPi-Drive_Manager. CPU usage stays at 0.0% in every case. So no Buster-specific issue but either an RPi4-specific or Raspbian Buster-specific issue, probably driver or firmware related. However important comparison is DietPi Buster vs Raspbian Lite Buster here. Will also run some test on RPi2 with our Buster image. |
Thanks for testing. I'm using the 'experimental' image that you said you merged to 'stable' or w/e after it was reported that the stable did not work with the R-Pi 4 but Buster did. Not sure if you have made any changes to this image or not since then. I've also done a
Since posting this but still get the same CPU spike issue. I'm not sure though that testing on a vm will really make this replicateable. |
@githubsucks-usegitlab
Nope, no important changes have been done since the experimental image has been created at first.
Indeed this was only a test I was able to do quickly, just to assure that it is no general Debian Buster or DietPi issue. I did not yet find time to plug my testing SDcard into RPi so far, to test on RPi2 Buster, will do soon. |
I mark this issue as closed now. Two firmware updates have been release meanwhile which in question fixed the issue. Feel free to reopen if required. |
Creating a bug report/issue
Required Information
10.0
Linux DietPi 4.19.58-v7l+ #1245 SMP Fri Jul 12 17:31:45 BST 2019 armv7l GNU/Linux
Additional Information (if applicable)
Steps to reproduce
Install exfat support with:
auto mount the exfat partition at boot with:
sudo nano /etc/fstab
UUID=urUUIhere /mnt/exfat exfat defaults,auto,umask=000,users,rw 0 0
Expected behaviour
mount doesn't cause CPU usage to be stuck at 10% constant usage, but instead stays between 0.0% - 0.1% as it does on Raspbian OS.
Actual behaviour
CPU usage stuck on 10% for the process. CPU temp increased by a whopping 20%!
Extra details
No writes/reads are happening to the drive. This doesn't happen on Raspbian. This is a new install. I understand I could just not use exfat but I want to and I'm sure other people need it. Either way, the CPU usage of this process shouldn't be so high.
P.S. Damn Github causing a full reload of my post when I clicked 'no' to a pop-up prompt... and you wonder why people hate this site.
The text was updated successfully, but these errors were encountered: