gemlog/public/en/hdd-performance-optimizations-on-fedora.gmi
2025-09-11 12:43:12 +03:00

12 lines
No EOL
289 B
Text

# HDD performance optimizations on Fedora
After migrating from Debian, my old HDD get stuck with modern SSD-oriented daemon tools.
Here are some tips to make Fedora thinking faster
## Disable crash auto-reporting tool
``` bash
sudo systemctl stop abrtd
sudo systemctl disable abrtd
```