
Originally Posted by
jmo
I have a strong suspicion why the first attempt won't work: You're using NFS (DSS acts as a NFS server) and NFS does not have the concept of "shares" but that of "export directories" - you were trying to export the same directory twice but the NFS server daemon can only use one set of parameters.
Obviously, either the NFS server only took the first (or last) set of parameters or DSS didn't put the second set into the NFS config file in the first place. Either way DSS should have given at least a warning, IMO.