BetrFS
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Filesystem }} '''Betrfs''' (B<sup>ε</sup>-tree File System) is a file system using trees; maybe the Lorax ...") |
Dan Tobias (Talk | contribs) m |
||
(3 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Filesystem | |subcat=Filesystem | ||
+ | |released=2015 | ||
}} | }} | ||
− | '''Betrfs''' (B<sup>ε</sup>-tree File System) is a file system using trees; maybe the [[Wikipedia:The Lorax|Lorax]] will try to save it. | + | :''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 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.