SQLite Forum

unable to open a database file in a btrfs readonly snapshot filesystem
Login
I'm opening a database file in a btrfs readonly snapshot filesystem, using latest sqlite3(`SQLite version 3.32.2 2020-06-04 12:58:43`), inside cli, execute .schema, it reported "unable to open database file".

When I copy that file out, sqlite3 can access it without problem.

I tried to open in readonly mode (`sqlite3 -readonly db`), it didn't work either.