Add systemctl daemon-reload to remount instructions

This commit is contained in:
Daniel Winzen
2023-06-08 14:58:42 +02:00
parent e9be19cec4
commit 3d2b409a32

View File

@ -100,6 +100,7 @@ proc /proc proc defaults,hidepid=2 0 0
And add the `noatime,usrjquota=aquota.user,jqfmt=vfsv1` options to the `/home` mountpoint (if not a separate partition, the `/` mointpoint and `noatime`to `/`. Then initialize quota (replace `/home` with `/`, if you do not have a separate partition):
```
systemctl daemon-reload
mount -o remount /home
quotacheck -cMu /home
quotaon /home