Skip to content


Solution to “cifs_mount failed w/return code = -22″

When trying to mount my network drive from campus at home I received the following message in dmesg:

CIFS VFS: cifs_mount failed w/return code = -22

Well it turns out that I needed to have the smbfs package installed. This quickly solved my problem.

sudo apt-get install smbfs

Posted in Solutions. Tagged with , .

2 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

Continuing the Discussion

  1. Problem mounting samba share linked to this post on September 21, 2011

    [...] person in this link says to install the smbfs package. Some further use of google led me here and here. Can you try [...]

  2. Mounting the Drobo NAS in my mythbuntu system « Urbaer.com linked to this post on November 24, 2011

    [...] But I allready had it… erm… so after a little bit more searching found some more information (from here). [...]

You must be logged in to post a comment.