Hi,

Is it possible, with individual user quotas and automount, to have mount points reflect the user's quota?

For example:

Currently df shows my home directory like this:

Filesystem            kbytes    used   avail capacity  Mounted on
pluto:/vol/vol0/home/cbartels 15728640 9979060 5749570    64%    /home/cbartels

But my quota is this:

pluto>quota report /vol/vol0/home/cbartels
                                 K-Bytes           Files
Type       ID    Volume    Tree  Used     Limit    Used    Limit   Quota Specifier
----- -------- -------- -------- -------- -------- ------- ------- ---------------
user  cbartels     vol0 home   336836  5242880    3545       - cbartels
tree         6     vol0 home  9979304 15728640  390987       - /vol/vol0/home


It would be great if /home/cbartels looked like a 5GB (my quota) partition instead of the ~16GB which is the size of the qtree quota.

-Charles Bartels