All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Reiser <reiser@namesys.com>
To: zmwillow <zmwillow@xteamlinux.com.cn>
Cc: linux-kernel-mail-list <linux-kernel@vger.kernel.org>,
	"Vladimir V. Saveliev" <monstr@namesys.com>
Subject: Re: where the filesystem size limitation coms from?
Date: Fri, 02 Nov 2001 15:30:49 +0300	[thread overview]
Message-ID: <3BE291F9.5050802@namesys.com> (raw)
In-Reply-To: <3BE2B5F2.1040009@xteamlinux.com.cn>

zmwillow wrote:

>Hi:
>That is say: in 2.4.x, the max filesystem size of ext2 is 32T, and i
>want know
>what is the reiserfs(and others) max size ? and where the limitation
>comes from(VFS layer)?
>Maybe you can give some clue .
>And the max file size now biger than 2G(is 16T), how reiserfs implement it?
>Thanx a lot!
>zmwillow
>
>Best regard
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>
block numbers are a 32 bit int is the problem. sectors are also kept as
a 32 bit int, but that is a layer below reiserfs. block numbers become
64 bit in reiser4, but not sure when rest of linux goes to 64 bit block
numbers

Hans



      parent reply	other threads:[~2001-11-02 12:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-02 15:04 where the filesystem size limitation coms from? zmwillow
2001-11-02 11:57 ` Alan Cox
2001-11-02 12:30 ` Hans Reiser [this message]

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=3BE291F9.5050802@namesys.com \
    --to=reiser@namesys.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=monstr@namesys.com \
    --cc=zmwillow@xteamlinux.com.cn \
    /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.