You are not logged in.
Pages: 1
Hi all,
when the ext4 filesystem was released as stable a while ago (around 2.6.28 IIRC), it was announced that a defrag utility would follow, in 2.6.31, IIRC once again. We are now all using the 2.6.32 kernel, but I can't find a trace of the new utility, nor any news or status reports. Does anyone know when or if it will be released?
Autojump, the fastest way to navigate your filesystem from the command line!
Offline
I'm also wondering when e4defrag will come. I have not heard any news on it.
Offline
The e4defrag developer has said that he will release it once he's beaten Duke Nukem Forever on GNU/Hurd.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
It's in e2fsprogs' git.
http://git.kernel.org/?p=fs/ext2/e2fspr … ce;hb=HEAD
Works okay here, although it's not final yet.
Offline
It's in e2fsprogs' git.
http://git.kernel.org/?p=fs/ext2/e2fspr … ce;hb=HEAD
Works okay here, although it's not final yet.
THANKS! I've been looking for an answer for a long time now, I've even gone through the sources of the kernel to try to find it
Autojump, the fastest way to navigate your filesystem from the command line!
Offline
Not what the OP asked but... since the e2fsprogs are still beta and shouldn't be used on a production box, if you literally copy the entire partition (ext4) in question to another one, then reformat to ext4 and copy it back (cp -a) you'll be at <0.1 % fragmentation. I also read somewhere that these utils do not handle both internal and external fragmentation so the cp method might be preferred.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Yes. A defrag tool for ext4fs is nearly not interesting at all... What is fragmentation on a ext2/3/4fs partition ?
Offline
You can't really defragment internal fragmentation, graysky.
Fragmentation can always be an issue, jolinfire, and reformatting and copying the data around is not always possible and sometimes yields suboptimal results.
Offline
Pages: 1