This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mounting large JFFS2 partition.


On Wed, Aug 31, 2005 at 09:22:20AM +1000, Benny Chen wrote:
> Hi there,
> It seems that when mounting a large jffs2 partition (5M) the system
> seems to take a long time about 30 seconds. This also happens when we do
> a directory listing of the mount point for the first time.  Seems to be
> due to reading the inodes of the fs.
> 
> Is this delay part of the overheads of using JFFS2?

Yes, JFFS2 is known to take a long time to start with big partitions.

> Also, when mounting large JFFS2 partition, nothing else seems to be
> running. The jffs2 routines seems to have the processor all for itself.

This is strange. When do you mount the partition? I assume it is after
the schedular is started. What priority is the thread mounting the
filesystem and the thread running the watchdog?

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]