Deprecation Warning for Quota (enable quota feature)
by teoberi from LinuxQuestions.org on (#6KD7P)
Code:quotaon -v /homeQuote:
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:
from /etc/rc.d/rc.M
which must be updated.
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>'. |
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: |
which must be updated.