[Yaffs] [Yaffs-archive] Re: YAFFS

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: Domenico Di Tullio, yaffs
Subject: [Yaffs] [Yaffs-archive] Re: YAFFS
On Saturday 27 March 2004 01:47, Domenico Di Tullio wrote:
> I would to know, if possible, for the YAFFS file system the follows
> charateristics :
> - max total number of files;
> -max total number of directories;

There may be up to 2^18 objects (files, directories or whatever). Limited by
the objectId bitfield in the Tags structure.
> -max number of files per directories;

No limit.
> -max file size;

2^20 x512-byte pages = 512MB. The biggest file I've ever seen was approx
480MB on a 500MB partition. Limited by the chunkId bitfield in the Tags
structure.
> -max number of simultaneously opened files.

No limit for Linux (except those imposed by Linux).
For WinCE and YAFFS direct (the RTOS version) the open files are tracked in a
table. The default size is 100, but this is just a compile-time constant that
can be modified.

Hope that helps.

-- CHarles



---------------------------------------------------------------------------------------
This mailing list is hosted by Toby Churchill open software (www.toby-churchill.org).
If mailing list membership is no longer wanted you can remove yourself from the list by
sending an email to with the text "unsubscribe"
(without the quotes) as the subject.