Disk I/O error - error 3850

Issue #62 wontfix
Former user created an issue

Originally reported on Google Code with ID 62

Please describe the problem
Disk SQL error 3850 Disk I/O error on any read or write to a Network Drive.

The application, libsqlite4java-osx-10.4.jnilib and sqlite data are on the remote Network
Drive.
Mac 10.9: Connect via SMB to the network drive
Run the program any read gets the error.

I think its in the way libsqlite4java-osx-10.4.jnilib handles disk writing.

Reported by sthomas@torcula.com on 2014-05-30 22:27:24

Comments (1)

  1. Former user Account Deleted
    Thanks for posting info on this. I managed to reproduce this problem. However, I don't
    think it is specific to sqlite4java wrapper.
    
    Is your SMB drive hosted by Windows? There are multiple indications on the Internet
    that it doesn't work. Regardless of the host operating system, using a network file
    system for hosting Sqlite database is not a good idea:
    
    http://sqlite.org/faq.html#q5
    http://sqlite.1065341.n5.nabble.com/How-to-make-SQLite-run-safely-on-CIFS-mounted-file-system-td37415.html
    
    We will soon upgrade sqlite4java with the latest binaries of SQLite, maybe this error
    will be gone; but the problems with such configuration are expected to continue.
    
    Kind regards,
    Igor
    

    Reported by sereda@almworks.com on 2014-06-15 09:35:29 - Status changed: WontFix

  2. Log in to comment