# 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 ```