Are the sources for NTFS available for general reference?
The Installable File Systems (IFS) Kit contains a number of real file systems that are distributed with Windows NT/2000/XP. This includes the FAT file system and the CDFS file system. However, Microsoft does not distribute the NTFS file system as part of the IFS Kit. While it may be possible to license other components of Windows NT/2000/XP from Microsoft, this is not something that is available via the IFS Kit mechanism. Q22 Can any part of a file system or a file system filter driver be pageable? Depending upon the type of file system, some, or all of the file system can be pageable. In addition, there are some special issues for physical media file systems that support paging files (these are special files used by the OS to store pageable data when it is not in use). First, it is worth noting the underling issue that motivates these rules about paging – specifically, about the ability of the Windows operating system to handle an arbitrary number of stacked page faults. The stack in