From owner-freebsd-questions@FreeBSD.ORG Wed Mar 31 15:50:45 2004 Return-Path: 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 3568616A4CE for ; Wed, 31 Mar 2004 15:50:45 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1579743D1F for ; Wed, 31 Mar 2004 15:50:45 -0800 (PST) (envelope-from r_dal@comcast.net) Received: from 204.127.197.116 ([204.127.197.116]) by comcast.net (rwcrmhc12) with SMTP id <200403312350440140077moge>; Wed, 31 Mar 2004 23:50:44 +0000 Received: from [129.250.170.202] by 204.127.197.116; Wed, 31 Mar 2004 23:50:44 +0000 From: r_dal@comcast.net To: freebsd-questions@freebsd.org Date: Wed, 31 Mar 2004 23:50:44 +0000 Message-Id: <033120042350.7248.406B5954000028F800001C502200734830FF939E9BA0@comcast.net> X-Mailer: AT&T Message Center Version 1 (Mar 22 2004) X-Authenticated-Sender: cl9kYWxAY29tY2FzdC5uZXQ= Subject: User quotas in a jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 23:50:45 -0000 Hi, I wasn't sure of the best way to manage quotas on a jailed system, I'm running FreeBSD v4.9. I have several file systems mounted on the host system and have quotas enabled on the /var partition where I'm running the jail. Since the password db is different between the host and jail(s) what's the best way to check and enforce quotas on the users in the jails? I don't have a "true" /etc/fstab file in the jail to run the quota-related commands. If I set and check quotas from the host system, how do I tell if I'm looking up "fred" on jail 1 or "fred" on jail 2? Saw a few threads in the archive related to user/group quotas in a jail, but was unclear on how to configure FreeeBSD for that. Thanks in advance, Rich