On Wed, 2014-08-20 at 16:08 +0200, Jurjen Bokma wrote: > Hi, > > > These are the commands that fail with mount error(13): Permission denied > > mount.cifs //ws.mydomain.com/ydrive /mnt/y > -omultiuser,sec=krb5,noexec,nosuid,vers=3.0 Hi The upcall has nothing to go on. Get it working with cifs first: Who mounts the share? Add a domain user with a uid:gid key to the keytab and: mount.cifs //your/share /mnt -ousername=cifsuser,sec=krb5 add any multiuser frills later. HTH, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html