Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Enable quota on / filesystem

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
might
Posts: 1
Joined: 2021-11-10 12:24

Enable quota on / filesystem

#1 Post by might »

Hello,
On Debian 10 I enabled quota on /etc/fstab like so:
/dev/sda2 / ext4 errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1

On Debian 11, it seems not working because when I enable it I get:
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.

How can I enable quota on / filesystem?


regards,
M.

Post Reply