quota dont start @ debian5.0 64bit

csy

Verified User
Joined
Apr 4, 2010
Messages
7
Location
Budapest
Hello

I have a problem with quota&ext4&debian5.0@64bit.
my /home is mounted:

cat /etc/fstab |grep sda1
/dev/sda1 /home ext4 nodev,nosuid,relatime,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 1 1

ls /home
admin aquota.group aquota.user

lsmod|grep quota
quota_v2 2637 0
quota_tree 6051 1 quota_v2

dpkg --list|grep quota
ii quota 3.16-7
ii quotatool 1.4.10-1

uname -a
Linux merkur.teratorium.com 2.6.32-3-amd64 #1 SMP Wed Feb 24 18:07:42 UTC 2010 x86_64 GNU/Linux

when i run
quotacheck -avugm
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.

have u any idea? I tried all of howtoforge-DA-google quota related way.

Best regards

csaba
 
Back
Top