* Roger Binns: > On 09/06/2015 06:16 AM, Markus Weiland wrote: >> I've discovered a potential bug in handling of SQLite database >> files on gvfs mounted network shares. > > SQLite doesn't support being stored on the network for several > reasons, including that network file protocols don't implement fully > and correctly various access and locking, and that some journaling > modes like WAL require shared memory and hence can't be networked. > This is covered in the FAQ: > > https://www.sqlite.org/faq.html#q5 > > Or if you want to be pedantic, it is gvfs and networked filesystems > that have the bug.
Surely that's not true, and NFS and SMB are fine as long as there is no concurrent access?