Update ConnectingSMBShares.md

This commit is contained in:
2026-01-13 00:49:53 -06:00
parent 78b51dc746
commit c2527199dc

View File

@@ -83,13 +83,13 @@ Then we reload systemd
First we start the .mount, and check for errors First we start the .mount, and check for errors
``` ```
sudo systemctl start mnt-<server-name>.mount sudo systemctl start mnt-<server-name>.mount
systemctl status var-mnt-<server-name>.mount systemctl status mnt-<server-name>.mount
``` ```
Then if there's no issues we can stop the normal mount and enable automount Then if there's no issues we can stop the normal mount and enable automount
``` ```
sudo systemctl stop mnt-<server-name>.mount sudo systemctl stop mnt-<server-name>.mount
sudo systemctl enable --now var-mnt-<server-name>.automount sudo systemctl enable --now mnt-<server-name>.automount
``` ```
(`enable` means we are telling it to run on boot, and `--now` it telling it to also start it now) (`enable` means we are telling it to run on boot, and `--now` it telling it to also start it now)