On Wed, 13 Mar 2013 10:00:10 -0400
"Matthew M. DeLoera" <[email protected]> wrote:

> Hello,
> 
> I've been searching to find a list of return codes from mount.cifs, with no 
> luck. They're not listed in the manpage. I can google individual errors, but 
> I'm hoping for something like a list of all possible errors. Or at least the 
> most common ones.
> 
> Short of looking at code, is there any possibility that someone's documented 
> details on something like causes for error code 5? Or other return values?
> 
> Any suggestions would be most appreciated!
> 
> Best regards,
> - Matthew--

Like most mount helpers, the return codes are typically what the kernel
returns on the mount() syscall. Error code '5' is likely EIO, which is
a very generic error.

Cranking up debugging may give you more info as to what went wrong:

    https://wiki.samba.org/index.php/LinuxCIFS_troubleshooting

-- 
Jeff Layton <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to