Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - oblivio

Pages: [1]
1
CentOS 7 Problems / can't seem to get quota to work
« on: April 28, 2017, 10:30:43 AM »
i go to disk quota menu and it says this:
You should setup quota for the / partition.
/dev/mapper/centos-root / xfs defaults,usrquota,grpquota 1 2

i press "save changes" it says "Data Updated!" i don't get any errors.

my fstab info says this
/dev/mapper/centos-root /                       xfs    defaults,usrquota,grpquota   1 2
UUID=c2551cc7-2837-4cff-96d9-e43bfe9549d7 /boot                   xfs     defaults        0 0
/dev/mapper/centos-tmp  /tmp                    xfs     defaults        0 0
/dev/mapper/centos-swap swap                    swap    defaults        0 0

when i go to set quota from the packages screen, i get this error
setquota: Only XFS quota format is allowed on XFS filesystem. setquota: Not all specified mountpoints are using quota.

I have tried to do this myself by using google
command: xfs_quota –x -c 'limit bsoft=978000m  bhard=980000m usernamehere' /

i get this error:
xfs_quota: cannot setup path for mount –x: No such file or directory
command "limit" not found

After a 4hr fight i have given up. My CWP version is: CWPpro version: 0.9.8.314

Pages: [1]