Sell Back Your Copy
For a $2.93 Gift Card
Trade in
Have one to sell? Sell yours here
Windows NT File System Internals : A Developer's Guide
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Windows NT File System Internals : A Developer's Guide [Paperback]

Rajeev Nagar (Author)
4.5 out of 5 stars  See all reviews (10 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  

Book Description

September 8, 1997

Windows NT File System Internals presents the details of the NT I/O Manager, the Cache Manager, and the Memory Manager from the perspective of a software developer writing a file system driver or implementing a kernel-mode filter driver. The book provides numerous code examples included on diskette, as well as the source for a complete, usable filter driver.

This book appeals to a wide audience: system programmers implementing kernel-mode code such as file systems, device drivers, network redirectors, or filter drivers; system administrators who simply want to learn more about the systems they manage; software engineers interested in NT internals; and computer science students examining the intricacies of file system technology.

Topics covered in the book include:

  • An introduction to NT system components
  • The NT I/O Manager
  • The NT Virtual Memory Manager
  • The NT Cache Manager
  • Structured driver development under Windows NT
  • Writing a file system driver
  • Writing a filter driver


Editorial Reviews

Amazon.com Review

Writing kernel-mode Windows NT programs--such as file-system drivers (FSDs), filter drivers, and antivirus programs--poses a challenge to even experienced Windows programmers. It's hard enough to get these programs to work, but getting them to live peacefully with other kernel programs and NT itself is an art. Nagar sorts through the mechanics of writing such programs in this book, which is no mean feat considering that Microsoft provides no documentation for its development kit. The author begins by orienting the reader to NT's kernel mode, detailing what runs there, how the various programs interact, and what you need to keep in mind when developing software for the kernel mode.

The book then explores NT's key managers--I/O, virtual memory, and cache--covering the operation and exposed services for each. Nagar then takes the explanatory information he's provided and works it into a how-to guide to developing FSDs. In walking you through developing an actual FSD, the author covers I/O requests, cache operations, and buffers. Exercise files appear on the companion diskette.

Short of having a live instructor, you could not ask for a better guide to this complicated subject.

From the Publisher

Windows NT File System Internals presents the details of the NT I/O Manager, the Cache Manager, and the Memory Manager from the perspective of a software developer writing a file system driver or implementing a kernel-mode filter driver. The book provides numerous code examples included on diskette, as well as the source for a complete, usable filter driver. In addition to system programmers implementing kernel-mode code such as file systems, device drivers, network redirectors, or filter drivers, Windows NT File System Internals will appeal to system administrators who simply want to learn more about the systems they manage, software engineers interested in NT internals, and computer science students examining the intricacies of file system technology. Topics covered in the book include: An introduction to NT system components The NT I/O Manager The NT Virtual Memory Manager The NT Cache Manager Structured driver development under Windows NT Writing a file system driver Writing a filter driver

Product Details

  • Paperback: 800 pages
  • Publisher: O'Reilly Media; Pap/Dis edition (September 8, 1997)
  • Language: English
  • ISBN-10: 1565922492
  • ISBN-13: 978-1565922495
  • Product Dimensions: 9.4 x 7 x 1.4 inches
  • Shipping Weight: 2.6 pounds
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #366,751 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

10 Reviews
5 star:
 (8)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.5 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

12 of 13 people found the following review helpful:
5.0 out of 5 stars Very unique but has to be read with other recent materials., October 27, 2003
By 
Ahmed Sallam (Los Angeles, CA United States) - See all my reviews
This review is from: Windows NT File System Internals : A Developer's Guide (Paperback)
This book is by far, one of my most favorite books. It has been the only complete text book that explains the details of the Windows NT File Systems Framework. If you are to buy the book these days you would not feel the value of the book as I felt it when I started reading it six years ago. Nowadays, there are some other literatures that provides deeper coverage for certain topics like the OSR materials and the first IFS conference (both are available as part of the IFS kit). But still, the book remains the only complete reference. To get most of the benefits of this book, it is better that you look at the FASTFAT source code that comes with the IFS kit. The main drawback of the book is the lack of deep coverage for network based file system drivers. OSR materials provided with the IFS kit are essential to have better knowledge about File System FILTER drivers. Read the book while watching the videos of the first IFS kit conference, this will help a lot. Finally, if you are new to file system drivers then, be more patient while reading the book. You would not get everything from the first reading.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars Available to order from OSR Press, February 9, 2006
By 
Dmitry Vostokov (Monkstown, Co. Dublin Ireland) - See all my reviews
This review is from: Windows NT File System Internals : A Developer's Guide (Paperback)
NOW AVAILABLE: Reprint of Windows NT File Systems Internals
Check OSR Online web site (osronline)
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Excellent Book - It deserves 5 stars., January 27, 2000
By A Customer
This review is from: Windows NT File System Internals : A Developer's Guide (Paperback)
Though this book was meant to teach about File system, it teaches more than what it promises. I had many questions in mind about NT. After reading this book, most of my questions are cleared. I strongly recommend this book to know more about NT. I really don't agree to rate this book with less than 5 stars. To believe me just try this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews








Only search this product's reviews



Inside This Book (learn more)
Browse and search another edition of this book.
First Sentence:
The focus of this book is the Windows NT file system and the interaction of the file system with the other core operating system components. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
file object structure, system worker thread, volume device object, valid data length, mounted logical volume, shared cache map, system virtual address space, dispatch entry point, particular file object, system driver implementations, requested byte range, volume information request, file system driver, device object pointer, dispatch routine entry point, following structure relevant, network redirector client, current stack location, locked byte range, driver dispatch routine, exclusive oplock, memory descriptor list, own device object, volume parameter block, physical device object
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Cache Manager, Virtual Memory Manager, Structured Driver Development, Asynchronous Procedure Calls, Interrupt Service Routines, Microsoft Word, Basic Steps, Deferred Procedure Call, Physical Memory Management, The Basics, Translation Lookaside Buffer, Access Control Lists, Handling Fast, Log File Service
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(5)
(12)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject