The Sleuth Kit
4.12.1
|
Allocation bitmap directory entry structure for exFAT file systems. More...
#include <tsk_exfatfs.h>
Public Attributes | |
uint8_t | entry_type |
0x81 | |
uint8_t | first_cluster_of_bitmap [4] |
Cluster address of first data block. | |
uint8_t | flags |
0x00 for first bitmap, 0x01 for the second | |
uint8_t | length_of_alloc_bitmap_in_bytes [8] |
Length of the data. | |
uint8_t | reserved [18] |
Reserved. | |
Allocation bitmap directory entry structure for exFAT file systems.
There will be one allocation bitmap for exFAT and two for TexFAT (transactional exFAT). Bit zero of the flags byte is 0 in the directory entry for the first bitmap and 1 in the directory entry for the second bitmap. This type of entry should be found only in the root directory.
Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.