Bom dia,
Pessoal estou tentando habilitar quota de disco para meu filesystem /home, fiz os seguinte passos:
no fstab inclui na linha home usrquota:

LABEL=/home /home ext3 defaults,usrquota 1 2

Criei no filesystem /home o seguinte arquivo com suas permissões:

-rw------- 1 root root 17440 Jan 12 09:23 quota.user

Quando vou executar o comando para habilitar a quota ele me retorna o seguinte erro:

[root@srv /]# mount -o remount /home; quotacheck -avug; quotaon -avug
quotacheck: Scanning /dev/hda8 [/home] quotacheck: Old group file not found. Usage will not be substracted.
done
quotacheck: Checked 109 directories and 1065 files
quotaon: using /home/quota.user on /dev/hda8 [/home]: No such process
quotaon: Quota format not supported in kernel.
[root@srv /]#


O que devo fazer???

Agradeço desde já
WASLEY