From owner-freebsd-hackers Thu Feb 11 01:56:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22193 for freebsd-hackers-outgoing; Thu, 11 Feb 1999 01:56:01 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from wind.freenet.am ([194.151.101.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20812 for ; Thu, 11 Feb 1999 01:45:05 -0800 (PST) (envelope-from casper@acc.am) Received: from lemming.acc.am ([209.58.5.202]) by wind.freenet.am (8.9.1/8.9.1) with ESMTP id NAA22710 for ; Thu, 11 Feb 1999 13:43:18 +0400 (GMT) Received: from acc.am (nightmar.acc.am [192.168.100.108]) by lemming.acc.am (8.9.1a/8.9.1) with ESMTP id NAA20772 for ; Thu, 11 Feb 1999 13:44:50 +0400 (AMT) Message-ID: <36C2A5E9.675D0B71@acc.am> Date: Thu, 11 Feb 1999 13:42:01 +0400 From: Casper Organization: Armenian Computer Center X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: "freebsd-hackers@freebsd.org" Subject: Quotas implementation Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All! Are there another ways to implement quota mechanism except that we use now - quota checks on low-level IO operations (when manipulating with disk inodes)? It's impossible to use (or it will be very nasty hack) existing FFS/UFS code for my purposes , because no real uids will be created and stored on disk ... The only way i see , is to patch every daemon that will originate this IO operations. Any ideas ? Best regards, -------- Casper - friendly ghost -------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message