I'm trying to enable journaled usrquota on Debian 11 Kernel 5.10. All information I find uses external files which leads to the following deprecation warning:
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.
My fstab entry uses the options errors=remount-ro,usrjquota=aquota.user,jqfmt=vfsv1
Which as far as I understand should enable ext4 qouta feature. However after a reboot when I run sudo quotaon -v /
I get a deprecation warning and complains about missing aquota.user file.
What confuses me is: Why do I have to specify a file name for usrjquota... As far as I understand the point of journaled quota is that we don't need a file any more.
If someone could provide the steps to enable journaled ext4 quotas it would be really appreciated.
Asked by bluefish
(191 rep)
Jan 25, 2022, 02:43 PM
Last activity: Apr 8, 2022, 01:05 AM
Last activity: Apr 8, 2022, 01:05 AM