- 새싹교실/2012/세싹 . . . . 6 matches
U64 Mft2StartLcn; // MFT Mirror 부분이 시작되는 주소
ReadSector(boot_block.Mft2StartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
printf("Mft2StartLcn : %d\n",boot_block.Mft2StartLcn);
printf("Mft2StartLcn : %016x\n",boot_block.Mft2StartLcn);