Try remounting ro on quotacheck, but don't fail if not possible

This commit is contained in:
Daniel Winzen
2020-07-19 09:56:11 +02:00
parent 25e02d73a0
commit 33839c2e2e

View File

@ -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
```