Jeff,

Thanks for the info. I should clarify that it's not that I've got an error. I'm 
trying to document expected error codes for my project.

Though I am doing some testing to assemble at least some error cases and 
associated codes. Agreed about error 5 in this case, though was hoping there 
might be some sort of list out there somewhere about at least some of the 
various CIFS failures that get rolled together under error 5.

Best regards,
- Matthew


On Mar 13, 2013, at 10:23 AM, Jeff Layton wrote:

> 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