I've got a new installation of ubuntu running as a VM on server 2012. I've joined it to the domain using likewise open. I am able to use domain accounts to logon to the ubuntu desktop.
I am having a problem mounting or connecting to the windows server however. I've tried using "Connect to server" to get to the share but I get an error
"please verify your credentials".
I've tried manually mounting the share using cifs, similar error
mount error(13) permission denied
I've used the same credentials I used to log in as well as the administrator credentials to mount this share. I have an installation of ubuntu server which was able to mount the share without a problem, using the same methods. The only difference is the server is not joined to the domain. I can ping the server and the domain.
The entry in fstab
looks like this:
//SERVER-1/Music /mnt/music cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
Does anyone have any ideas on this?