| ▲ | jewel 4 hours ago | |
This made me think of https://e4rat.sourceforge.net/, which moves boot files into sequential runs, which was helpful on spinning disks where seeks were slow but sequential reads were fast. Just as an idea for a feature your defragmenter could have. (Also this is a side thought; but I wonder if AWS AMIs and EBS volumes will boot faster if also organized sequentially.) | ||
| ▲ | toast0 2 hours ago | parent [-] | |
> Also this is a side thought; but I wonder if AWS AMIs and EBS volumes will boot faster if also organized sequentially. Probably a measurable, but small, difference. I would expect it's not worth the effort unless you're spending a lot of time booting, and even then, there's probably better things to work on in the boot process, such as reducing the amount of things that run or reducing the size of them. | ||