Add systemctl daemon-reload to remount instructions

This commit is contained in:
Daniel Winzen
2025-10-24 11:36:35 +02:00
committed by danwin1210
parent 2e89a55ccf
commit 5fc7ff42aa
+1
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): 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 mount -o remount /home
quotacheck -cMu /home quotacheck -cMu /home
quotaon /home quotaon /home