Practical File System Design with the Be File System

Practical File System Design with the Be File System

简介:

这是一般文件系统的设计和实现指南,特别是Be文件系统 (BFS)。本书涵盖了与文件系统相关的所有主题,深入到传统操作系统书籍经常停止的地方。详细介绍了高级主题,例如日记,属性,索引和查询处理。BFS是从零开始构建的现代64位日志文件系统,是Be操作系统 (BeOS) 的主要文件系统,专为高性能多媒体应用而设计。

您不必是内核架构师或文件系统工程师就可以使用实际的文件系统设计。您也不必是BeOS开发人员或用户。只需要C的基本知识。如果你想知道文件系统是如何工作的,如何实现一个,或者想了解更多关于Be文件系统的知识,这本书就是你所需要的。特点:

查看其他文件系统,包括Linux ext2、BSD FFS、Macintosh HFS、NTFS和SGI的XFS。用于将数据放置在磁盘上的分配策略以及BFS使用的磁盘上数据结构的讨论如何实现日记磁盘缓存的工作方式,包括缓存与文件系统日志的交互比较BFS、NTFS、XFS和ext2的文件系统性能优化和基准测试一个文件系统构建工具包,允许用户实验和创建自己的文件系统

英文简介:

This is the guide to the design and implementation of file systems in general, and the Be File System (BFS) in particular. This book covers all topics related to file systems, going into considerable depth where traditional operating systems books often stop. Advanced topics are covered in detail such as journaling, attributes, indexing and query processing. Built from scratch as a modern 64 bit, journaled file system, BFS is the primary file system for the Be Operating System (BeOS), which was designed for high performance multimedia applications.

You do not have to be a kernel architect or file system engineer to use Practical File System Design. Neither do you have to be a BeOS developer or user. Only basic knowledge of C is required. If you have ever wondered about how file systems work, how to implement one, or want to learn more about the Be File System, this book is all you will need.

Features:

Review of other file systems, including Linux ext2, BSD FFS, Macintosh HFS, NTFS and SGI's XFS.Allocation policies for placing data on disks and discussion of on-disk data structures used by BFSHow to implement journalingHow a disk cache works, including cache interactions with the file system journalFile system performance tuning and benchmarks comparing BFS, NTFS, XFS, and ext2A file system construction kit that allows the user to experiment and create their own file systems

书名
Practical File System Design with the Be File System
译名
使用 Be 文件系统进行实用文件系统设计
语言
英语
年份
1999
页数
247页
大小
1.10 MB
下载
pdf iconPractical File System Design with the Be File System.pdf
密码
65536

最后更新:2025-04-12 23:57:59

←Introduction to the New Mainframe: z/OS Basics

→Scala for the Impatient