SQLite Forum

database creation getting hung up on a NFS mount path
Login
> Now, if I register any other VFS like unix-excl using sqlite3_open_v2 call.. then it works fine. 

This would indicate that the POSIX locking used when using the normal VFS is not implemented sufficiently correctly when the database file is on a remote NFS filesystem.

This is documented and expected.