linux-nr79:~ # mount
/dev/sda2 on / type ext3 (rw,acl,user_xattr)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
securityfs on /sys/kernel/security type securityfs (rw)
/dev/sdc2 on /ext3 type ext3 (rw,usrquota,grpquota)
/dev/sdc1 on /xfs type xfs (rw,usrquota,grpquota)
linux-nr79:~ # xfs_quota -x -c ‘limit bsoft=5m bhard=6m user01’ /xfs
xfs_quota: cannot set limits: Function not implemented
Why cannot set limits? Any idea how I can use xfs quota?
> linux-nr79:~ # xfs_quota -x -c ‘limit bsoft=5m bhard=6m user01’ /xfs
> xfs_quota: cannot set limits: Function not implemented
>
> Why cannot set limits? Any idea how I can use xfs quota?