From 33839c2e2e13d3b7e6871a2b844e89c8eb9c28c0 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 19 Jul 2020 09:56:11 +0200 Subject: [PATCH] Try remounting ro on quotacheck, but don't fail if not possible --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e95eec2..f2bc682 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ systemctl enable nginx Edit `/etc/fstab` and add the `noatime,usrjquota=aquota.user,jqfmt=vfsv1` option to the `/home` mountpoint and `noatime`to `/`. Then initialize quota: ``` mount -o remount /home -quotacheck -cu /home +quotacheck -cMu /home quotaon /home ```