Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2007 11:57:57 GMT
From:      Helmut Schneider <jumper99@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/114766: Disk quota does not work as expected
Message-ID:  <200707201157.l6KBvvQc073376@www.freebsd.org>
Resent-Message-ID: <200707201200.l6KC0Aq8092209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114766
>Category:       i386
>Synopsis:       Disk quota does not work as expected
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 20 12:00:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Helmut Schneider
>Release:        FreeBSD 6.2-RELEASE-p6
>Organization:
>Environment:
FreeBSD BSDHelmut 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #1: Sat Jul 14 15:12:53 CEST 2007     root@BSDHelmut:/usr/obj/usr/src/sys/GENERIC-WITH-QUOTA  i386
>Description:
[root@teg ~]# grep -ir quota /etc/rc.conf
quota_enable="YES"
check_quotas="YES"
[root@teg ~]# quotaon -v /home
/home: group quotas turned on
/home: user quotas turned on
[root@teg ~]# chown -R helmut:helmut /home/helmut
[root@teg ~]# repquota -ua | grep helmut
helmut           --     4346    90000   100000      -       63       0       0      -
[root@teg ~]# du -sh /home/helmut
2.4M    /home/helmut
[root@teg ~]#

But:

[root@teg ~]# quotacheck /home
[root@teg ~]# repquota -ua | grep helmut
helmut           --     2490    90000   100000      -       73       0       0      -
[root@teg ~]#


>How-To-Repeat:
Enable quota in kernel, enable quota, ed quota, copy content to somedir, run repquota.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707201157.l6KBvvQc073376>