Quotas not working in 2.4.20?
The only problem i'm having right now is this that quotas aren't working..... in the make menuconfig:i enabled quotas
i enabled ext3
i enabled jbd
But the quotas still arent working
# dmesg | grep quota
VFS: Diskquotas version dquot_6.4.0 initialized
i added a new user name called toro
ran edquota -u toro
Disk quotas for user toro (uid 1048):
Filesystem blocks soft hard inodes soft hard
/dev/hda3 0 1000 2000 0 0 0
so i wrote in 1000 as soft
2000 as hard
saved it
suron:~# su toro
suron:/root$ cd
suron:~$ ll
total 196M
drwx------ 2 toro toro 4.0k Mar 20 15:56 .
drwx--x--x 21 root root 4.0k Mar 20 15:55 ..
-rw------- 1 toro toro 33 Mar 20 15:56 .bash_history
-rw-r--r-- 1 toro toro 24 Mar 20 15:55 .bash_logout
-rw-r--r-- 1 toro toro 224 Mar 20 15:55 .bash_profile
-rw-r--r-- 1 toro toro 743 Mar 20 15:55 .bashrc
-rw-r--r-- 1 toro toro 195M Mar 20 15:56 file
created a 195 mb file and it let me, without stopping me.
Does anyone have any idea why quotas aren't working?