Where do filesystems like Reiser, NFS, etc store the file tables?
Posted
by Mike Curry
on Stack Overflow
See other posts from Stack Overflow
or by Mike Curry
Published on 2010-05-29T02:31:10Z
Indexed on
2010/05/29
2:42 UTC
Read the original article
Hit count: 275
Where do filesystems like Reiser, NFS, etc store the file tables? We're looking at writing our own filesystem, and wondering if we should use a single file to hold it all using btree's or use something out there.
Any advice? This is more a learning exercise than anything.
© Stack Overflow or respective owner