I want to set quota on our mail server 100Go SCSI HD+1GO RAM
+4 CPU Xeon 1.40GHz, with RedHat 8.0 (smp enabled in kernel)
for /home partition so i have read the quota mini howto,
i have changed my /etc/fstac like this:
/dev/sda7 /home ext2 defaults,usrquota,grpquota 1 2
and added the files :
touch /home/quota.user
touch /home/quota.group
i reboot my Linux server.
but i get this error:
#edquota -u SOMEUSER
edquota: Quota file not found or has wrong format.
No filesystems with quota detected.
when i issue :
#quotaon -a
i get :
quotaon: Cannot find quota file on /home [/dev/sda7] to turn quotas on/off.
quotaon: Cannot find quota file on /home [/dev/sda7] to turn quotas on/off.
where is the problem ?
i have used
/home/quota.user
/home/quota.group instead but always the same problem
in my /var/log/message i have this after reboot:
Mar 8 10:37:31 mail quotaon: quotaon:
Mar 8 10:37:31 mail quotaon: Cannot find quota file on /home [/dev/sda7] to turn quotas on/off.
mar 8 10:37:31 mail rc.sysinit: Enabling local filesystem quotas: failed
Mar 8 10:37:31 mail quotaon: quotaon: Cannot find quota file on /home [/dev/sda7] to turn quotas on/off.
+4 CPU Xeon 1.40GHz, with RedHat 8.0 (smp enabled in kernel)
for /home partition so i have read the quota mini howto,
i have changed my /etc/fstac like this:
/dev/sda7 /home ext2 defaults,usrquota,grpquota 1 2
and added the files :
touch /home/quota.user
touch /home/quota.group
i reboot my Linux server.
but i get this error:
#edquota -u SOMEUSER
edquota: Quota file not found or has wrong format.
No filesystems with quota detected.
when i issue :
#quotaon -a
i get :
quotaon: Cannot find quota file on /home [/dev/sda7] to turn quotas on/off.
quotaon: Cannot find quota file on /home [/dev/sda7] to turn quotas on/off.
where is the problem ?
i have used
/home/quota.user
/home/quota.group instead but always the same problem
in my /var/log/message i have this after reboot:
Mar 8 10:37:31 mail quotaon: quotaon:
Mar 8 10:37:31 mail quotaon: Cannot find quota file on /home [/dev/sda7] to turn quotas on/off.
mar 8 10:37:31 mail rc.sysinit: Enabling local filesystem quotas: failed
Mar 8 10:37:31 mail quotaon: quotaon: Cannot find quota file on /home [/dev/sda7] to turn quotas on/off.