BetrFS
From Just Solve the File Format Problem
(Difference between revisions)
m (Fixed infobox field name) |
Dan Tobias (Talk | contribs) m |
||
Line 5: | Line 5: | ||
}} | }} | ||
:''Not to be confused with the more widely-used [[Btrfs]], which uses B-trees as opposed to B<sup>ε</sup>-trees.'' | :''Not to be confused with the more widely-used [[Btrfs]], which uses B-trees as opposed to B<sup>ε</sup>-trees.'' | ||
− | '''Betrfs''' (B<sup>ε</sup>-tree File System) is a file system using trees; maybe the [[Wikipedia:The Lorax|Lorax]] will try to save it. It is a largely experimental implementation of a filesystem on top of the relatively new "B<sup>ε</sup>-tree", an alternative to the widely-used B-tree | + | '''Betrfs''' (B<sup>ε</sup>-tree File System) is a file system using trees; maybe the [[Wikipedia:The Lorax|Lorax]] will try to save it. It is a largely experimental implementation of a filesystem on top of the relatively new "B<sup>ε</sup>-tree", an alternative to the widely-used B-tree structure. Betrfs does not directly interact with an underlying block device or partition; rather, it stores its data inside a conventional filesystem. |
== Links == | == Links == | ||
* [http://www.betrfs.org/ Official site] | * [http://www.betrfs.org/ Official site] |
Latest revision as of 14:11, 15 July 2019
- Not to be confused with the more widely-used Btrfs, which uses B-trees as opposed to Bε-trees.
Betrfs (Bε-tree File System) is a file system using trees; maybe the Lorax will try to save it. It is a largely experimental implementation of a filesystem on top of the relatively new "Bε-tree", an alternative to the widely-used B-tree structure. Betrfs does not directly interact with an underlying block device or partition; rather, it stores its data inside a conventional filesystem.