Hello

I'm trying to have a samba file server on linux working with quota
The system is stable for monthes (custom kernel 2.4.19-16, custom samba
2.2.7, quota-tools 3.07)

now i want to activate quota control

i did as told at http://www.linuxmailmanager.com/quota/
it seems to work

one problem is that nothing happens when quota are exceeded
another is that i can't even set quota off :

# quotaon -g /mount/point
quotaon: Cannot find quota file on /mount/point [/dev/vg01/lvol3] to turn
quotas on/off.
# quotaoff -g /mount/point
quotaoff: Cannot find quota file on /mount/point [/dev/vg01/lvol3] to turn
quotas on/off.


thought :
# ls -al /mount/point/aq*
-rw-r--r--    1 root     root         9216 03-17 16:37
/mount/point/aquota.group

# quotacheck -vgam
quotacheck: Scanning /dev/vg01/lvol3 [/mount/point] done
quotacheck: Checked 55 directories and 16 files

# cat /etc/fstab   
/dev/sda1       /                       ext2    defaults        1 1
none            /dev/pts                devpts  mode=0620       0 0
...
/dev/vg01/lvol3 /mount/point            ext2    nodev,acl,grpquota      0 2
...

# edquota -g mygroup
Disk quotas for group mygroup (gid 10027):
  Filesystem                   blocks       soft       hard     inodes
soft     hard
  /dev/vg01/lvol3                3236       1250       1300         13
1250     1300

# edquota -t -g
Grace period before enforcing soft limits for groups:
Time units may be: days, hours, minutes, or seconds
  Filesystem             Block grace period     Inode grace period
  /dev/vg01/lvol3               1minutes               1minutes


as you see, block quota is exceeded and everything seems ok

what's wrong ???

tia
                        - * - * - * - * - * - * -
Bien sûr que je suis perfectionniste !
Mais ne pourrais-je pas l'être mieux ?
        Thierry ITTY
eMail : [EMAIL PROTECTED]               FRANCE



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to