Hello community,
I have the issue that I can’t mount a samba share in my network from the ssh shell of my WD MyCloud EX4. I access the device via ssh sshd@name.
In the terminal I enter the following: mount -t cifs -o username=user //192.168.25.1/Backup /mnt/tmp
I get the following error message:
mount: block device //192.168.25.1/Backup is write-protected, mounting read-only
mount: cannot mount block device//192.168.25.1/Backup read-only
I’m not being asked for a password and the share is accessible from my Ubuntu desktop without issues (read + write). Any suggestions what I could do?