Benutzer-Werkzeuge

Webseiten-Werkzeuge


becki:linux:quota

Quota

Documentation

  1. /etc/rc.d/rc.M ⇒ Slackware-Mini-Quota-HOWTO
  2. /usr/doc/Linux-HOWTOs/Quota
  3. man edquota

Setup Digest

Quotas are per FS-mount.

Add usrquota and/or grpquota to the mounts which shall be quata-controlled:

# diff /etc/fstab.sborg /etc/fstab
4c4
< /dev/sda4        /home            ext4        defaults         1   2
---
> /dev/sda4        /home            ext4        defaults,usrquota         1   2

Create necessary files:

  touch /home/aquota.user /home/aquota.group
  chmod 600 /home/aquota.user /home/aquota.group

Then, reboot (needs some time) to activate the quota system.

Finally use edquota to set the limits:

edquota -u <username>

FIXME grpquota not tested yet

Cookies helfen bei der Bereitstellung von Inhalten. Diese Website verwendet Cookies. Mit der Nutzung der Website erklären Sie sich damit einverstanden, dass Cookies auf Ihrem Computer gespeichert werden. Außerdem bestätigen Sie, dass Sie unsere Datenschutzerklärung gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, verlassen Sie die Website. Weitere Information
becki/linux/quota.txt · Zuletzt geändert: 2015-07-20 13:00 von becki

Impressum - Datenschutzerklärung