This commit is contained in:
Benoît S. 2017-02-20 17:51:35 +01:00
parent 8a343a1ed0
commit 7030efd5cd

View file

@ -16,7 +16,8 @@ Ajouter _usrquota_ et/ou _grpquota_ dans les partitions concernées du fichier /
~~~ ~~~
# mount -o remount /home # mount -o remount /home
# quotacheck -cgfmv /home/ # quotacheck -cgfmv F vfsv0 /home/
# quotacheck -cufmv -F vfsv0 /home/
# quotaon /home # quotaon /home
~~~ ~~~