Hi all,
I try to mount via CIFS Synology share, I am able to do so manually via user and password, but when I try to use credentials file it wont work.
I try many versions of credential file
nameuser=<username>
password=<password>
empty line at bottom or not, even with domain but nothing is working
I really confused because this works:
but same with creds is not working
System:
Distributor ID:Ubuntu
Description:Ubuntu 25.10
Release:25.10
Codename:questing
Kernel:6.17.0-14-generic
Thank you
I try to mount via CIFS Synology share, I am able to do so manually via user and password, but when I try to use credentials file it wont work.
I try many versions of credential file
nameuser=<username>
password=<password>
empty line at bottom or not, even with domain but nothing is working
I really confused because this works:
Code:
sudo mount -t cifs //server/share /mnt/.../.. -o username=username,password=password,rw,dir_mode=0777,file_mode=0777,vers=3.0
Code:
sudo mount -t cifs //server/share /mnt/.../.. -o credentials=/path/to/creds,rw,dir_mode=0777,file_mode=0777,vers=3.0
Distributor ID:Ubuntu
Description:Ubuntu 25.10
Release:25.10
Codename:questing
Kernel:6.17.0-14-generic
Thank you



Comment