SQLite Forum

[solved] disk I/O error on F2FS
Login
Most likely that your hard disk is corrupt, and SQLite is running into it when trying to make temporary files.  Especially since you report problems with FireFox and Discord too.

In your situation I'd be looking for things like <code>fsck</code> and <code>ntfsfix</code>.  Not to mention backing up all my files on another drive.