From 7030efd5cde36bea9a57180a3b44431d7d9994a5 Mon Sep 17 00:00:00 2001 From: bserie Date: Mon, 20 Feb 2017 17:51:35 +0100 Subject: [PATCH] modif --- HowtoQuota.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HowtoQuota.md b/HowtoQuota.md index 57904974..0c5a9deb 100644 --- a/HowtoQuota.md +++ b/HowtoQuota.md @@ -16,7 +16,8 @@ Ajouter _usrquota_ et/ou _grpquota_ dans les partitions concernées du fichier / ~~~ # mount -o remount /home -# quotacheck -cgfmv /home/ +# quotacheck -cgfmv F vfsv0 /home/ +# quotacheck -cufmv -F vfsv0 /home/ # quotaon /home ~~~