Some times we often come across this error of plesk "disk quota is not supported due to configuration of server file system in plesk"
For this plesk error just do the following steps:
Now run the following for working of the quotas:-
That's it and the error will vanish!!!!
For this plesk error just do the following steps:
# vi /etc/fstab
At first it will look like:
***********************
/dev/md0 / ext3 defaults 1 1
***********************
Just Add ‘usrquota’ to the options in fstab --> /dev/md0 / ext3 defaults,usrquota 1 1
At first it will look like:
***********************
/dev/md0 / ext3 defaults 1 1
***********************
Just Add ‘usrquota’ to the options in fstab --> /dev/md0 / ext3 defaults,usrquota 1 1
# mount -o remount /
# quotaoff -av
# quotacheck -avum
# quotaon -av
# quotaoff -av
# quotacheck -avum
# quotaon -av
That's it and the error will vanish!!!!
