public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: where the filesystem size limitation coms from?
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Cox @ 2001-11-02 11:57 UTC (permalink / raw)
  To: zmwillow; +Cc: linux-kernel-mail-list, hans reiser

> And the max file size now biger than 2G(is 16T), how reiserfs implement it?
> Thanx a lot!

16Tb etc are file system internal limits. There is also a 1Tb or so block
device limit too

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: where the filesystem size limitation coms from?
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Reiser @ 2001-11-02 12:30 UTC (permalink / raw)
  To: zmwillow; +Cc: linux-kernel-mail-list, Vladimir V. Saveliev

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* where the filesystem size limitation coms from?
@ 2001-11-02 15:04 zmwillow
  2001-11-02 11:57 ` Alan Cox
  2001-11-02 12:30 ` Hans Reiser
  0 siblings, 2 replies; 3+ messages in thread
From: zmwillow @ 2001-11-02 15:04 UTC (permalink / raw)
  To: linux-kernel-mail-list; +Cc: hans reiser

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-11-02 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox