Mounting Samba Shares from Synology NAS in Ubuntu
Thursday, November 15th, 2007
I spent what I’d define as an unreasonable amount of time finding a way to do this. Stumbled into the bug in smbfs and found that cifs was the way to go. I still have to get this to fstab but it should be a minor issue.
sudo mount -t cifs -rw -o username=user,password=password //server/share /mount/share
The above command seems to work for me