Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3023780
By: nobody
Hi:
Here is the $DATA attribute of one file "Documents and settings/administrator/local
settings/application data/microsoft/windows/usrclass.dat":
Dumping attribute $DATA (0x80) related info
Stream name: unnamed
Flags: 0x0000
Is resident? No
Data size: 262144
Allocated size: 262144
Initialized size: 8192
Not Compressed
Runlist: VCN LCN Length
0 2045814 64
The file is not compressed, so the data size is equal to the allocated size
("ls" shows the same value). But why the initiallized size is only 8192? When
I used open() to open this file, the function did ignore any contents after
8192.
Anyone knows under what condition the initialized size is not equal to data
size (file is not compressed)?
Thansk,
______________________________________________________________________
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=44085
|