Was bedeutet cifs_mount failed w/return code = -111 zeigen?

Befehl:

sudo mount -t cifs //<server>/<share> -o username=user@domain,password=**** /mnt/<mountpoint>

Fehlermeldung:

Unable to find suitable address.

Die syslog hat:

CIFS VFS: Error connecting to socket. Aborting operation.
CIFS VFS: cifs_mount failed w/return code = -111

Wenn ich check out die Dokumentation für mount über man mount

Sehe ich die folgenden Informationen zu den Fehlercodes:

   RETURN CODES
   mount has the following return codes (the bits can be ORed):

   0      success
   1      incorrect invocation or permissions
   2      system error (out of memory, cannot fork, no more loop devices)
   4      internal mount bug
   8      user interrupt
   16     problems writing or locking /etc/mtab
   32     mount failure
   64     some mount succeeded

So tut, -111, bedeutet das dasselbe wie 1? Wenn ja, wie kann man diagnostizieren, wenn Sie die Berechtigungen oder den Befehl ist nicht korrekt?

InformationsquelleAutor Adam Kalnas | 2015-05-05

Schreibe einen Kommentar