Disk Limits and Quota

From Linix VServer
Revision as of 00:42, 11 November 2025 by 192.168.65.1 (talk) (Restored content from Wayback Machine)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.