grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GRUB2 cannot mount correct NTFS-partition


From: Javier Martín
Subject: Re: GRUB2 cannot mount correct NTFS-partition
Date: Wed, 16 Jul 2008 16:43:28 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]