BFS: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(fix markup + filesystems infobox)
 
Line 8: Line 8:


:''Agreed, but it's not a general-purpose filesystem. One tends not to extend things like the kernel image or modules.'' -- Strib
:''Agreed, but it's not a general-purpose filesystem. One tends not to extend things like the kernel image or modules.'' -- Strib

:''What about updates? Also, why aren't we using the discussion page instead?'' --[[User:Love4boobies|Love4boobies]] 12:06, 7 January 2011 (UTC)


== See Also ==
== See Also ==

Latest revision as of 12:06, 7 January 2011

Filesystems
Virtual Filesystems

VFS

Disk Filesystems
CD/DVD Filesystems
Network Filesystems
Flash Filesystems
This page is a stub.
You can help the wiki by accurately adding more contents to it.

About BFS

BFS (UnixWare Boot File System) is a SCO specification for a KISS filesystem used at bootstrap. It only offers one directory and, due to the way information about blocks are stored, only one file opened for writing at a time.

From what i see, it also means BFS will have to do nasty things if a file must be extended after some other file has been created -- PypeClicker
Agreed, but it's not a general-purpose filesystem. One tends not to extend things like the kernel image or modules. -- Strib
What about updates? Also, why aren't we using the discussion page instead? --Love4boobies 12:06, 7 January 2011 (UTC)

See Also

External Links