You are not logged in.
Pages: 1
Is this possible? if so, how?
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
Have a look at shake and defrag in the AUR.
Offline
what could you be doing to need defrag on ext3 i utterly abuse the crap out of several ext3 disks overfilling them weekly etc, and have like .009 fragmentation.
Offline
what could you be doing to need defrag on ext3 i utterly abuse the crap out of several ext3 disks overfilling them weekly etc, and have like .009 fragmentation.
Meh I have gotten 20-30% non-contiguous
As far as I know there is no real defrag utility for ext3. Most people either choose not to worry about it, or they occasionally backup, format, and recopy all their data.
Last edited by Zepp (2008-06-16 06:18:33)
Offline
There was this simple script by Con Kolivas
http://ck.kolivas.org/apps/defrag/defrag-0.06/defrag
Offline
what could you be doing to need defrag on ext3 i utterly abuse the crap out of several ext3 disks overfilling them weekly etc, and have like .009 fragmentation.
how do you calcutate the % fragmentation?
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
One way is if you do "touch /forcefsck" as root, your filesystems will be checked on you next boot and that info gets outputted.
Offline
droog wrote:what could you be doing to need defrag on ext3 i utterly abuse the crap out of several ext3 disks overfilling them weekly etc, and have like .009 fragmentation.
how do you calcutate the % fragmentation?
fsck can tell you.
Offline
Raccoon1400 wrote:droog wrote:what could you be doing to need defrag on ext3 i utterly abuse the crap out of several ext3 disks overfilling them weekly etc, and have like .009 fragmentation.
how do you calcutate the % fragmentation?
fsck can tell you.
What command?
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
Zepp wrote:Raccoon1400 wrote:how do you calcutate the % fragmentation?
fsck can tell you.
What command?
fsck
Offline
Raccoon1400 wrote:Zepp wrote:fsck can tell you.
What command?
fsck
Or fsck
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
The touch /forcefsck command would be better then, because fsck should not be run on a mounted filesysyem.
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
The touch /forcefsck command would be better then, because fsck should not be run on a mounted filesysyem.
Right. It's not a problem if the partition in question isn't your current root partition, otherwise you need to do that to force fsck before root is mounted at boot.
Offline
If you're getting that bad fragmentation you might want to take a look at XFS, which can defragment itself, and tries rather hard to avoid fragmentation in the first place (check out the preallocation options) but it comes with a health warning: it delays disk writes more than other file systems and thus makes your data more vulnerable to, well, everything. It comes highly recommended by the mythtv crowd, and certain species of ricer. YMMV and I've not tried it on arch yet.
Open Saucery isn't enough, we need Open Cakery too..
Offline
Pages: 1