Date: Thu, 26 Jul 2001 16:56:36 -0700 From: Chad Hanamaikai <C8ha6d@pacbell.net> To: freebsd-questions@freebsd.org Subject: Quotas Message-ID: <00ee01c1162e$9b3a9920$0401a8c0@chad.org>
next in thread | raw e-mail | index | archive | help
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 5.50.4522.1800" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>When I was doing what is at <A href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html">http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html</A></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>It says to have:</FONT></DIV> <DIV>/dev/da1s2g /home ufs rw,userquota 1 2 in /etc/fstab</DIV> <DIV>so i added ,userquota to: </DIV> <DIV><FONT face=Arial size=2>/dev/ad0s1e /usr ufs rw 2 2</FONT></DIV> <DIV><FONT face=Arial size=2>so that i had</FONT></DIV> <DIV><FONT face=Arial size=2>/dev/ad0s1e /usr ufs rw,userquota 2 2</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Is that right?</FONT></DIV> <DIV><FONT face=Arial size=2>Also what is this inode stuff in:</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV># <TT class=USERINPUT><B>edquota -u test</B></TT><BR><PRE class=PROGRAMLISTING> 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) </PRE><PRE class=PROGRAMLISTING> </PRE><PRE class=PROGRAMLISTING>Thanks</PRE></DIV></BODY></HTML> --Boundary_(ID_Rjvh7xgTr+eSyX3JvXg3JQ)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ee01c1162e$9b3a9920$0401a8c0>