That's means that you did not enable quota at your mount point
I've tried
"/usr/sbin/repquota /home > /home/tmp/quota-dump"
but it said
"repquota: Mountpoint (or device) /home not found.
repquota: Not all specified mountpoints are using quota."
mkdir /home/tmp
chmod 777 /home/tmp
that will say, you do not have any partition mounted on /home
try to replace '/home' with '/'
do you have any tmp directory in de /home directory?
if not try to run:
Code:mkdir /home/tmp chmod 777 /home/tmp
when done rerun the tally...
repquota is only beeing used to show the usage / quota of a user, noting more.
Have you checked there is a tmp directory in the /home ?