Not exactly what was asked, but I use
find BASE_DIRECTORY -type f -exec cat {} >/dev/null \;
to trigger initialization of files in an AWS volume created from a snapshot. It's more focused than the official recommendation of using dd if you just want to read some files.