Linode block storage quota issue

pratik_cts

Verified User
Joined
Dec 6, 2023
Messages
5
On linode i mounted block storage to '/home' dir, but somehow quotas are not working after that, user disk usage isn't showing and its halted completely. Any solution for this?
 
Maybe it need to set config on "./directadmin/conf/directadmin.conf"
Code:
da config | grep quota_partition
da config-set quota_partition "/home" --restart
 
Back
Top