I was developing a website in Next Js 15 using pnpm on my old PC running Linux Mint. While starting the development server using pnpm dev, I get this warning:
Slow filesystem detected. If /home/user/Documents/shopify/.next is a network drive, consider moving it to a local folder. If you have an antivirus enabled, consider excluding your project directory.
Is it because I am using an HDD instead of an SSD? I am not using a network drive as I am running linux mint directly on my HDD, and I don't have an antivirus software running currently.
I tried running the same codebase on my modern SSD laptop and I don't get the error. So, is it primarily because of my HDD or is there something else going on?