guys i want ask to regarding quota

this is my fstab:
/dev/wd0a / ffs rw 1 1
/dev/sd0a /data ffs rw,nodev,nosuid 1 2
/dev/wd0g /home ffs rw,nodev,nosuid 1 2
/dev/wd0d /tmp ffs rw,nodev,nosuid 1 2
/dev/wd0e /usr ffs rw,nodev 1 2
/dev/wd0f /var ffs rw,nodev,nosuid 1 2
/dev/wd0g /home ffs rw,userquota=/var/quotas/quota.user 1 1

this the output of repquota /home:
# repquota /home
                        KByte limits               File limits
User            used    soft    hard  grace    used  soft  hard  grace
root      --   43886       0       0           1642     0     0
uucp      --       0       0       0             28     0     0
ejun      --    5056    7000    8000              1     0     0
yinh      --    5056   10000   11000              1     0     0

this the message of quota yinh:
# quota -u yinh
Disk quotas for user yinh (uid 1002): none

why "quota yinh" message says none?
somethings wrong with configuration?

this is also the edquota yinh:
Quotas for user yinh:
/home: KBytes in use: 8736, limits (soft = 10000, hard = 11000)
        inodes in use: 2, limits (soft = 0, hard = 0)

Reply via email to