diff --git a/ConnectingSMBShares.md b/ConnectingSMBShares.md index bc5034b..cdb50f2 100644 --- a/ConnectingSMBShares.md +++ b/ConnectingSMBShares.md @@ -83,13 +83,13 @@ Then we reload systemd First we start the .mount, and check for errors ``` sudo systemctl start mnt-.mount -systemctl status var-mnt-.mount +systemctl status mnt-.mount ``` Then if there's no issues we can stop the normal mount and enable automount ``` sudo systemctl stop mnt-.mount -sudo systemctl enable --now var-mnt-.automount +sudo systemctl enable --now mnt-.automount ``` (`enable` means we are telling it to run on boot, and `--now` it telling it to also start it now)