From f787c871489b7f1c4236f2dfbecf47bb613f9d13 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 28 Feb 2022 13:12:58 -0800 Subject: [PATCH] Update NAS reboot docs --- docs/Graceful Reboot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Graceful Reboot.md b/docs/Graceful Reboot.md index b59bf40..6a64cf2 100644 --- a/docs/Graceful Reboot.md +++ b/docs/Graceful Reboot.md @@ -6,6 +6,8 @@ The NAS is relied upon for many other hosts on the network, which need to be off 4. For each NAS mount, run `sudo umount` for that share. 5. Offline the NAS. SSH into the NAS and run `shutdown now`. 6. Perform necessary maintenance, then reboot the NAS. +7. After the NAS WebUI is available, SSH into the server and run `sudo mount -a` +8. Online the stacks affected by step 2. # Seedbox 1. Stop all Docker containers with `docker stop $(docker ps -aq)`.