Boot File System


The Boot File System was used on UnixWare to store files necessary to its boot process.
It does not support directories, and only allows contiguous allocation for files, to make it simpler to be used by the boot loader.

Implementations

Besides the UnixWare support, Martin Hinner wrote a bfs kernel module for Linux that supports it.
He documented the file system layout as part of the process.
The Linux kernel implementation of BFS was written by Tigran Aivazian and it became part of the standard kernel sources on 28 October 1999.
The original BFS was written at AT&T Bell Laboratories for the UNIX System V, Version 4.0 porting base in 1986. It was written by Ron Schnell, who is also the author of Dunnet.
BFS was the first non-S5 Filesystem written using VFS for AT&T UNIX.