<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Quotas in file systems ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753605#M643191</link>
    <description>Well, there's always man quota, assuming you haven't tried that already.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 27 Jun 2002 14:56:16 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-06-27T14:56:16Z</dc:date>
    <item>
      <title>Quotas in file systems !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753604#M643190</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;Somebody know where can i find information about the use of quotas in file systems (HFS / VxFS), for limit the total space assign to the file system for each user that access to the file system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards !</description>
      <pubDate>Thu, 27 Jun 2002 14:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753604#M643190</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2002-06-27T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Quotas in file systems !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753605#M643191</link>
      <description>Well, there's always man quota, assuming you haven't tried that already.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 27 Jun 2002 14:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753605#M643191</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-27T14:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Quotas in file systems !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753606#M643192</link>
      <description>&lt;A href="http://docs.hp.com/hpux/onlinedocs/B3929-90011/B3929-90011.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B3929-90011/B3929-90011.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/52-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/52-toc.html&amp;amp;searchterms=quotas&amp;amp;queryid=20020627-090431" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/52-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/52-toc.html&amp;amp;searchterms=quotas&amp;amp;queryid=20020627-090431&lt;/A&gt;</description>
      <pubDate>Thu, 27 Jun 2002 14:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753606#M643192</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2002-06-27T14:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Quotas in file systems !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753607#M643193</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For vxfs fs on /test&lt;BR /&gt;&lt;BR /&gt;# touch /test/quotas&lt;BR /&gt; &lt;BR /&gt;# vi /etc/fstab # add quota in the filesystem options &lt;BR /&gt;/dev/vg00/lvol2 /test vxfs rw,suid,nolargefiles,quota 0 2 &lt;BR /&gt;&lt;BR /&gt;# quotaon /test # if you want the quotas to take effect now instead of reboot or you can umount and mount the file system &lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Thu, 27 Jun 2002 14:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753607#M643193</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-27T14:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Quotas in file systems !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753608#M643194</link>
      <description>Hi Ivan:&lt;BR /&gt;&lt;BR /&gt;You can start with the man pages:&lt;BR /&gt;&lt;BR /&gt;# man 1 quota&lt;BR /&gt;# man 5 quota&lt;BR /&gt;&lt;BR /&gt;Then, for more information, see the section titled "Managing Disk Space Usage With Quotas" in the "Managing Systems and Workgroups" guide:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90742/00/00/49-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90742/00/00/49-toc.html&amp;amp;searchterms=quota&amp;amp;queryid=20020627-090520" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90742/00/00/49-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90742/00/00/49-toc.html&amp;amp;searchterms=quota&amp;amp;queryid=20020627-090520&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 27 Jun 2002 14:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753608#M643194</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-27T14:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Quotas in file systems !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753609#M643195</link>
      <description>man quota &lt;BR /&gt;man quotacheck</description>
      <pubDate>Thu, 27 Jun 2002 14:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753609#M643195</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-27T14:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Quotas in file systems !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753610#M643196</link>
      <description>&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90697/B2355-90697_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90697/00/00/70-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90697/00/00/70-toc.html&amp;amp;searchterms=quota&amp;amp;queryid=20020627-090659" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90697/B2355-90697_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90697/00/00/70-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90697/00/00/70-toc.html&amp;amp;searchterms=quota&amp;amp;queryid=20020627-090659&lt;/A&gt;</description>
      <pubDate>Thu, 27 Jun 2002 15:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-in-file-systems/m-p/2753610#M643196</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-27T15:00:11Z</dc:date>
    </item>
  </channel>
</rss>

