BFS
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) (Practical File System Design With the Be File System) |
Dan Tobias (Talk | contribs) (Add standard navigational header) |
||
Line 1: | Line 1: | ||
+ | {| | ||
+ | |[[File Formats]] | ||
+ | | > | ||
+ | |[[Electronic File Formats]] | ||
+ | | > | ||
+ | |[[Filesystem]] | ||
+ | | > | ||
+ | |[[BFS]] | ||
+ | |} | ||
+ | |||
BFS (also BeFS) is the file format for BeOS. See also [[Haiku]] which is a recreation of BeOS and can read BFS to a greater or lesser extent. | BFS (also BeFS) is the file format for BeOS. See also [[Haiku]] which is a recreation of BeOS and can read BFS to a greater or lesser extent. | ||
Revision as of 05:53, 6 November 2012
File Formats | > | Electronic File Formats | > | Filesystem | > | BFS |
BFS (also BeFS) is the file format for BeOS. See also Haiku which is a recreation of BeOS and can read BFS to a greater or lesser extent.
Resources
- The BeOS file system: an OS geek retrospective accessed 28 Oct 2012.
- Practical File System Design With the Be File System, by Dominic Giampaolo (the designer of BFS)