|
|   |
Be File System
|
|   |
Be Inc
|
|   |
BeOS Advanced Access Preview Release1
|
|   |
May 10, 1997
|
|   |
Be_BFS ( Apple Partition Map ) <br> 0xEB ( MBR )
|
|   |
B+ Tree
|
|   |
Inode s
|
|   |
Inodes
|
|   |
255 characters
|
|   |
Unlimited
|
|   |
~2 EB
|
|   |
~260 GB
|
|   |
All UTF-8 but "/"
|
|   |
Access, Creation, Modified
|
|   |
Unknown
|
|   |
Unknown
|
|   |
Yes
|
|   |
POSIX ACLs: Read, Write, Execute
|
|   |
Yes, POSIX (RWX per owner, group and all)
|
|   |
No
|
|   |
No
|
The ('''BFS''', occasionally misnamed as BeFS) is the native
File System for the
BeOS Operating System .
BFS was developed by
Dominic Giampaolo and
Cyril Meurillon over a ten month period, starting in September
1996 2, to provide
BeOS with a modern
64-bit capable
Journaling File System 3. It is
Case Sensitive and capable of being used on
Floppy ,
Hard Disk s and read-only media such as
CD-ROM s, although its use on small removable media is not advised, as the file system headers consume from 600KB to 2MB, rendering floppy disks virtually useless.
Like its predecessor, OFS (written by
Benoit Schillings , Old Be File System, was also called BFS when current
4), it includes support for extended file attributes (
Metadata ) with indexing and querying characteristics to provide functionality similar to that of a
Relational Database .
Whilst intended as a 64-bit capable file system the size of some on-disk structures mean that practical size limit is approximately 2 exabytes. Similarly the extent based file allocation reduces the maximum practical file size to approximately 260 gigabytes at best and as little as a few blocks in a pathological worst case depending on the degree of
Fragmentation .
Its design process,
Application Programming Interface , and internal workings are, for the most part, documented in the book ''Practical File System Design with the Be File System''.
In early 1999, Makoto Kato developed a Be File System driver for
Linux , however the driver never reached a complete stable state, so in 2001 Will Dyson developed his own version of the Linux BFS driver
5.
As part of the
OpenBeOS attempt to recreate the BeOS operating system, in 2002 Axel Dörfler and a few other developers created and released a reimplemented BFS called OpenBFS
6. In January 2004, Robert Szeleney announced that he had developed a fork of this OpenBFS file system for use in his
SkyOS operating system
7.