How to read metafiles of NTFS file system using C

1.6k views Asked by At

Can anyone show me how to directly access metafiles ($MFT, $Volume, $Bitmap...) ? I need to get info from these files.

1

There are 1 answers

0
areslee On

You can use the ioctl function, FSCTL_GET_NTFS_FILE_RECORD.