Moving files within an ext4 filesystem?
- by HT74
I'd like to decrease the access-time for some files by moving them to the beginning of the fs.
Task 1: Clear a certain block range at the beginning of the fs (moving existing files to free space elsewhere).
Task 2: Move the files in question to that block range (should be able to grow a bit).
How would I do that?