Edit /etc/sysctl.conf and add the following lines:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
Reboot or apply immediately with:
# sudo sysctl -p
Edit /etc/sysctl.conf and add the following lines:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
Reboot or apply immediately with:
# sudo sysctl -p
First check the quotas are not enabled by command.
# mount | grep xfs
You should see “noquota” in the output
Also check with following command, it will give empty result means that quota is disabled.
# xfs_quota -x -c state
Please add rootflags=uquota in “GRUB_CMDLINE_LINUX” in /etc/sysconfig/grub:
GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet rootflags=uquota"
Then generate grub.cfg in /boot:
# grub2-mkconfig -o /boot/grub2/grub.cfg
Final step update all current kernels:
# grubby --args="rootflags=uquota" --update-kernel=ALL
Check if the quota option is used in /etc/fstab:
UUID=df5462ce-cd8a-417d-a454-7688139cf2228 / xfs defaults,uquota 0 0
Finally reboot your machine. Afterward your mount command should show usrquota.
Latest Windows versions place the recovery partition after the main partition which prevents disk resizing in guest installations. Her how to delete the partition:
Open PowerShell in Administrative Mode and execute:
diskpart
list volumes
select volume <number of volume>
delete volume override