On Saturday 25 November 2006 10:12 pm, Linda Walsh wrote:
> Vladimir Dergachev wrote:
> > This is curious - how do you find out fragmentation of ext3 file ? I do
> > not know of a utility to tell me that.
>
> ---
> There's a debugfs for ext2/ext3 that allows you
On Thursday 03 August 2006 2:37 pm, Dave Korn wrote:
> On 03 August 2006 18:50, Vladimir Dergachev wrote:
> > On Thursday 03 August 2006 5:18 am, Dave Korn wrote:
> >> On 03 August 2006 00:46, Vladimir Dergachev wrote:
> >>
> >>
> >> Hi Vladimir
On Thursday 03 August 2006 5:35 am, Christian Franke wrote:
> Vladimir Dergachev wrote:
> > ...
> > Also, I tried the following experiment - found a 17 MB file in
> > ibiblio.org and downloaded it with FireFox. The file ended up fragmented
> > into more than 200 pieces.
On Thursday 03 August 2006 5:18 am, Dave Korn wrote:
> On 03 August 2006 00:46, Vladimir Dergachev wrote:
>
>
> Hi Vladimir,
>
> >>> Please CC me - I am not on the list.
>
> Done :)
>
> Actually, maybe the most informative thing would be to look a
thank you very much
> >
> > Vladimir Dergachev
>
> I'll try your test case when I get a chance, but my WAG is that you're
> seeing the effects of Cygwin's creation of sparse files by default for any
> file beyond a ce
k you very much
Vladimir Dergachev
#!/usr/bin/env tclsh
foreach {var value} {
FRAGMENTED_FILE "a.dat"
CONTIGUOUS_FILE "b.dat"
FILE_SIZE 3000
BUFFER_SIZE 100
} {
global $var
set $var $value
}
proc fragmented_write { fil
6 matches
Mail list logo