H all,
Recently I upgraded my proxmox server from version 7.4-15 to 8.0.3.
So far, everything works ok except one detail related to CIFS.
For backups I use old NAS which runs outdated software impossible to update.
To mount I use following command:
This works on all my systems, some of them even runs kernel 6.3.10. This worked also in proxmox 7.
But now, in proxmox...
Read more
Recently I upgraded my proxmox server from version 7.4-15 to 8.0.3.
So far, everything works ok except one detail related to CIFS.
For backups I use old NAS which runs outdated software impossible to update.
To mount I use following command:
Code:
sudo mount -t cifs --verbose -o username=backupusr,password=redacted,vers=1.0,sec=ntlmv2 //nas1/bkpbase /mnt/bkpmount
But now, in proxmox...
Read more