On Tue, 10 Jul 2007 23:24:37 +0200 Bernd Eckenfels wrote: > In article <4693F054.5060304@xxxxxxxxxxxxxxxx> you wrote: > > I keep getting "CIFS VFS: cifs_mount failed w/return code = -5". > > Not sure what -5 is. But you can try "smbclient" command line tool first, > and I guess its a configuration issue on the server side. Any other messages > in dmesg? -5 is -EIO. cifs_mount says: /* rc = map_smb_to_linux_error(smb_buffer_response); now done in SendReceive */ } else if ((smb_buffer_response->WordCount == 3) || (smb_buffer_response->WordCount == 4)) { // do some useful stuff // else return -EIO; --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html