Re: [CentOS] xfs and user quota

2014-05-25 Thread Götz Reinicke - IT Koordinator
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=2m bhard=22000m username' /home >> >> would set the quota for that user. >> >> But I do get an error: >> >> Command limit not found. > The error messa

Re: [CentOS] xfs and user quota

2014-05-23 Thread Ulf Volmer
On 23.05.2014 13:53, Götz Reinicke - IT Koordinator wrote: > xfs_quota -x -c 'limit bsoft=2m 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 wi

[CentOS] xfs and user quota

2014-05-23 Thread Götz Reinicke - IT Koordinator
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=2m bhard=22000m username' /home would set the quota for that user. But I do get an error: Comman