I can access a remote smb folder though smb://dataserver, I added a network point in Dolphin, I can read/write to the remote folder - no problem. But I can’t auto mount it on my local machine with fstab as a non-root user:
//dataserver/Data\040Server /mnt/dataserver cifs rw,auto,username=myusername,password=mypassword,uid=1000,gid=1000,file_mode=0770,dir_mode=0777,iocharset=utf8,users 0 0
It says:
An error occurred while accessing 'Data Server:/mnt/dataserver on dataserver', the system responded: This program is not installed setuid root - "user" CIFS mounts not supported.
Without the ‘users’ option it complains that a non-root can’t mount it. I need it mounted for doing backups (backups only work on mounted folders).
What am I missing?