Jerry wrote:
Let me be more specific: nasb01> quota report tree 1 vol0 user 54852584 89128960 665167 - /vol/vol0/user
It just shows the tree's, not the specific user accounting. How do I enable "user level quotas" without having an /etc/quotas entry for each user?
create a default user quota entry in the quota file, somthing like this:
...
/vol/vol1/my_tree tree 200G * user@/vol/vol1/my_tree 200G
...
that way every user has a quota record, without you adding every user to the quota file.
set the per-user default to whatever makes sense for that filer and you space budgeting policies for that tree.
-skottie