1. You can only specify one domain name on the QUOTA_TARGET_DOMAIN directive. That domain name is prepended the the user names in the following entries in the /etc/quotas file. until another QUOTA_TARGET_DOMAIN directive is encountered.
So: QUOTA_TARGET_DOMAIN domain1 joe user 10M - sue user 20M - QUOTA_TARGET_DOMAIN domain2 bob user 20M - ann user 30M -
is equivalent to: domain1\joe user 10M - domain1\sue user 20M - domain2\bob user 20M - domain2\ann user 30M -
2. We do not support quotas on arbitrary directories, only on qtrees.
Joan Alter
At 10:50 AM 2/7/02 , you wrote:
1. In the /etc/quotas file can you have more than one domain for QUOTA_TARGET_DOMAIN
- how do you specific a directory with a space in it? /vol/vol1/my folder/
Jennifer
- We do not support quotas on arbitrary directories, only on qtrees.
She was asking about "/vol/vol1/my folder", which, being a top-level directory on the volume, might well *be* a qtree.
If, in fact, it is a qtree, it *looks* as if ONTAP 6.1's "/etc/quotas" file parsing code supports quoted strings, so putting "/vol/vol1/my folder" in quotes *might* work. (6.0 doesn't appear to support quoted strings.)