>>>>> "JAR" == Jeremy A Rosengren <jeremy@xxxxxxxxxxxxx> writes: JAR> project1 fileserver1,fileserver2:/vol/vol0/data/project1 JAR> Question #3: Is this really supported and I just didn't find the JAR> magic incantation? If you do "man 5 autofs" and look for "Replicated Server", does that do what you're looking for? Replicated Server Multiple replicated hosts, same path: <path> host1,host2,hostn:/path/path Multiple hosts, some with same path, some with another <path> host1,host2:/blah host3:/some/other/path Multiple replicated hosts, different (potentially) paths: <path> host1:/path/pathA host2:/path/pathB Mutliple weighted, replicated hosts same path: <path> host1(5),host2(6),host3(1):/path/path Multiple weighted, replicated hosts different (potentially) paths: <path> host1(3):/path/pathA host2(5):/path/pathB - J<