Hi,
I try to enable userquota an a new xfs filesystem.
Its centos 6.5, the filesystem is mounted with usrquota, the server was rebooted.
I thought
xfs_quota -x -c 'limit bsoft=20000m bhard=22000m username' /home
would set the quota for that user.
But I do get an error:
Command limit not found.
Did I miss something?
Any hints/how to beside the official sgi xfs and redhat doc would be nice.
Regards . Götz
On 23.05.2014 13:53, Götz Reinicke - IT Koordinator wrote:
xfs_quota -x -c 'limit bsoft=20000m bhard=22000m username' /home
would set the quota for that user.
But I do get an error:
Command limit not found.
The error message looks like you are confounding single quotes with backticks
regards Ulf.
Am 24.05.14 00:32, schrieb Ulf Volmer:
On 23.05.2014 13:53, Götz Reinicke - IT Koordinator wrote:
xfs_quota -x -c 'limit bsoft=20000m bhard=22000m username' /home
would set the quota for that user.
But I do get an error:
Command limit not found.
The error message looks like you are confounding single quotes with backticks
Hi,
its a "bug":
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634952
xfsprogs: xfs_quota commands are internationalized
Dont know if redhat is planing to fix that to.
Regards . Götz