Hi,
I've set up an Debian 10 container, installed cifs-utils and trying to mount a Samba share (from Synology NAS), which fails:
	
	
	
		
I can do the same on the Proxmox host without problems. Also I can do the same on a Slackware PC without problems.
Is this problem related to containerization?
				
			I've set up an Debian 10 container, installed cifs-utils and trying to mount a Samba share (from Synology NAS), which fails:
		Bash:
	
	mount --verbose -t cifs -o user=myuser,domain=mydomain,vers=3.0 //nas1.mydomain.local/Share /mnt/Share
Password for myuser@//nas1.mydomain.local/Share:  ***
mount.cifs kernel mount options: ip=192.168.1.10,unc=\\nas1.mydomain.local\Share,vers=3.0,user=mydomain,domain=mydomain,pass=********
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)I can do the same on the Proxmox host without problems. Also I can do the same on a Slackware PC without problems.
Is this problem related to containerization?
 
	 
	