NTFS Documentation: $Boot
    Definition
    This is the system file that allows the system to boot. 
    
    
Layout
    The first 28 bytes are the same as for FAT boot sectors, except that unused fields are zeroed.
    
    
    
    
      - Media descriptor
        
 - F8 for a hard disk
        
      
 - FILE record size in clusters
        
 - F6 seems to indicate 1/4
        
    
 
    
    
Interest
    Because this file begins with a boot sector, it must start at physical cluster 0 (this is the only cluster that NTFS can not move). This forces the data attribute of this file to be non-resident. Consequently, the copy of the boot sector (critical data) can be located anywhere on the volume. For crash recovery purpose, Windows NT® 3.5 puts it in the logical middle of the volume, and Windows NT® at the end of the volume.
    
    
    Regis Duchesne
Last modified: Mon Feb 15 06:56:02 PST 1999