From: "Javier Martín" <lordhabbit@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: GRUB2 cannot mount correct NTFS-partition
Date: Wed, 16 Jul 2008 16:43:28 +0200 [thread overview]
Message-ID: <1216219408.13612.7.camel@localhost> (raw)
In-Reply-To: <94a0ccbc0807160707k36c5f908q147a474e25fe8d5b@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 450 bytes --]
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 #2: Esta parte del mensaje está firmada digitalmente --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
next prev parent reply other threads:[~2008-07-16 14:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-16 14:07 GRUB2 cannot mount correct NTFS-partition Oleg Strikov
2008-07-16 14:43 ` Javier Martín [this message]
2008-07-17 2:00 ` Bean
2008-07-17 2:16 ` Bean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1216219408.13612.7.camel@localhost \
--to=lordhabbit@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.