Enable journaled quota

Hi guys,

I will truly appreciate your help here.

How do you enable journaled quota on rhel6?

Thank you so much for the assistance.

That depends on the filesystem you use.

Assuming you're using RHEL6 default (ext4) you have to mount the filesystem with the following options:

usrquota
usrjquota=aquota.user
jqfmt=vfsv0

"aquota.user" can be set to anything you want, and jqfmt's value can be set to "vsfsv0" (default), "vsfold" or "xfs" (there are others but they're less popular).

1 Like

Verdepollo you again. Thanks man. You are awesome.

Arrey