[BSD-INDIA] Books on File Systems and File System Programming
Aditya Sarawgi
sarawgi.aditya at gmail.com
Wed Aug 12 10:47:48 UTC 2009
On Wed, Aug 12, 2009 at 12:33:14PM +0530, Siju George wrote:
> Hi,
>
> Could Some one recommend good books on File Systems and File System
> Programming Please?
>
> Thanks
>
> Siju
Well, I don't think any particular book will help you. For file system
programming you must understand these things
1) Virtual File system layer of the particular OS
2) Virtual memory and buffer caches
3) Design of the file system which includes the data structures used in
the file system and the various algorithms used in it.
If you want to program in FreeBSD then I would recommend 'The Design and
Implementation of FreeBSD' book for the internals.
Cheers,
Aditya Sarawgi
More information about the bsd-india
mailing list