Recently Linux Mint stopped automounting my external drives, for some reason, which is why I'm putting this in the "mint-support" section. I'm not sure what happened but something broke the automount. I haven't made any system changes recently until today; I wanted my automount back, so I changed some settings for my drives in the disks app. I thought I avoided modifying my OS partition because it explicitly warned me that changing the settings may result in not being able to boot. Either something glitched or I brainfarted. Either way, thanks to the users on this page:
https://stackoverflow.com/questions/383595/repairing-fstab-read-only
I am able to boot into my system with this command at the tty: mount -n -o remount -t ext4 /dev/sdd2 /
My issue now is that I have to enter this command every single time I boot my system to get in. How can I fix this? Something somewhere is looking for the wrong device identifier to boot up my system. I've tried searching the net but I'm not understanding how to correct this error. I did check the grub file in /boot/grub/ but I'm struggling to understand what I should be looking for, if that's even the right place to look. From what I've read, I should look for "root=" under the Linux Mint Cinnamon menu option, which DOES have the correct UUID of my boot partition. So, I'm stumped. Help appreciated, thank you for reading.
Fixed by overwriting my fstab with a clean version of the file from one of my timeshift backups (always set up timeshift!). I've attached images of the "correct" and "broken" fstab formats in the comments below for people who may run into this issue in the future.