Article 6KD7P Deprecation Warning for Quota (enable quota feature)

Deprecation Warning for Quota (enable quota feature)

by
teoberi
from LinuxQuestions.org on (#6KD7P)
Code:quotaon -v /homeQuote:
quotaon: Your kernel probably supports ext4 quota feature but you are using external quota files. Please switch your filesystem to use ext4 quota feature as external quota files on ext4 are deprecated. You can enable the feature by unmounting the file system and running 'tune2fs -O quota <device>'.
The same message appears at boot (at the execution of rc.M).:)
Detailed information for fixing here and here.
I tested on a Slackware64-current:
1. turning file system quotas off
2. move the files aquota.user, aquota.group to /tmp
3. execute the procedure from the second link
It works, but it conflicts a bit with the section
Quote:
# Slackware-Mini-Quota-HOWTO:
from /etc/rc.d/rc.M
which must be updated.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments