NTFS istat does not work when run on an OrphanFile folder. This call:
if (ntfs_dinode_lookup(ntfs, (char *) mft, inum)) { free(mft); return 1; }
Fails for the virtual folder. It should continue on and skip any parts that require mft access.
Log in to post a comment.