Content deleted Content added
m →Implementations: Punctuation |
m Eliminate overlinking |
||
Line 27:
The '''Be File System''' ('''BFS''') is the native [[file system]] for the [[BeOS]]. In the Linux kernel, it is referred to as "BeFS" to avoid confusion with [[Boot File System]].
BFS was developed by [[Dominic Giampaolo]] and [[Cyril Meurillon]] over a ten-month period, starting in September 1996,<ref name="practical-book">{{cite book | last=Giampaolo | first=Dominic | year=1999 | url=http://www.nobius.org/~dbg/practical-file-system-design.pdf | title=Practical File System Design with the Be File System | publisher=Morgan Kaufmann | isbn=1-55860-497-9 | format=PDF | access-date=2004-06-01 | archive-url=https://web.archive.org/web/20170213221835/http://www.nobius.org/~dbg/practical-file-system-design.pdf | archive-date=2017-02-13 | url-status=dead }}</ref> to provide
Like its predecessor, OFS (Old Be File System, written by [[Benoit Schillings]] - formerly BFS),<ref name="bortmaninterview">{{cite web | url=http://www.birdhouse.org/beos/bible/bos/int_schillings.html | title=Benoît Schillings, Software Engineer | author=Henry Bortman | work=The BeOS Bible | accessdate=2006-09-10| archiveurl= https://web.archive.org/web/20060927061917/http://www.birdhouse.org/beos/bible/bos/int_schillings.html| archivedate= 27 September 2006 | url-status= live}}</ref> it includes support for extended file attributes ([[Metadata (computing)|metadata]]), with indexing and querying characteristics to provide functionality similar to that of a [[relational database]].
Line 36:
==Implementations==
In addition to the original 1996 BFS used in
In 2002, Axel Dörfler and a few other developers created and released a reimplemented BFS called OpenBFS for [[Haiku (operating system)|Haiku]] (OpenBeOS back then).<ref>{{cite web|url=http://haikunews.org/482 |title=OBFS Reaches Beta |author=Daniel Teixeira |date=2002-09-04 |work=Haiku News |accessdate=2006-12-09 |archiveurl=https://web.archive.org/web/20061004111533/http://haikunews.org/482 |archivedate=2006-10-04 |url-status=dead }}</ref> In January 2004, Robert Szeleney announced that he had developed a fork of this OpenBFS file system for use in his [[SkyOS]] operating system.<ref>{{cite web | url=http://www.skyos.org/?q=node/210 | title=Update | author=Robert Szeleney | date=2004-01-23 | work=skyos.org | accessdate=2006-12-09 | archive-url=https://web.archive.org/web/20070926234126/http://www.skyos.org/?q=node%2F210 | archive-date=2007-09-26 | url-status=dead }}</ref> The regular OpenBFS implementation was also ported to [[Syllable Desktop|Syllable]] and has been included since version 0.6.5.
|