Hi I have a problem with displaying quotas on a NFS client<br>running CentOS 5. It works fine in the sense that I can display the quota for a user when running the quota command as root, It does not work when running as a ordinary user as shown in the example below.
<br>What can be the cause of that?<br><br># quota exampleuser<br>Disk quotas for user exampleuser (uid 4242): <br> Filesystem blocks quota limit grace files quota limit grace<br>nfsserver:/example/home<br>
1000 1000 1000 36428 0 0 <br><br>exampleuser$ quota<br>Disk quotas for user exampleuser (uid 4242): <br> Filesystem blocks quota limit grace files quota limit grace
<br><br>//Chris<br>