* Specification for ReiserFS4
@ 2003-12-03 16:22 Cyril Plisko
2003-12-09 6:55 ` Cyril Plisko
0 siblings, 1 reply; 4+ messages in thread
From: Cyril Plisko @ 2003-12-03 16:22 UTC (permalink / raw)
To: reiserfs-list
Hello,
I am interesting in numbers similar to posted in
http://www.namesys.com/faq.html
There are various characteristic figures for max values
for ReiserFS 3.5 and 3.6. I cannot find such spec
for ReiserFS4.
Can someone help ?
Regards,
Cyril
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Specification for ReiserFS4
2003-12-03 16:22 Specification for ReiserFS4 Cyril Plisko
@ 2003-12-09 6:55 ` Cyril Plisko
2003-12-09 11:34 ` Nikita Danilov
0 siblings, 1 reply; 4+ messages in thread
From: Cyril Plisko @ 2003-12-09 6:55 UTC (permalink / raw)
To: reiserfs-list
Anyone care to answer ?
On Wednesday 03 December 2003 18:22, Cyril Plisko wrote:
> Hello,
>
> I am interesting in numbers similar to posted in
> http://www.namesys.com/faq.html
> There are various characteristic figures for max values
> for ReiserFS 3.5 and 3.6. I cannot find such spec
> for ReiserFS4.
>
> Can someone help ?
>
> Regards,
> Cyril
>
>
--
/~\ The ASCII Ribbon Campaign
\ / No HTML/RTF in email
X No Word docs in email
/ \ Respect for open standards
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Specification for ReiserFS4
2003-12-09 6:55 ` Cyril Plisko
@ 2003-12-09 11:34 ` Nikita Danilov
2003-12-09 13:41 ` Hans Reiser
0 siblings, 1 reply; 4+ messages in thread
From: Nikita Danilov @ 2003-12-09 11:34 UTC (permalink / raw)
To: Cyril Plisko; +Cc: reiserfs-list
Cyril Plisko writes:
> Anyone care to answer ?
>
> On Wednesday 03 December 2003 18:22, Cyril Plisko wrote:
> > Hello,
> >
> > I am interesting in numbers similar to posted in
> > http://www.namesys.com/faq.html
> > There are various characteristic figures for max values
> > for ReiserFS 3.5 and 3.6. I cannot find such spec
> > for ReiserFS4.
> >
> > Can someone help ?
Hello, and sorry for delay.
"Specification" for reiser4:
max number of files user can create on a single file system: 1152921504606846976 (2^60)
max number files a directory can have: 1152921504606846976 (2^60)
max number sub-directories in a directory: 4294967294 (2^32 - 2)
max file size[1]: 18446744073709551615 (2^64 - 1)
max number links to a file: 4294967296 (2^32)
max filesystem size[2]: 75557863725914323419136 (2^64 * 4096)
This is for default setup (per-directory limits are determined by
directory plugin, maximal number of links is determined by stat-data
plugin, etc.).
[1] Current page cache limitations effectively limit maximal file size
to 2^(32 + 12) == 2^44 == 17592186044416 bytes, on 32-bit architectures,
but on-disk format provides for more.
[2] Block IO sub-system currently limits device size to 2^64 * 512 ==
9444732965739290427392, but on-disk format provides for more.
> >
> > Regards,
> > Cyril
> >
Nikita.
> >
>
> --
> /~\ The ASCII Ribbon Campaign
> \ / No HTML/RTF in email
> X No Word docs in email
> / \ Respect for open standards
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Specification for ReiserFS4
2003-12-09 11:34 ` Nikita Danilov
@ 2003-12-09 13:41 ` Hans Reiser
0 siblings, 0 replies; 4+ messages in thread
From: Hans Reiser @ 2003-12-09 13:41 UTC (permalink / raw)
To: Nikita Danilov; +Cc: Cyril Plisko, reiserfs-list
Nikita Danilov wrote:
>Cyril Plisko writes:
> > Anyone care to answer ?
> >
> > On Wednesday 03 December 2003 18:22, Cyril Plisko wrote:
> > > Hello,
> > >
> > > I am interesting in numbers similar to posted in
> > > http://www.namesys.com/faq.html
> > > There are various characteristic figures for max values
> > > for ReiserFS 3.5 and 3.6. I cannot find such spec
> > > for ReiserFS4.
> > >
> > > Can someone help ?
>
>Hello, and sorry for delay.
>
>"Specification" for reiser4:
>
>max number of files user can create on a single file system: 1152921504606846976 (2^60)
>
>max number files a directory can have: 1152921504606846976 (2^60)
>
>max number sub-directories in a directory: 4294967294 (2^32 - 2)
>
>max file size[1]: 18446744073709551615 (2^64 - 1)
>
>max number links to a file: 4294967296 (2^32)
>
>max filesystem size[2]: 75557863725914323419136 (2^64 * 4096)
>
>This is for default setup (per-directory limits are determined by
>directory plugin, maximal number of links is determined by stat-data
>plugin, etc.).
>
>[1] Current page cache limitations effectively limit maximal file size
>to 2^(32 + 12) == 2^44 == 17592186044416 bytes, on 32-bit architectures,
>but on-disk format provides for more.
>
>[2] Block IO sub-system currently limits device size to 2^64 * 512 ==
>9444732965739290427392, but on-disk format provides for more.
>
> > >
> > > Regards,
> > > Cyril
> > >
>
>Nikita.
>
> > >
> >
> > --
> > /~\ The ASCII Ribbon Campaign
> > \ / No HTML/RTF in email
> > X No Word docs in email
> > / \ Respect for open standards
> >
>
>
>
>
Please put the numbers in our v4 documentation somewhere. Can you say
more about the 2^32 numbers? Is it VFS constrained?
--
Hans
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-12-09 13:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-03 16:22 Specification for ReiserFS4 Cyril Plisko
2003-12-09 6:55 ` Cyril Plisko
2003-12-09 11:34 ` Nikita Danilov
2003-12-09 13:41 ` Hans Reiser
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.