1833873 Members
2856 Online
110063 Solutions
New Discussion

quota' with no 'quota

 
Rami Al-Lolah
Advisor

quota' with no 'quota

When I execute the following command 'quota -v', it returns with the lables only, but no information is included.

Disk quotas for ediswit (uid 102):
Filesystem usage quota limit timeleft files quota limit timeleft

Can anyone help ???
It is not too late to start.
2 REPLIES 2
RAC_1
Honored Contributor

Re: quota' with no 'quota

have you enabled the quota for the file system? if yes post the quotas file.

Is it happening for all users?
There is no substitute to HARDWORK
Victor BERRIDGE
Honored Contributor

Re: quota' with no 'quota

Hi,
It may be that the user has no quota defined
e.g.
dems:home/adm # quota -v oper
Disk quotas for oper (uid 1101):
Filesystem usage quota limit timeleft files quota limit timeleft
dems:home/adm # quota -v beos
quota: beos: unknown user
dems:home/adm # quota -v zeng
Disk quotas for zeng (uid 2106):
Filesystem usage quota limit timeleft files quota limit timeleft
/users/zeng 7 10000 12000 7 100 150
dems:home/adm #


All the best
Victor