From owner-freebsd-questions Thu Jan 30 14:41:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EFD237B401 for ; Thu, 30 Jan 2003 14:41:46 -0800 (PST) Received: from web11707.mail.yahoo.com (web11707.mail.yahoo.com [216.136.172.73]) by mx1.FreeBSD.org (Postfix) with SMTP id 3BB8B43F3F for ; Thu, 30 Jan 2003 14:41:46 -0800 (PST) (envelope-from ginipginob@yahoo.com) Message-ID: <20030130224145.56015.qmail@web11707.mail.yahoo.com> Received: from [131.179.144.116] by web11707.mail.yahoo.com via HTTP; Thu, 30 Jan 2003 14:41:45 PST Date: Thu, 30 Jan 2003 14:41:45 -0800 (PST) From: Eric Osterweil Subject: Bug with quota over NFS? To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey everyone, Has anyone seen a problem with the quota command (off of 4.7-Stable) whereby quotas are misrepresented? I have a NetApp filer that hosts my NIS users' home dirs, and I have setup 6Gig quotas. When I run quota on one of my FreeBSD boxes I get: Disk quotas for user eoster (uid 1000): Filesystem usage quota limit grace files quota limit grace /.amd_mnt/california/home 852 2097152 2097152 53 358400 358400 When I run quota on a Linux box on the same network I get: Disk quotas for user eoster (uid 1000): Filesystem blocks quota limit grace files quota limit grace california:/home/ 852 6291456 6291456 53 358400 358400 I've looked online for reports of this behavior, and all I have found is a bug report from 1995 that suggests a patch to quota.c. The patch simply casts limit variables to u_quad_t. Does this behavior sound familiar? I am a little leary of adding a patch from 7 years ago. Thanks in advance, Eric __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message