Linked by Thom Holwerda on Wed 22nd Feb 2006 19:04 UTC
OSNews, Generic OSes "What would happen if the beginning of file systems embedded a driver for accessing the disk? If the driver was in some sort of neutral format (similar to the X Windows drivers), then any OS could access the file system! While this concept was exciting in of itself, it didn't even begin to scratch the surface of what was possible. It wasn't long before I considered the fact that a file system is nothing more than a hierarchical database. There's nothing inherently special about it, so why can't the file system payload be replaced with some sort of other data? As long as the embedded driver can read the format and produce some sort of usable data structure, there's no reason why the concept could be extended for all types of data!"
Thread beginning with comment 98315
To read all comments associated with this story, please click here.
os dependant
by evert on Wed 22nd Feb 2006 20:15 UTC
evert
Member since:
2005-07-06

It's impossible to describe a general "filesystem driver architecture" as long as one of the main functions of any OS is to implement it's own filesystem subsystem.