Disk Limits and Quota: Difference between revisions

From Linix VServer
Jump to navigationJump to search
(copied dlimits from util-vserver homepage and linked to it.)
 
(Restored content from Wayback Machine)
 
(20 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<div id="content">
<span id="top"></span>
<span id="disk-limits-and-quota"></span>
= Disk Limits and Quota =
<div id="bodyContent">
<span id="siteSub"></span>
=== From Linux-VServer ===
<div id="contentSub">
</div>
<div id="jump-to-nav">
Jump to: [[#column-one|navigation]], [[#searchInput|search]]
</div>
See dlimits on the util-vserver homepage http://www.nongnu.org/util-vserver/doc/conf/configuration.html or the copy below
See dlimits on the util-vserver homepage http://www.nongnu.org/util-vserver/doc/conf/configuration.html or the copy below


# /etc/vservers/vserver-name/dlimits
# /etc/vservers/vserver-name/dlimits
 
<pre>  * /etc/vservers/vserver-name/dlimits/dlimit
        o directory
          The directory to which the limit should be applied
        o inodes_total
          The amount of inodes this vserver should be limited to
        o reserved
          How much space (percentage-wise) should be reserved for the root user
        o space_total
          The amount of space this vserver should be limited to (measured in blocks of 1024 bytes)</pre>
<br />
 
 
For information about limiting diskspace with XFS, please see the [[XFS|XFS]] page.
 
<div class="printfooter">
 
Retrieved from &quot;http://wiki.linux-vserver.org/Disk_Limits_and_Quota&quot;
 
</div>
<div class="visualClear">
 
 
 
</div>
 
</div>


    * /etc/vservers/vserver-name/dlimits/dlimit
</div>
          o directory
            The directory to which the limit should be applied
          o inodes_total
            The amount of inodes this vserver should be limited to
          o reserved
            How much space (percentage-wise) should be reserved for the root user
          o space_total
            The amount of space this vserver should be limited to (measured in blocks of 1024 bytes)

Latest revision as of 00:42, 11 November 2025

Disk Limits and Quota[edit]

From Linux-VServer[edit]


Jump to: navigation, search

See dlimits on the util-vserver homepage http://www.nongnu.org/util-vserver/doc/conf/configuration.html or the copy below

  1. /etc/vservers/vserver-name/dlimits
   * /etc/vservers/vserver-name/dlimits/dlimit
         o directory
           The directory to which the limit should be applied
         o inodes_total
           The amount of inodes this vserver should be limited to
         o reserved
           How much space (percentage-wise) should be reserved for the root user
         o space_total
           The amount of space this vserver should be limited to (measured in blocks of 1024 bytes)



For information about limiting diskspace with XFS, please see the XFS page.