Displaying 3 results from an estimated 3 matches for "chacron1".
Did you mean:
chacron
2002 Jun 21
1
Re: measured throughput variations
Hi Stephen,
"Stephen C. Tweedie" wrote:
> Hi,
>
> On Thu, Jun 20, 2002 at 05:35:45PM +0200, chacron1 wrote:
>
> > I redo some test with 2.4.14 ext3 and raw device .
>
> Please try the current ext3, from -ac or ext3 cvs, to make sure you're
> not hitting something that's been fixed since 2.4.14. 2.4.14 is a
> very old, and known buggy kernel.
>
I have tried with 2....
2002 Jun 03
1
64 K write access grouped in a single disk access ?
Hi Stephen,
I would like to know the behavior of ext3 for a write() request used
with
O_SYNC
for 64 K in term of disk access method:
- is there a chance to have only one disk access (instead of 16 x 4 K
corresponding to each mapped page ) or at maximum two in journaled mode
?
- if this is possible then how can i force such a grouping of data in a
single disk output ?
NB: i disable cached write
2002 Feb 26
5
Specifications for ext3 FS
Hi,
Can anyone tell me the ext3/ext2/vfs FS specifications:
max number of files: ?
max number files a dir can have: ?
max number sub-dirs in a dir: ?
max file size: ?
max filesystem size: ?
Dongsheng Song