Jump to content

Boot File System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mmu man (talk | contribs) at 17:41, 21 December 2008 (Created). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
BFS
Developer(s)The SCO Group
Full nameBoot File System
Introducedwith UnixWare
Partition IDs0x63 (MBR)
Structures
Directory contentssingle inode table
File allocation16bit Inodes
Limits
Max filename length14 characters
Other
Supported
operating systems
UnixWare

The Boot File System (Named BFS on Linux, but BFS also refers to the Be File System) was used on UnixWare to store files necessary to its boot process.

It doesn't support directories, and only allows contiguous allocation for files.

Implementations

Besides the UnixWare support, Martin Hinner wrote a bfs kernel module for Linux that supports it.[1]

He documented the file system layout as part of the process.[2]

  1. ^ Martin Hinner (1999). "UnixWare boot filesystem for Linux". Martin Hinner. Retrieved 2008-12-21.
  2. ^ Martin Hinner (1999). "The BFS filesystem structure". Martin Hinner. Retrieved 2008-12-21.