Can't mount true nas share on Debian VM

Joined
Aug 12, 2023
Messages
8
I have Debian virtual machine running on proxmox 8. I am trying to mount truenas share as a storage for zoneminder


[Unit]
Description=systemd mount unit for ZoneMinder event storage
After=networking.service
Before=zoneminder

[Mount]
What=//192.168.10.20/Surveillance
Where=/mnt/sdb1
Type=
Options=credentials=/root/.smbcredentials,uid=33,gid=33,rw

[Install]
WantedBy=multi-user. Target


It fails, I am getting this message in dmesg:

░░ The job identifier is 6005 and the job result is failed.
Feb 06 12:46:01 Zoneminder kernel: CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE
Feb 06 12:46:01 Zoneminder kernel: CIFS: VFS: \\192.168.10.20 Send error in SessSetup = -13
Feb 06 12:46:01 Zoneminder kernel: CIFS: VFS: cifs_mount failed w/return code = -13

any idea what to do? I tried various options for cifs mount but nothing works

Interestingly, I had same setup on proxmox 7 and this exact same config worked


Thanks
 
Top