Disabling quota on / partion - Best configuration fstab

brunomenoli

Active Member
Sep 2, 2005
28
0
151
Brazil
Hi,

Whats the best fstab configuration for partitions?

I created:

UUID=dc857caf-b3f6-46a2-87ea-824934b9d11c / ext4 noatime,usrjquota=quota.user,jqfmt=vfsv0 1 1
UUID=e2ef4313-f948-47e9-8495-378506b1bc21 /boot ext4 defaults 1 2
UUID=1ef2677a-b0d8-47ef-b9bc-0df7bd2a6acf /home ext4 usrjquota=quota.user,noatime,jqfmt=vfsv0

I would like disable quota check on /, for better perfomance. This can help you with something?

I already use "noatime"

Thanks!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

Removing the "usrjquota" entry would disable quotas on that partition. However, I'm not sure that disabling quota on the "/" partition will offer much of an performance gain. It can be useful to have it enabled so that quota outside of the /home partition is calculated for the users.

Thank you.