Somehow I ended up with an external drive that only had Windows and Mac backup software on it. Nonetheless, I backed up data from my primary HD and the drive seemed to work fine until I had a power outage and the drive would no longer mount.
After some research I was led to a solution based on the notion that it's a Windows drive that sets a header flag when there's an improper shutdown, given that Windows will see the flag on boot and run checkdsk to diagnose the disk and clear the flag.
The solution is sudo ntfsfix /dev/xxx where the mount specification is the external drive.
This has now happened multiple times and each time is a nail biter. I'm also having some machine freezing with 23.04 that hasn't been an issues since my first ubuntu, 17.10. So my instinct tells me I'm pushing my luck with this drive.
Does it seem like I'd be better off to copy up the backup files to my primary HD, reformat the external backup drive to Ext4, and then copy down the backup files from my primary HD to the external drive?