Opened 8 years ago
Last modified 6 years ago
#16432 new defect
Unable to open sqlite database on shared folder — at Initial Version
| Reported by: | jlm | Owned by: | |
|---|---|---|---|
| Component: | shared folders | Version: | VirtualBox 5.1.14 |
| Keywords: | sqlite io error | Cc: | |
| Guest type: | Linux | Host type: | Linux |
Description
When attempting to open an sqlite database on a shared folder it fails with "Error: disk I/O error"
If I copy that same database from the shared folder locally to the VM then the open succeeds.
jlmcgraw@mate1604:~$ sqlite3 /media/sf_Shared_Folder/Recordings.db
SQLite version 3.14.1 2016-08-11 18:53:32 Enter ".help" for usage hints. sqlite> .tables
Error: disk I/O error sqlite> .q
jlmcgraw@mate1604:~$ cp /media/sf_Shared_Folder/Recordings.db .
jlmcgraw@mate1604:~$ sqlite3 Recordings.db
SQLite version 3.14.1 2016-08-11 18:53:32 Enter ".help" for usage hints.
sqlite> .tables ZDATABASEPROPERTY ZRECORDING Z_MODELCACHE ZENTITYREVISION Z_METADATA Z_PRIMARYKEY
sqlite> .q


Strace snippet just after the ".tables" command