quotaon: cannot find //quota.group on

Issue :

quotaon: cannot find //quota.group on

Resolution :

1) modprobe quota_v2 and check if the module was loaded ( lsmod |grep quota )
2) echo ‘quota_v2’ >> /etc/modules
3) delete the files previously created ( aquota.group aquota.user )
4) quotacheck -avugm
5) quotaon -avug

and that’s All

Add a Comment