Posted by joseph on September 8, 2009 ·
These three are all in-memory file-system. Sysfs was originally based on ramfs. ramfs was written around theĀ Linux 2.4 time. It’s an exercise in elegance, as it showed just how easy it was to write simple filesystem using the VFS layer. Because of its simplicity and use of the VFS, it provided [...]