Dear all,
I tried to use ZFS and quota in FreeBSD 8.2 R. NFS server share mount on ZFS only, not on UFS. I did:
/etc/inetd.conf:
On client side:
I think /etc/fstab with userquota option is not an option for ZFS. How can I make client knows about their quota usage? Did I miss something?
Best regards,
Aston P
I tried to use ZFS and quota in FreeBSD 8.2 R. NFS server share mount on ZFS only, not on UFS. I did:
Code:
# zfs set sharenfs=maproot=root,alldirs,network=192.168.1.0,mask=255.255.255.0 tank/home
# zfs set userquota@1005=4G tank/home
# zfs userspace tank/home
TYPE NAME USED QUOTA
POSIX User 1005 780M 4G
POSIX User root 5.50K none
/etc/inetd.conf:
Code:
rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
On client side:
Code:
$ quota
Disk quotas for user nick (uid 1005): none
I think /etc/fstab with userquota option is not an option for ZFS. How can I make client knows about their quota usage? Did I miss something?
Best regards,
Aston P