Re: Defragging large filesystems

1999-01-02 Thread Torsten Hilbrich
Eric Gillespie, Jr. [EMAIL PROTECTED] writes:

 I'm not quite sure what you're talking about here. Seems to me
 fragmentation percentage would mean how much my files are fragmented. On
 all my other filesystems, the percentage is between 1 and 3. I can
 understand how the mp3 filesystem may have become so fragmented, with the
 constant deleting and moving around of files. And my question still hasn't
 been answered. How can I defragment it?

There is a defrag package:

Package: defrag
Version: 0.73-1
Priority: extra
Section: admin
Maintainer: Adam Heath [EMAIL PROTECTED]
Depends: libc6
Architecture: i386
Filename: dists/stable/main/binary-i386/admin/defrag_0.73-1.deb
Size: 290134
MD5sum: 7e9084be2707e6e68bab23332ee7e465
Description: ext2 minix xiafs file system defragmenter
 As a file system is used, data tends to become more and more scattered
 over the disk, degrading performance.  A disk defragmenter simply
 reorganises the data on the disk, so that individual files occupy a
 single sequential set of disk blocks, and all the free space on the
 disk is collected together in a single region.  This generally means
 that reading a whole file is more efficient.
installed-size: 715

Torsten


Re: Defragging large filesystems

1999-01-01 Thread Eric Gillespie, Jr.
On Thu, 31 Dec 1998, Oleg Krivosheev wrote:

 Are you sure? ext2 is quite good to keep files allocated continiously.
 
 AFAIK, fragmentation percentage is not what you're
 probably thinking. ext2 allocates space for file
 in continious blocks which has some size limit (few megs?).
 I believe fragmentation percentage means that more than
 one continious block is allocated for file(s), but that
 blocks might be as well following each other !
 
 What does that mean? Real fragmentation percentage
 always less than or equal to reported one, and i don't
 know how to get the real one reported.
 
 I might be very wrong though...
 
 HNY
 
 OK
 
 

I'm not quite sure what you're talking about here. Seems to me
fragmentation percentage would mean how much my files are fragmented. On
all my other filesystems, the percentage is between 1 and 3. I can
understand how the mp3 filesystem may have become so fragmented, with the
constant deleting and moving around of files. And my question still hasn't
been answered. How can I defragment it?

/--\
| pretzelgod | [EMAIL PROTECTED]   |
| (Eric Gillespie, Jr.)  | [EMAIL PROTECTED]|
|---*|
| That's the problem with going from a soldier to a   |
|  politician: you actually have to sit down and listen to |
|  people who six months ago you would've just shot.   |
|  --President John Sheridan, Babylon 5|
\--/


Re: Defragging large filesystems

1998-12-31 Thread Oleg Krivosheev
On Wed, 30 Dec 1998, Eric Gillespie wrote:

 I know this isn't a Debian-specific question but I'm at home for xmas and
 I don't have access to the newsgroups here, so forgive me this
 transgression.
 
 I have an 8gig hard drive which I made a single ext2 filesystem to hold my
 mp3s. While ripping and encoding some of my CDs, the fragmentation jumped
 to 45%, so I figured it was time to defrag. 

Are you sure? ext2 is quite good to keep files allocated continiously.

AFAIK, fragmentation percentage is not what you're
probably thinking. ext2 allocates space for file
in continious blocks which has some size limit (few megs?).
I believe fragmentation percentage means that more than
one continious block is allocated for file(s), but that
blocks might be as well following each other !

What does that mean? Real fragmentation percentage
always less than or equal to reported one, and i don't
know how to get the real one reported.

I might be very wrong though...

HNY

OK