NTFS Documentation
Introduction
This documentation is available at http://www.via.ecp.fr/~regis/ntfs.tar.bz2.
NTFS is the filesystem of the system Windows NT®. It supports almost all POSIX features, all HFS features, and all HPFS features.
It has some advantages over old filesystems:
Prerequisites:
- Most of the numbers are in hexadecimal notation
- When not specified, the unit of a size is the byte.
- Since Windows NT® was first designed for the Intel® architecture, the byte order is little-endian (the integer 12345678 is stored 78 56 34 12).
- An horizontal thick bar in a table means that there is a discontinuity in the offset.
- There still is a lot of questions we should answer to before considering a driver based on this documentation as reliable.
Since NTFS has been built like a relational database, this documentation is written in HTML. If you want to understand NTFS,
Frequently Asked Questions
Greetings
Special thanks for their contributions to (in alphabetical order):
- Albert Cahalan
- Helen Custer
- David Dillard
- Régis Duchesne
- Martin von Löwis
- Domagoj Pensa
- Rani Assaf
- Richard Russon
If you feel that somebody is missing in this list, please tell me.
References
Regis Duchesne at VIA, ECP, France
Last modified: Thu Feb 11 04:58:29 PST 1999