Reiser FS or ext3?

David Nicol davidnicol at gmail.com
Tue Sep 23 15:32:00 CDT 2008


Anybody good with writing user-space filesystem drivers?  I would like
to build a file system on top of SQLite with the fts3 module.  I think
Unix semantics can be delivered with just a few tables.

The files table:
   BLOB data
   docid

a directories table, containing nothing but a rowid
  rowid

a directory entries table:
  integer directory
  text type
  text name
  integer entity


More information about the Kclug mailing list