Menu

#190 NTFS istat & Orphan Files

open
nobody
5
2011-11-08
2011-11-08
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.