Backup(data) CIFS dont work after update

NethServer Version: 6.9
Module: Backup(data)

Hi
after update to 6.9
Backup(data)- Windows share(CIFS) dont work
in log: mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

1 Like

Thank you for reporting it!

I have a NethServer on CentOS 6.9, backup destination CIFS, but no problem here…

Is the windows-mashine in the same domain? If not, what did you use at username. I’ve had same problem with cifs mount too, after changing username to

UserName,domain=DomainName

it works fine.

hi
no windows machine
nas4free with cifs/smb service

for example. i use
/bin/mount -t cifs “//192.168.50.15/srv01” /mnt/backup -o user=srv01,pass=*******,nounix
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
before update to 6.9 is work fine

sorry my English …

Sorry for late response,
I think you could try the username with domainname. I don’t have another idea.

Hi Andy,
From linux machine i am connecting to NAS server via this:
mount.cifs //ip_address/share_name local_dir/ -v -o user=username,pass="secretpass",sec=ntlm
Maybe that could help and like Michael wrote try to use:
user=DOMAINNAME\username

Are you sure that nothing changed on your destination? Any nas4free update? Looks like a destination issue

Hi
i use nas4free11.0.0.4 - Sayyadina (build 4141)
i try in LinuxMint 17.3 xfce + last update
sudo mount -t cifs “//192.168.50.15/srv01” /home/xcod/mnt -o user=srv01,pass=*****,nounix
it is work fine

and i try in Nethserver 7 + last update
/bin/mount -t cifs “//192.168.50.15/srv01” /mnt/backup -o user=srv01,pass=*******,nounix
it is work fine

not work only NS6 after update to 6.9

i dont understand how to use? username user=DOMAINNAME\username
i don use domain

You can try the name of your nas4free as domainname

sorry
dont work

Sounds weird :-\ @davidep what could we look for?
I’d like to gather some feedback before starting a panic :slight_smile:

i don’t panic
i use NFS :slight_smile:
it’s work fine

1 Like