TrueNAS Scale v21.06-BETA (joined to an AD domain)
Proxmox v7.0-10
I'm running into a problem trying to create a CIFS share between Proxmox and a dataset on TrueNAS Scale.
Using the Proxmox GUI, I enter a name for the share, the TrueNAS IP, and the share credentials.
There's a dropdown that will allow you to choose the share once the creds are authenticated. When I do this, I get a
get an access denied error message. My reading on the web indicates this is a permissions issue on the TrueNAS side for the
share.
I tried using the TrueNAS root credentials
I tried using the domain credentials that work on a Windows 10 PC
I created a local user and assigned that user ownership of the share
I ran the command:
# pvesm cifsscan 192.168.2.230 --username cifsuser --password --domain TAZNET2
Enter Password: **********
unexpected status: NT_STATUS_ACCESS_DENIED
Edit:
# smbclient //192.168.2.230/pve_storage -d 0 -m smb3 -U cifsuser -c 'echo 1 0'
Enter WORKGROUP\cifsuser's password:
session setup failed: NT_STATUS_LOGON_FAILURE
# pvesm cifsscan 192.168.2.230
unexpected status: NT_STATUS_ACCESS_DENIED
It seems that either the user or the dataset has some kind of permission set up incorrectly. If anyone can help me
straighten this out, it would be great!
Proxmox v7.0-10
I'm running into a problem trying to create a CIFS share between Proxmox and a dataset on TrueNAS Scale.
Using the Proxmox GUI, I enter a name for the share, the TrueNAS IP, and the share credentials.
There's a dropdown that will allow you to choose the share once the creds are authenticated. When I do this, I get a
get an access denied error message. My reading on the web indicates this is a permissions issue on the TrueNAS side for the
share.
I tried using the TrueNAS root credentials
I tried using the domain credentials that work on a Windows 10 PC
I created a local user and assigned that user ownership of the share
I ran the command:
# pvesm cifsscan 192.168.2.230 --username cifsuser --password --domain TAZNET2
Enter Password: **********
unexpected status: NT_STATUS_ACCESS_DENIED
Edit:
# smbclient //192.168.2.230/pve_storage -d 0 -m smb3 -U cifsuser -c 'echo 1 0'
Enter WORKGROUP\cifsuser's password:
session setup failed: NT_STATUS_LOGON_FAILURE
# pvesm cifsscan 192.168.2.230
unexpected status: NT_STATUS_ACCESS_DENIED
It seems that either the user or the dataset has some kind of permission set up incorrectly. If anyone can help me
straighten this out, it would be great!
Last edited: