Or is this all wrong, and the access doesn't occur in blocks?
It does occur in blocks, and the WAFL block size is 4K bytes.
Steve
While we're on the subject of WAFL trivia, WAFL does not split a 4K block into fragments, so files always consume disk space in even multiples of 4K bytes.
However, if the length of a file is 64 bytes or less, then the file data is stored in the inode and no data blocks are consumed. WAFL uses the space in the inode that otherwise holds the data block list.
This is nice because most symbolic links are small enough to fit in the inode.
Steve Losen scl@virginia.edu phone: 434-924-0640
University of Virginia ITC Unix Support