Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
becki:linux:quota [2015-06-08 14:20] becki created |
becki:linux:quota [2015-07-20 13:00] (aktuell) becki |
||
---|---|---|---|
Zeile 10: | Zeile 10: | ||
Quotas are per FS-mount. | Quotas are per FS-mount. | ||
- | Add ''usrquota'' to the mounts which shall be quata-controlled: | + | Add ''usrquota'' and/or ''grpquota'' to the mounts which shall be quata-controlled: |
<code diff> | <code diff> | ||
# diff /etc/fstab.sborg /etc/fstab | # diff /etc/fstab.sborg /etc/fstab | ||
Zeile 31: | Zeile 31: | ||
edquota -u <username> | edquota -u <username> | ||
| | ||
- | FIXME ''edquota -u <groupname>'' did not work as expected | + | FIXME ''grpquota'' not tested yet |