sqlite3 disk I/O error on cli -


sqlite version 3.6.20, running through vnc.

starting sqlite3 cli session. when trying run commands ".tables", ".databases", "create table" "error: disk i/o error". don't know how more accurate description. want write in home directory have permissions.

i tried suggested fixes in .sqliterc journal mode , temp storage - not help. commands "pragma synchronous = off;" cause disk io error.

.output /dev/null pragma journal_mode = memory; pragma locking_mode = exclusive; pragma temp_store_directory = '/home/username/tmp'; 

how find out more error , solve this?

it vmware related error. solution: move files /tmp. sqlite works there. described here https://dba.stackexchange.com/questions/93575/sqlite-disk-i-o-error-3850


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -