Update ConnectingSMBShares.md

This commit is contained in:
2026-01-13 00:14:51 -06:00
parent bd8634020c
commit ecd5e95fec

View File

@@ -38,7 +38,7 @@ Wants=network-online.target systemd-resolved.service
"What" is what will be mounted. ie our NAS SMB share "What" is what will be mounted. ie our NAS SMB share
What=//<server-name>.local/<shared-folder> What=//<server-name>.local/<shared-folder>
# "Where" is where it will be mounted in the filesystem # "Where" is where it will be mounted in the filesystem
Where=/var/mnt/<server-name> Where=/mnt/<server-name>
Type=cifs Type=cifs
# Let the mounted filesystem be read/write-able # Let the mounted filesystem be read/write-able
# Let the mounted filesystem be owned by the 'tess' user/group # Let the mounted filesystem be owned by the 'tess' user/group