All of lore.kernel.org
 help / color / mirror / Atom feed
From: Phillip Susi <psusi@ubuntu.com>
To: Eric Sandeen <sandeen@redhat.com>
Cc: Rabeeh Khoury <rabeeh3000@gmail.com>, linux-ext4@vger.kernel.org
Subject: Re: 16 TB filesystem limit on 32bit machine
Date: Mon, 20 Feb 2012 16:17:31 -0500	[thread overview]
Message-ID: <4F42B86B.60706@ubuntu.com> (raw)
In-Reply-To: <4F4279F1.8060805@redhat.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2/20/2012 11:50 AM, Eric Sandeen wrote:
> fs metadata is mapped into an address space, IIRC, so can't be
> addressed past 2^32 pages.  Also, mkfs can't do buffered IO to the
> device past 16T (it is writing to a device _file_) and ditto for
> e2fsck.

But the file is only used for open(), after that the IO is handled by
the correct device driver, which handles 64 bit offsets ( when you
have CONFIG_LBDAF on ).  So if you can change the page cache index
size ( and it doesn't blow up ) this should work fine.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPQrhrAAoJEJrBOlT6nu75yX8IAKNmJv0tH2CMWefUFV/4un0g
NKU5L2uwuMmyAzVRUOv165d1KAJkNc0z3OLUyh3425yku6wQ4dDqqnWSHCIZHJs7
/d1ltEP1g/vhpM5keAwwWHfC7N2KL+FRyqze8YAe6Qx5GGEWlUOqK2ALSxtuL2Il
TQ+lfLI9kAA5Ggtwf6mjjD/fKFTdJILQuZikxpJRfKasLg/4Y25LWdaPG8BOm78l
qPxkazpmIG8HVFczHwVWpuu+xY8nAmgDdZCTJBFoK9xmBUO0kjzl8JlAl4ScaXdi
v1793CSzev/2aIhEwXSK0HdI7e6KI4iT292/k4ryjfwJ+QX5L6eyfd4HlSVMM88=
=IOG0
-----END PGP SIGNATURE-----

  reply	other threads:[~2012-02-20 21:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-20 15:31 16 TB filesystem limit on 32bit machine Rabeeh Khoury
2012-02-20 16:50 ` Eric Sandeen
2012-02-20 21:17   ` Phillip Susi [this message]
2012-02-20 22:50     ` Eric Sandeen

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=4F42B86B.60706@ubuntu.com \
    --to=psusi@ubuntu.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=rabeeh3000@gmail.com \
    --cc=sandeen@redhat.com \
    /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.