Hello
I am getting disk I/O error with:

[a...@search1 align]$ du -hs T.3.sqlite
122M    T.3.sqlite
[a...@search1 align]$ sqlite3 T.3.sqlite
SQLite version 3.6.6
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .schema
CREATE TABLE trigrams (w1,w2,w3,occs);
CREATE INDEX idxT3w1 ON trigrams (w1);
sqlite> CREATE INDEX idxT3w2 ON trigrams (w2);
SQL error: disk I/O error
sqlite> [a...@search1 align]$ df -h .
Filesystem            Size  Used Avail Use% Mounted on
/dev/sdc1             148G   42G  100G  30% /export3
[a...@search1 align]$

I tried to get I/O errors with other commands (for instance, yes > _)
but couldn't get any error.

Any hint on what I can check to discover the problem?
Thank you
Alberto

-- 
Alberto Simões
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to