Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3335501
By: nobody
The problem is that while reading the documentation i felt like trapped in a
maze.
Please correct me where i am wrong
Directory parsing starts with
INDEX_ROOT - resident
attr_header
Index Root :
{
0x00 4 Attribute Type
0x04 4 Collation Rule
0x08 4 Size of Index Allocation Entry (bytes)
0x0C 1 Clusters per Index Record
0x0D 3 Padding (Align to 8 bytes)
}
Index Header
{
0x00 4 Offset to first Index Entry
0x04 4 Total size of the Index Entries
0x08 4 Allocated size of the Index Entries
0x0C 1 Flags
0x0D 3 Padding (align to 8 bytes)
}
index entry
index entry
How is described index entry in this attribute because it is unlikely to contain
an INDX record (must be>2k) and a record size is 1k
than
INDEX_ALLOCATION - non resident
data runs
here I get lost
INDX_RECORD????
INDEX_ENTRY?????
Thank you
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44084
|