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 best solutions below

0
On

You can use the ioctl function, FSCTL_GET_NTFS_FILE_RECORD.