

There’s nothing wrong with Mint, it’s solid. If it works for you don’t stress about it
The only thing is that it’s based on Ubuntu LTS so it’s packages can be a bit old. Doesn’t really matter much unless you have very new hardware and need the hardware support. Then something Fedora based like Bazzite would be better.
For getting newer software you can use flatpak/Flathub.
Bazzite is also “immutable” which makes it harder to break on a system level, but also harder to tinker on a system level. Mint is a “normal” distribution in that regard. Mint does have Timeshift for taking system level snapshots, on the off chance that an update or your tinkering breaks something. Its worth checking that Timeshift is set up for automatic snapshots
I had the same happen on the root folder on a SATA SSD. The SSD was dying (don’t remember if there was SMART errors, but the dmesg log showed write-errors. I cloned old SSD to a new SSD and haven’t seen the problem since. That was years ago.
When there are multiple consecutive write errors, Linux will re-moumt the partition as read-only to protect the data. (There usually a statement along the lines of “on-error:remount-ro” for the partition in the
/etc/fstabfile)