Quote:
Originally Posted by kovidgoyal
That indicates sqlite is unable to open/create the db file. First stop using xvfb-run, it is not needed. Then stop using * in your command lines. Finally, make sure you are creating your library on a "native" filesystem, not a network filesystem, not ntfs, not fat32 not hfs etc. Linux is full of poorly implemented filesystem drivers.
|
Never had a problem with fat32 drives

Obviously networked filesystems are asking for trouble, and using NTFS on linux is just silly...
@PeterT, when I try running `calibredb add /tmp/random-file.txt --with-library /tmp/test-library` it creates a library and adds the file.
@OP -- did you get it to work?