VooDooPriest n00b

Joined: 09 Feb 2003 Posts: 29 Location: Bavaria, Germany
|
Posted: Wed May 17, 2006 7:27 pm Post subject: quota over nfs not working |
|
|
edit:
obivously the quotas are in fact enforced over the nfs mounts, however one cannot check his quota on the clients.
Ideas to fix this anyone?
tx
Hi,
I've got some setup problems at our server setting. I'll try to explain as short as possible:) :
the server (gaya) runs nfs, exporting the user homedirs. ext3, and nfsv3. the quotas on the server locally work fine.
However, the clients mounting the homedirs via automounter have no idea about the quotas whatsoever.
details:
/etc/hosts.allow and deny are not set at all, no restrictions (intern net anyways)
rpcinfo -p gaya : (runned on client)
Code: |
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100011 1 udp 4003 rquotad
100011 2 udp 4003 rquotad
100011 1 tcp 4003 rquotad
100011 2 tcp 4003 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100021 1 udp 32778 nlockmgr
100021 3 udp 32778 nlockmgr
100021 4 udp 32778 nlockmgr
100021 1 tcp 51205 nlockmgr
100021 3 tcp 51205 nlockmgr
100021 4 tcp 51205 nlockmgr
100005 1 udp 718 mountd
100005 1 tcp 721 mountd
100005 2 udp 718 mountd
100005 2 tcp 721 mountd
100005 3 udp 718 mountd
100005 3 tcp 721 mountd
100024 1 udp 32779 status
100024 1 tcp 41929 status
|
quota -u username on server:
Code: |
gaya ~ # quota -u testuser
Disk quotas for user testuser (uid 3362):
Filesystem blocks quota limit grace files quota limit grace
/dev/cciss/disc0/part8
28293240 28293240 28296240 94965 94965 0
|
but on client:
Code: |
mainz ~ # quota -u testuser
mainz ~ #
|
has anyone experience with this kind of problem?
Any suggestion to documentation involving nfs and quota would be appreciated
thanks in advance _________________ #include "/dev/tty" /*ultimate C++ program*/ |
|