Camera

.Lab macOS offload tool – Newsshooter

.Lab macOS offload tool – Newsshooter


.Lab is a macOS offload tool built by Yusuke Taki, a working DIT in Tokyo. He decided to build .Lab because he could not get a straight answer about when a copy tool says verified and what it has actually checked.

Most copy and verification software reads the file back and compares hashes. But on macOS, that read can come straight out of the page cache, so you have compared memory to memory, and the drive was never asked. You could pull the power and the file may not be there.

.Lab reads back with the cache bypassed (F_NOCACHE) and forces the data
to the platter (F_FULLFSYNC) before it says a word. It copies the same
cards with an industry-standard tool side by side, with a 100% match, and no speed penalty.