Logo

Practical File System Design with the Be File System

Large book cover: Practical File System Design with the Be File System

Practical File System Design with the Be File System
by

Publisher: Morgan Kaufmann Publishers
ISBN/ASIN: 1558604979
ISBN-13: 9781558604971
Number of pages: 247

Description:
Although many operating system textbooks offer highlevel descriptions of file systems, few go into sufficient detail for an implementor, and none go into details about advanced topics such as journaling. I wrote this book to address that lack of information. This book covers the details of file systems, from low-level to high-level, as well as related topics such as the disk cache, the file system interface to the kernel, and the user-level APIs that use the features of the file system. Reading this book should give you a thorough understanding of how a file system works in general, how the Be File System (BFS) works in particular, and the issues involved in designing and implementing a file system.

Home page url

Download or read it online for free here:
Download link
(1.1MB, PDF)

Similar books

Book cover: Operating Systems: Three Easy PiecesOperating Systems: Three Easy Pieces
by - University of Wisconsin
The three easy pieces refer to the three major thematic elements the book is organized around: virtualization, concurrency, and persistence. In discussing these concepts, we'll end up discussing most of the important things an operating system does.
(24814 views)
Book cover: A Neutral Look at Operating SystemsA Neutral Look at Operating Systems
- Wikibooks
The purpose of this book is to provide a neutral view of as many Operating Systems as possible. This book strives to provide solid information on Operating Systems without the ever-prevalent 'distribution/Operating System bias'.
(11171 views)
Book cover: The Little Book of SemaphoresThe Little Book of Semaphores
by - Green Tea Press
A textbook that introduces the principles of synchronization for concurrent programming. It identifies patterns that are useful for a variety of synchronization problems and then show how they can be assembled into solutions.
(17628 views)
Book cover: Programming the Be Operating SystemProgramming the Be Operating System
by - O'Reilly
This book gives C++ programmers their start to developing the applications on Be operating system. The book begins with simple programs and gradually adds elements of the graphical interface. It carefully describes drawing and message handling.
(23060 views)