In dir.c:99
You have the following code. And I think that it should be
| if (ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4,
So take off the '!'.
antona 1.2 | /* Find the index root attribute in the mft record.
*/
aia21 1.12 | if (!ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4,
CASE_SENSITIVE, 0, NULL,
antona 1.2 | 0, ctx)) {
antona 1.2 | Dprintf("Index root attribute missing in
directory inode "
antona 1.2 | "0x%Lx: %s\n",
antona 1.2 | (unsigned long
long)dir_ni->mft_no,
antona 1.2 | strerror(errno));
antona 1.2 | goto put_err_out;
antona 1.2 | }
aia21 1.12
-------------------
Russ Christensen
Computer Science, Undergraduate
www.cs.utah.edu/~rchriste/
"Why is not a question, but a lesson learned in time."
--Artist:Greenday, song: Time of Your Life
|