You are not logged in.
Pages: 1
Hello! I recently made a backup of my root partition by doing a simple cp -a. Then I reformatted my root partition and again copied the backup to the root partition with a simple cp -a. Everything is working like before, but I was wondering if this procedure would reduce fragmentation on a filesystem that has been in use for a long time? This only took about 10 minutes so I think it might be worthwhile. I only use one partition for my arch install...
Offline
In most cases, yes.
Offline
Shake is a defragmenter that runs in userspace, without the need of patching the kernel and while the system is used (for now, on GNU/Linux only).
There is nothing magic in that : it just works by rewriting fragmented files. But it has some heuristics that could make it more efficient than other tools, including defrag and, maybe, xfs_fsr.
It's in the AUR. Might be a bit better than just using cp.
0 Ok, 0:1
Offline
Pages: 1