Linux - Cifs "mount error 13 = Permission denied"

If you see the following error

mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

It simply means that mount command cannot access your network drive based on your given credential.

To solve the issue, use the following command

mount -o user=DOMAIN/USER_ID -t cifs "//Windows/share" "/Linux/share"


Comments

Popular Posts