From owner-freebsd-questions Thu Jul 26 16:56:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by hub.freebsd.org (Postfix) with ESMTP id B225C37B401 for ; Thu, 26 Jul 2001 16:56:38 -0700 (PDT) (envelope-from C8ha6d@pacbell.net) Received: from WIN95.chad.org ([63.200.125.49]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GH3005UBUID5Z@mta7.pltn13.pbi.net> for freebsd-questions@freebsd.org; Thu, 26 Jul 2001 16:56:38 -0700 (PDT) Date: Thu, 26 Jul 2001 16:56:36 -0700 From: Chad Hanamaikai Subject: Quotas To: freebsd-questions@freebsd.org Message-id: <00ee01c1162e$9b3a9920$0401a8c0@chad.org> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: multipart/alternative; boundary="Boundary_(ID_Rjvh7xgTr+eSyX3JvXg3JQ)" X-Priority: 3 X-MSMail-priority: Normal 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 This is a multi-part message in MIME format. --Boundary_(ID_Rjvh7xgTr+eSyX3JvXg3JQ) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT When I was doing what is at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html It says to have: /dev/da1s2g /home ufs rw,userquota 1 2 in /etc/fstab so i added ,userquota to: /dev/ad0s1e /usr ufs rw 2 2 so that i had /dev/ad0s1e /usr ufs rw,userquota 2 2 Is that right? Also what is this inode stuff in: # edquota -u test Quotas for user test: /usr: blocks in use: 65, limits (soft = 50, hard = 75) inodes in use: 7, limits (soft = 50, hard = 60) /usr/var: blocks in use: 0, limits (soft = 50, hard = 75) inodes in use: 0, limits (soft = 50, hard = 60) Thanks --Boundary_(ID_Rjvh7xgTr+eSyX3JvXg3JQ) Content-type: text/html; charset=iso-8859-1 Content-transfer-encoding: 7BIT
 
It says to have:
/dev/da1s2g   /home    ufs rw,userquota 1 2 in /etc/fstab
so i added ,userquota to: 
/dev/ad0s1e             /usr            ufs     rw                   2       2
so that i had
/dev/ad0s1e             /usr            ufs     rw,userquota    2       2
 
Is that right?
Also what is this inode stuff in:
 
# edquota -u test
    Quotas for user test:
    /usr: blocks in use: 65, limits (soft = 50, hard = 75)
            inodes in use: 7, limits (soft = 50, hard = 60)
    /usr/var: blocks in use: 0, limits (soft = 50, hard = 75)
            inodes in use: 0, limits (soft = 50, hard = 60)
 
Thanks
--Boundary_(ID_Rjvh7xgTr+eSyX3JvXg3JQ)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message