El mié, 16-07-2008 a las 14:07 +0000, Oleg Strikov escribió:
> MFT_SIZE = 1968 (too big!) = cluster_per_mft (246) * spc (8)
Was that written by GRUB? I could not find that string, nor parts of it,
in the source code. WRT your problem, the closest match I could find is
in fs/ntfs.c, around line 819:

if ((data->mft_size > MAX_MFT) || (data->idx_size > MAX_IDX))
    goto fail;

Where MAX_MFT is (1024 >> BLK_SHR) = (1024 >> 9) = 2 (???)

Attachment: signature.asc
Description: Esta parte del mensaje está firmada digitalmente

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to