Advertisement
Guest User

Untitled

a guest
Jun 15th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. sudo mount -t cifs //192.168.0.9/C /mnt/WinC -o username=foo,password=bar
  2.  
  3. //192.168.0.9 /mnt/WinC credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
  4.  
  5. username=foo
  6. password=bar
  7.  
  8. [225040.991705] CIFS VFS: No username specified
  9. [225050.991721] CIFS VFS: cifs_mount failed w/return code = -22
  10.  
  11. sudo apt-get install cifs-utils
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement