I cannot get quota to work on Fresh copy of Ubuntu Pro
mount -o remount / quotacheck -avugm
quotacheck: Scanning /dev/root [/] done
quotacheck: Checked 19045 directories and 94713 files
quotaon -avug
quotaon: using //quota.group on /dev/root [/]: No such process
quotaon: Quota format not supported in kernel.
quotaon: using //quota.use
r on /dev/root [/]: No such process
quotaon: Quota format not supported in kernel.
I have also installed sudo apt install linux-image-extra-virtual with no success finding the quota modules. find /lib/modules/uname -r
-type f -name 'quota_v.ko*'
uname -r = 5.4.0-1044-gcp
Any help will be appreciated ?