AFAICT exfat does not support hardlinks or softlinks, so any test which tries to link files will fail. We have an older test for symlink capability, but it's not widely used. Fix that, and add a separate explicit _requires test for hardlinks as well. With this ./check -g auto,quick on exfat failures are reduced to about 27 tests. -Eric