Hey,
We have a fully functional CIFS share that is working properly on Proxmox 5. Just for the sake of testing, we've tried to remove it and re-add it again:
The CIFS is successfully mounted and is fully functional. We've tried this on 3 Proxmox5 servers, works on all.
Now we're trying exactly the same command on a fresh-install Proxmox 6 machine.
It fails. Yes, we've tried it with --smbversion 2.0 and --smbversion 2.1 as well, it's the same result.
There are no networking/firewall limitations, as this exact box was running Proxmox5 just fine, with the share mounted.
Any hints?
Thank you,
Razva
We have a fully functional CIFS share that is working properly on Proxmox 5. Just for the sake of testing, we've tried to remove it and re-add it again:
Code:
root@pmx5:~# pveversion
pve-manager/5.4-5/c6fdb264 (running kernel: 4.15.18-13-pve)
root@pmx5:~# pvesm add cifs test1 --server myserver --share myshare --username myuser --password mypassword --smbversion 3.0
root@pmx5:~# pvesm statusName Type Status Total Used Available %
local dir disabled 0 0 0 N/A
test1 cifs active 5242880000 4276579759 966300241 81.57%
zfs zfspool active 417042164 184429396 232612768 44.22%
The CIFS is successfully mounted and is fully functional. We've tried this on 3 Proxmox5 servers, works on all.
Now we're trying exactly the same command on a fresh-install Proxmox 6 machine.
Code:
root@pmx6:~# pveversion
pve-manager/6.0-4/2a719255 (running kernel: 5.0.15-1-pve)
root@pmx6:~# pvesm add cifs test1 --server myserver --share myshare --username myuser --password mypassword --smbversion 3.0
mount error(2): No such file or directory
create storage failed: error with cfs lock 'file-storage_cfg': mount error: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
It fails. Yes, we've tried it with --smbversion 2.0 and --smbversion 2.1 as well, it's the same result.
There are no networking/firewall limitations, as this exact box was running Proxmox5 just fine, with the share mounted.
Any hints?
Thank you,
Razva