jimshell wrote:I have been working on a project in which Davinci's Local Library is stored on an external SSD drive (I also have a copy on a server) because I'm working on different computers.
Blackmagic support has generally advised against using an external drive for your local disk-based library. The reason why is, often external drives will momentarily go to sleep trying to save power and reduce wear, and if that happens when the drive is trying to read or write, it can corrupt the library files and wreak havoc.
Having said that, I got away with it for years and years because I was careful (and you could argue, lucky). Since then, when I have to work on a small system, I partition the system SSD so there's a boot drive and then a partition for the library and cache files, and that generally works for me. This SSD is always connected, 100% of the time, and there's almost no chance for data loss.
With larger systems, you have the option of using a PostgreSQL database server, which you can do on a cheap, low-powered computer that just hosts the database. But in general, the above method will work.