A couple of comments: First, if you get the yellow warning from the 68040.library, it means exactly what it says: You're loading the 68040.library on a 68060 system - and this cannot work. You need to load the 68060.library instead. For that, use a newer SetPatch that is aware of the 68060. Or patch an existing SetPatch to load the 680x0.library, which will again load the *right* CPU library for you. Hint: There is an installation script for all that which keeps care of the correct libraries and SetPatch. Manual installation causes risks, and these are the side-effects you're seeing. I'm *not* shipping a "dummy" library as this is an ugly and non-scalable solution. Concerning removable media: RDBs do not belong on removable media. An RDB is a boot-time configuration option allowing the hostadapter to automount the device when bootstrapping for it. It is a bad solution for removable media - if the RDB is read at all, the hostadapter has to create a new mount entry every time a medium is inserted, and it will create side-effects like the ones you have observed. Thus, stick to a static mount list for ZIPs and remove the RDB from the ZIP disks. There is one particular example for a ZIP drive mount list in Os 3.9 that came along with the ZIP tools. This mount entry should work, though it may not fit to how you configured your ZIP, so probably some adjustment is needed to read *your* formatted ZIPs. The problem is here that AmigaOs has no means of "adjusting" an existing mount once a file system has been created for a media, so it's a bad idea to enforce that. Merry Christmas!
I know, I've already got all your '060 libraries installed on there now. I was going from an '040 to an '060 and I just thought that requester was funny when I powered it up for the first time prior to changing the libs. Sorry, I have a weird sense of humor.

I'm not sure I understand the second half of your comment - I'm not the one using ZIP disks, that quote was just one I found in another forum from 10 years ago, that seemed similar to the problem I'm having.
To be more specific, my problem is that tekscsi2.device isn't recognizing when I change CD's (or SD cards from my card reader). So for example: if I boot with a CD in the drive, the icon will show up on the desktop. If I eject the CD, the icon for that disk will stay on the desktop. If I stick another CD in the drive, I'll have to issue a Diskchange command from the shell to get the system to recognize that I've changed the disc. Same goes for my media card reader.
I didn't have any problems with gvpscsi.device on my older '040 card; it detected disc changes properly.
Anyhow, based on my google search results, it sounds a lot of people have issues with tekscsi2.device and removable media. I'm not going to worry a whole lot about it unless someone has any suggestions?
Oh - and thanks, as always, for your awesome libraries!
