On 9/27/05, Joxean Koret <[EMAIL PROTECTED]> wrote: > > Hi list! > > I'm developing an open source project (a Data Access Grid) that > uses internally the SQLite library as the storage method and I'm > interested in your opinion about 4 questions: > > 1) SQLite can't deal with raw devices. Should be hard to patch the > source to deal with raw devices?
You'll have to write your own file system code (with locking).

