diff --git a/bin/v-add-sys-quota b/bin/v-add-sys-quota index 28d40c2e8..d36aafc24 100755 --- a/bin/v-add-sys-quota +++ b/bin/v-add-sys-quota @@ -50,9 +50,7 @@ fi # Adding v2 group and user quota index if [ ! -e "$mnt/aquota.user" ] || [ ! -e "$mnt/aquota.group" ]; then - quotaoff $mnt - quotacheck -cug $mnt >/dev/null 2>&1 - quotacheck -aug >/dev/null 2>&1 + quotacheck -avcugm >/dev/null 2>&1 fi # Adding quotacheck on reboot