LWN.net Logo

deja vu

deja vu

Posted Aug 25, 2005 3:11 UTC (Thu) by elanthis (guest, #6227)
In reply to: deja vu by ccyoung
Parent article: Configfs - an introduction

No. ReiserFS is based on the idea of plugins used for manipulating the user-level contents and meta-data for a file. It can be used to turn /etc/passwd into a directory of files, so that your two line shell script with sed and awk can become a two line shell script with cat and ls. (Jibes aside, there are some other theoretical uses that could make life a lot easier for developers and administrators.) ReiserFS exposes plugins based on content stored within the ReiserFS file system itself, and not external data like from the kernel.

ConfigFS is a file system designed solely for exposing kernel structures and allowing addition of new entries and changes to those structures. The file system is self contained and mounted in its own unique location, and does not share the mount namespace with regular files like ReiserFS.

Logically, from a user perspective, these are two feature sets are almost the same thing. Internally, however, they are truly different. I suppose, in many ways, it's like saying that OpenLDAP and Active Directory look alike - they're both directory servers, both speak LDAPv3, but they really aren't the same internally and have very different goals and implementations.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds