- 새싹교실/2012/세싹 . . . . 8 matches
U64 MftStartLcn; //MFT가 시작되는 주소.
ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
printf("MftStartLcn : %d\n",boot_block.MftStartLcn);
printf("MftStartLcn : %016x\n",boot_block.MftStartLcn);
ReadSector((boot_block.MftStartLcn+0) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
- 김희성/MTFREADER . . . . 1 match
ReadSector((boot_block.MftStartLcn) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, $MFT);
Found 2 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.