As you know, in * nix systems, each time you access files, the access time to them changes. This every time provokes a write to the media. If you're working on a lot of files at the same time, or if you have an SSD drive, this may not be acceptable.
It is recommended to disable:
What is the effect of disabling file access time changes?
It is recommended to disable:
Code:
# zfs set atime=off zroot/ROOT/ubuntu-1310-root