This is the configuration page (Samba) of my NAS Server
These are the errors I find in the logs:
23-11-26 17:53:02 ERROR (MainThread) [supervisor.mounts.mount] Mounting NAS did not succeed. Check host logs for errors from mount or systemd unit mnt-data-supervisor-mounts-NAS.mount for details.
23-11-26 17:53:02 ERROR (MainThread) [supervisor.mounts.mount] Could not unmount NAS due to: Transaction for mnt-data-supervisor-mounts-NAS.mount/stop is destructive (mnt-data-supervisor-mounts-NAS.mount has 'start' job queued, but 'stop' is included in transaction).
N
ov 26 17:22:25 homeassistant systemd[1]: Mounting Supervisor nfs mount: NAS...
Nov 26 17:22:56 homeassistant systemd[1]: Requested transaction contradicts existing jobs: Transaction for mnt-data-supervisor-mounts-NAS.mount/stop is destructive (mnt-data-supervisor-mounts-NAS.mount has 'start' job queued, but 'stop' is included in transaction).
Nov 26 17:23:55 homeassistant systemd[1]: mnt-data-supervisor-mounts-NAS.mount: Mounting timed out. Terminating.
Nov 26 17:23:55 homeassistant systemd[1]: mnt-data-supervisor-mounts-NAS.mount: Mount process exited, code=killed, status=15/TERM
Nov 26 17:23:55 homeassistant systemd[1]: mnt-data-supervisor-mounts-NAS.mount: Failed with result 'timeout'.
Nov 26 17:23:55 homeassistant systemd[1]: Failed to mount Supervisor nfs mount: NAS.
Nov 27 11:52:48 homeassistant systemd[1]: mnt-data-supervisor-mounts-NAS.mount: Failed to open /run/systemd/transient/mnt-data-supervisor-mounts-NAS.mount: No such file or directory
Nov 27 11:52:48 homeassistant systemd[1]: Mounting Supervisor cifs mount: NAS...
Nov 27 11:52:49 homeassistant kernel: Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers
Nov 27 11:52:49 homeassistant kernel: CIFS: VFS: Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers
Nov 27 11:52:49 homeassistant kernel: CIFS: Attempting to mount \\192.168.1.110\share
Nov 27 11:52:49 homeassistant mount[6872]: mount error(13): Permission denied
Nov 27 11:52:49 homeassistant mount[6872]: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Nov 27 11:52:49 homeassistant kernel: CIFS: Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
Nov 27 11:52:49 homeassistant kernel: CIFS: VFS: \\192.168.1.110 Send error in SessSetup = -13
Nov 27 11:52:49 homeassistant kernel: CIFS: VFS: cifs_mount failed w/return code = -13
Nov 27 11:52:49 homeassistant systemd[1]: mnt-data-supervisor-mounts-NAS.mount: Mount process exited, code=exited, status=32/n/a
Nov 27 11:52:49 homeassistant systemd[1]: mnt-data-supervisor-mounts-NAS.mount: Failed with result 'exit-code'.
Nov 27 11:52:49 homeassistant systemd[1]: Failed to mount Supervisor cifs mount: NAS.
Nov 27 11:56:54 homeassistant systemd[1]: mnt-data-supervisor-mounts-NAS.mount: Failed to open /run/systemd/transient/mnt-data-supervisor-mounts-NAS.mount: No such file or directory
Nov 27 11:56:55 homeassistant systemd[1]: Mounting Supervisor cifs mount: NAS...
Nov 27 11:56:55 homeassistant kernel: CIFS: Attempting to mount \\192.168.1.110\share
Nov 27 11:56:55 homeassistant mount[6927]: mount error: Server abruptly closed the connection.
Nov 27 11:56:55 homeassistant mount[6927]: This can happen if the server does not support the SMB version you are trying to use.
Nov 27 11:56:55 homeassistant mount[6927]: The default SMB version recently changed from SMB1 to SMB2.1 and above. Try mounting with vers=1.0.
Nov 27 11:56:55 homeassistant kernel: CIFS: VFS: cifs_mount failed w/return code = -112
Nov 27 11:56:55 homeassistant systemd[1]: mnt-data-supervisor-mounts-NAS.mount: Mount process exited, code=exited, status=32/n/a
Nov 27 11:56:55 homeassistant mount[6927]: mount error(112): Host is down
Nov 27 11:56:55 homeassistant mount[6927]: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Nov 27 11:56:55 homeassistant systemd[1]: mnt-data-supervisor-mounts-NAS.mount: Failed with result 'exit-code'.
Nov 27 11:56:55 homeassistant systemd[1]: Failed to mount Supervisor cifs mount: NAS.
this is a touch old, so maybe op figured it out already, but if not… if the nas is 192.168.1.110, then i don’t think it matters whether he does that or not… the logs show it’s trying to connect to that ip.
however it also says:
so this is definitely a hint that the smb version should be checked.
if that’s not the issue, then i’d look at the user and share permissions… the config for which isn’t shown here.