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
Post a Comment